aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-02-16 21:54:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-02-16 21:54:19 +0000
commit6cf335ddfe0a3a8f8077d43ec33e2d6d132e7b76 (patch)
tree0a4b8d4cf66f2a2f499944653e627b7579a11b5f /net
parente0dcc45f1faca5383c04368a504f78ba19650534 (diff)
downloadports-6cf335ddfe0a3a8f8077d43ec33e2d6d132e7b76.tar.gz
ports-6cf335ddfe0a3a8f8077d43ec33e2d6d132e7b76.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/tintin++-devel/Makefile6
-rw-r--r--net/tintin++-devel/distinfo6
-rw-r--r--net/tintin++-devel/files/patch-src__Makefile.in8
3 files changed, 10 insertions, 10 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile
index dd8c6b283ab4..7e6291d88e56 100644
--- a/net/tintin++-devel/Makefile
+++ b/net/tintin++-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tintin
-PORTVERSION= 1.95.1
+PORTVERSION= 1.95.7
CATEGORIES+= net games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/tt++
-PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt
+PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt
.include <bsd.port.pre.mk>
@@ -36,7 +36,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
-.for i in FAQ README TODO CREDITS BUGS docs/tintin19.txt
+.for i in FAQ README TODO CREDITS BUGS docs/tintin19.txt docs/chat_protocol.txt
${INSTALL_DATA} ${WRKSRC}/../${i} ${DOCSDIR}
.endfor
.endif
diff --git a/net/tintin++-devel/distinfo b/net/tintin++-devel/distinfo
index fec25f3d2cf7..e26cdd4d42b3 100644
--- a/net/tintin++-devel/distinfo
+++ b/net/tintin++-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (tintin-1.95.1.tar.gz) = c5d116f6fa07f25a5a4206cce55e1a76
-SHA256 (tintin-1.95.1.tar.gz) = a67f520a86099e9fba89e8508dd132c78498f74d91680935960ced44e1c12a0e
-SIZE (tintin-1.95.1.tar.gz) = 159204
+MD5 (tintin-1.95.7.tar.gz) = 6ec283b5513905f3a670b0915b622f3c
+SHA256 (tintin-1.95.7.tar.gz) = bbf31bf438edcb3844c5bf13b3385ee4ff00266e7890bf1e2bdee7077e4414bb
+SIZE (tintin-1.95.7.tar.gz) = 181507
diff --git a/net/tintin++-devel/files/patch-src__Makefile.in b/net/tintin++-devel/files/patch-src__Makefile.in
index 8261e711775e..df281ed444ed 100644
--- a/net/tintin++-devel/files/patch-src__Makefile.in
+++ b/net/tintin++-devel/files/patch-src__Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Tue May 31 13:37:38 2005
-+++ Makefile.in Fri Oct 7 17:08:10 2005
+--- 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@
@@ -13,8 +13,8 @@
#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 @LIBS@
-+LIBS += @MYLIB@ -lreadline -lhistory -lz -lncurses @LIBS@
+-LIBS = @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @LIBS@
++LIBS += @MYLIB@ -lreadline -lhistory -lz -lncurses -lpthread @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