diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-25 08:19:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-25 08:19:02 +0800 |
commit | 160f9027e7ab9882a7c23c2335797d4491de9a7c (patch) | |
tree | 2fd9c855115ecb867d54ec61790679899e0bb307 /net | |
parent | 6f817fa08d2b8d209610666e700c315dfb974b26 (diff) | |
download | freebsd-ports-gnome-160f9027e7ab9882a7c23c2335797d4491de9a7c.tar.gz freebsd-ports-gnome-160f9027e7ab9882a7c23c2335797d4491de9a7c.tar.zst freebsd-ports-gnome-160f9027e7ab9882a7c23c2335797d4491de9a7c.zip |
- Update to 1.98.4
PR: 126741
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet dot net> (maintainer)
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 | 20 |
3 files changed, 4 insertions, 24 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index c1a556750dda..8f7ef7afd19d 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tintin -PORTVERSION= 1.98.3 +PORTVERSION= 1.98.4 CATEGORIES+= net games MASTER_SITES= SFE diff --git a/net/tintin++-devel/distinfo b/net/tintin++-devel/distinfo index 226cec1177ce..7332c9078234 100644 --- a/net/tintin++-devel/distinfo +++ b/net/tintin++-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tintin-1.98.3.tar.gz) = 5032411e3f184abd1bb6499b3fd64b99 -SHA256 (tintin-1.98.3.tar.gz) = 30405582a8c91ceec1bd5e13d78e0a89f201aaec718259462c7948c4267c4b6b -SIZE (tintin-1.98.3.tar.gz) = 216167 +MD5 (tintin-1.98.4.tar.gz) = fb1c0c446650cdefcd6086cd9469948a +SHA256 (tintin-1.98.4.tar.gz) = 25f93b7c407c35807e53b79b8383329700cecd60b646d463738beceef1283a7e +SIZE (tintin-1.98.4.tar.gz) = 217124 diff --git a/net/tintin++-devel/files/patch-src__Makefile.in b/net/tintin++-devel/files/patch-src__Makefile.in deleted file mode 100644 index 4cde77fd232b..000000000000 --- a/net/tintin++-devel/files/patch-src__Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 = $(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@ @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 |