1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Update to version 1.6.0.

Approved by:	maintainer
This commit is contained in:
Dmitry Sivachenko 2003-07-16 07:38:38 +00:00
parent 215350a0e2
commit 341065df05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84972
3 changed files with 6 additions and 17 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (tin-1.5.18.tar.bz2) = 9616c9b800087a660b9098fa1cd79cbf
MD5 (tin-1.6.0.tar.bz2) = d79cd8fca1e25f1d1383bcc0f61a8c29

View File

@ -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)