diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-16 07:38:38 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-16 07:38:38 +0000 |
commit | 341065df05c49bcb11674d18b25675f0d534a000 (patch) | |
tree | 268acfd74806109849c20214ac52fa7042c67820 /news/tin | |
parent | 215350a0e2f2adcbfeb7b581c4817b89c1e3fd7e (diff) | |
download | ports-341065df05c49bcb11674d18b25675f0d534a000.tar.gz ports-341065df05c49bcb11674d18b25675f0d534a000.zip |
Update to version 1.6.0.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=84972
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 10 | ||||
-rw-r--r-- | news/tin/distinfo | 2 | ||||
-rw-r--r-- | news/tin/files/patch-ad | 11 |
3 files changed, 6 insertions, 17 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 3d9f4cd82007..e97cd8c56bf7 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -6,12 +6,12 @@ # PORTNAME= tin -PORTVERSION= 1.5.18 +PORTVERSION= 1.6.0 CATEGORIES+= news ipv6 -MASTER_SITES= http://mirrors.rcn.net/pub/news/tin/v1.5/ \ - ftp://mirrors.rcn.net/pub/news/tin/v1.5/ \ - ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ - ftp://ftp.sunet.se/pub/news/readers/tin/v1.5/ +MASTER_SITES= http://mirrors.rcn.net/pub/news/tin/v1.6/ \ + ftp://mirrors.rcn.net/pub/news/tin/v1.6/ \ + ftp://ftp.tin.org/pub/news/clients/tin/v1.6/ \ + ftp://ftp.sunet.se/pub/news/readers/tin/v1.6/ MAINTAINER?= ache@FreeBSD.org COMMENT= Easy-to-use threaded newsreader with NOV/NNTP support diff --git a/news/tin/distinfo b/news/tin/distinfo index 6f4e002b716f..cea8c936d087 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1 +1 @@ -MD5 (tin-1.5.18.tar.bz2) = 9616c9b800087a660b9098fa1cd79cbf +MD5 (tin-1.6.0.tar.bz2) = d79cd8fca1e25f1d1383bcc0f61a8c29 diff --git a/news/tin/files/patch-ad b/news/tin/files/patch-ad deleted file mode 100644 index 9a23e157cb4e..000000000000 --- a/news/tin/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.bak Tue Apr 23 04:23:33 2002 -+++ src/Makefile.in Sat May 25 18:30:39 2002 -@@ -65,7 +65,7 @@ - YACC = @YACC@ - - CANLIB = # -L../libcanlock -lcanlock --INTL_LIBS = @INTLDIR_MAKE@ @INTLLIBS@ -+INTL_LIBS = @INTLLIBS@ - PCRE_LIBS = @PCREDIR_LIBS@ @PCREDIR_MAKE@ -L../pcre -lpcre - LIBS = $(PCRE_LIBS) $(CANLIB) @LIBS@ @INN_NNTPLIB@ $(INTL_LIBS) - |