mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
games/tty-solitaire: update 1.4.0 → 1.4.1
This commit is contained in:
parent
552bd81312
commit
e11d4f8341
3 changed files with 5 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= tty-solitaire
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.4.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= games
|
||||
|
||||
|
@ -13,10 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
USES= gmake ncurses
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mpereira
|
||||
MAKE_ENV= NCURSES_LDFLAGS="${NCURSESLIBS}"
|
||||
TEST_TARGET= test
|
||||
|
||||
MAKE_ARGS= NCURSES="${NCURSESLIBS}"
|
||||
|
||||
PORTDOCS= *
|
||||
PLIST_FILES= bin/ttysolitaire
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1744898865
|
||||
SHA256 (mpereira-tty-solitaire-v1.4.0_GH0.tar.gz) = 5f07d5a3f457c5617699f3360d6c85dc3d1d9a492a68656060c3d66bd9f36640
|
||||
SIZE (mpereira-tty-solitaire-v1.4.0_GH0.tar.gz) = 280559
|
||||
TIMESTAMP = 1745091626
|
||||
SHA256 (mpereira-tty-solitaire-v1.4.1_GH0.tar.gz) = 8eb536a87f0586e1f057a3aa05256df34cbd92a3e22545d1df2f945e27d89db2
|
||||
SIZE (mpereira-tty-solitaire-v1.4.1_GH0.tar.gz) = 280640
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- Makefile.orig 2018-11-10 05:00:46 UTC
|
||||
+++ Makefile
|
||||
@@ -6,10 +6,11 @@ CFLAGS += -W -Wall -pedantic -ansi -std=c99 -DVERSION=
|
||||
|
||||
# OS X installs ncurses with wide character support, but not as "libncurses".
|
||||
ifeq ($(shell uname -s),Darwin)
|
||||
- LDFLAGS += -lncurses
|
||||
+ NCURSES = -lncurses
|
||||
else
|
||||
- LDFLAGS += -lncursesw
|
||||
+ NCURSES = -lncursesw
|
||||
endif
|
||||
+LDFLAGS += $(NCURSES)
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
|
Loading…
Add table
Reference in a new issue