diff options
author | foxfair <foxfair@FreeBSD.org> | 2000-09-26 10:26:33 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2000-09-26 10:26:33 +0000 |
commit | f18d421b533efffd36c61363a8ea4071016b1a06 (patch) | |
tree | 722efb48e9b96a998ff4a48e0970cced39b6730f /net/tintin++/Makefile | |
parent | 36763c9bee5487c2381975fffe75c0130beb8151 (diff) | |
download | FreeBSD-ports-f18d421b533efffd36c61363a8ea4071016b1a06.zip FreeBSD-ports-f18d421b533efffd36c61363a8ea4071016b1a06.tar.gz |
Upgrade to tintin++ v1.5.9(pl9), the lates stable version without readline
function support.
Diffstat (limited to 'net/tintin++/Makefile')
-rw-r--r-- | net/tintin++/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 7188e18..e78da28 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -6,17 +6,16 @@ # PORTNAME= tintin -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.9 CATEGORIES= net games MASTER_SITES= ftp://ftp.walrus.com/pub/avatar/clients/ \ ftp://ftp.cctpu.edu.ru/pub/comp/networking/mud/ \ ftp://iclub.nsu.ru/pub/mud/clients/tintin++/ -DISTNAME= tintin++v1.5pl6 -EXTRACT_SUFX= .tar.Z +DISTNAME= tintin++v1.5pl9 MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/tintin++/src +WRKSRC= ${WRKDIR}/tintin++/v1.5/src GNU_CONFIGURE= yes .include <bsd.port.mk> |