Date: Fri, 27 Jan 2006 10:04:33 +0100 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hsn@localhost.iol.cz, jhp@cocoja.holywar.net Subject: ports/92409: [PATCH] net/tintin: update to 1.95.7 Message-ID: <E1F2PWz-000Nd6-6b@sanatana.dharma> Resent-Message-ID: <200601270910.k0R9A4a3096031@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92409 >Category: ports >Synopsis: [PATCH] net/tintin: update to 1.95.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 27 09:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.4-STABLE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD sanatana.dharma 5.4-STABLE FreeBSD 5.4-STABLE #13: Sat Jul 2 13:14:50 CEST >Description: - Update to 1.95.7 - New chat feature - Some stability fixed Port maintainer (jhp@cocoja.holywar.net) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- tintin-1.95.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/tintin/Makefile /home/hsn/hacked/tintin++-devel/Makefile --- /usr/ports/net/tintin/Makefile Mon Dec 5 01:33:39 2005 +++ /home/hsn/hacked/tintin++-devel/Makefile Fri Jan 27 09:51:49 2006 @@ -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 @@ 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 @@ ${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 -ruN --exclude=CVS /usr/ports/net/tintin/distinfo /home/hsn/hacked/tintin++-devel/distinfo --- /usr/ports/net/tintin/distinfo Sun Jan 22 22:23:56 2006 +++ /home/hsn/hacked/tintin++-devel/distinfo Fri Jan 27 09:41:44 2006 @@ -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 -ruN --exclude=CVS /usr/ports/net/tintin/files/patch-src__Makefile.in /home/hsn/hacked/tintin++-devel/files/patch-src__Makefile.in --- /usr/ports/net/tintin/files/patch-src__Makefile.in Fri Oct 7 22:19:15 2005 +++ /home/hsn/hacked/tintin++-devel/files/patch-src__Makefile.in Fri Jan 27 09:47:06 2006 @@ -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 --- tintin-1.95.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1F2PWz-000Nd6-6b>