diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-03 11:20:47 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-03 11:20:47 +0800 |
commit | 2da37eec5d7490fc23e757f4908705463cdf29af (patch) | |
tree | 01edc03b252200414625359e0c81030823cdcdbb /net | |
parent | 9783c1053d6064275bf15eac4ccca99ffa22821c (diff) | |
download | freebsd-ports-gnome-2da37eec5d7490fc23e757f4908705463cdf29af.tar.gz freebsd-ports-gnome-2da37eec5d7490fc23e757f4908705463cdf29af.tar.zst freebsd-ports-gnome-2da37eec5d7490fc23e757f4908705463cdf29af.zip |
- update to 1.96.1
Diffstat (limited to 'net')
-rw-r--r-- | net/tintin++-devel/Makefile | 2 | ||||
-rw-r--r-- | net/tintin++-devel/distinfo | 6 | ||||
-rw-r--r-- | net/tintin++-devel/files/patch-src__Makefile.in | 22 |
3 files changed, 15 insertions, 15 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index a2bda3b252f8..e18e279ba42b 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tintin -PORTVERSION= 1.95.7 +PORTVERSION= 1.96.1 CATEGORIES+= net games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/tintin++-devel/distinfo b/net/tintin++-devel/distinfo index e26cdd4d42b3..e03b869555cd 100644 --- a/net/tintin++-devel/distinfo +++ b/net/tintin++-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tintin-1.95.7.tar.gz) = 6ec283b5513905f3a670b0915b622f3c -SHA256 (tintin-1.95.7.tar.gz) = bbf31bf438edcb3844c5bf13b3385ee4ff00266e7890bf1e2bdee7077e4414bb -SIZE (tintin-1.95.7.tar.gz) = 181507 +MD5 (tintin-1.96.1.tar.gz) = a29701e187c7fb5063152a14cffc0112 +SHA256 (tintin-1.96.1.tar.gz) = 92ce9b46b29b01a296025f816d1e9e68549d9f1056ddac9ce3dea181feb8444f +SIZE (tintin-1.96.1.tar.gz) = 205090 diff --git a/net/tintin++-devel/files/patch-src__Makefile.in b/net/tintin++-devel/files/patch-src__Makefile.in index df281ed444ed..4cde77fd232b 100644 --- a/net/tintin++-devel/files/patch-src__Makefile.in +++ b/net/tintin++-devel/files/patch-src__Makefile.in @@ -1,20 +1,20 @@ ---- Makefile.in.orig Fri Sep 23 14:22:12 2005 -+++ Makefile.in Fri Jan 27 09:45:18 2006 -@@ -32,7 +32,7 @@ - MAKE = @MAKE@ +--- Makefile.in.orig Fri Apr 21 17:14:59 2006 ++++ Makefile.in Thu Aug 3 11:14:23 2006 +@@ -26,7 +26,7 @@ #this is the standard CFLAGS options, this is what most people should use --CFLAGS = -Wall $(DEFINES) @BIG5@ -+CFLAGS += -Wall $(DEFINES) @BIG5@ - #this is the debugging CFLAGS options, should only be used if you want to - #debug/code tintin -@@ -49,7 +49,7 @@ +-CFLAGS = $(DEFINES) @BIG5@ ++CFLAGS += $(DEFINES) @BIG5@ + + LDFLAGS = @LDFLAGS@ + +@@ -40,7 +40,7 @@ #Since readline and history are required, I'll hard code it in here. #Guess we'll add zlib as well - Scandum --LIBS = @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @LIBS@ -+LIBS += @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @LIBS@ +-LIBS = @MYLIB@ @LIBS@ ++LIBS += @MYLIB@ @LIBS@ # If you prefer to be able to enter ISO latin-1 characters instead # of being able to use the meta key for special emacs-like commands |