diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-28 23:18:42 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-28 23:18:42 +0800 |
commit | ae23fc2088f63c87de5d6dd090a5c2301ff08ea7 (patch) | |
tree | f5a354ecd5d002aaf48c5a0a9af19b2c38a64da8 /news/tin | |
parent | a77ae3ba84e644ba56a650d60ffa869ae42ef7b2 (diff) | |
download | freebsd-ports-gnome-ae23fc2088f63c87de5d6dd090a5c2301ff08ea7.tar.gz freebsd-ports-gnome-ae23fc2088f63c87de5d6dd090a5c2301ff08ea7.tar.zst freebsd-ports-gnome-ae23fc2088f63c87de5d6dd090a5c2301ff08ea7.zip |
Upgrade to "Nine While Nine" the 19990927 version.
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 4 | ||||
-rw-r--r-- | news/tin/distinfo | 2 | ||||
-rw-r--r-- | news/tin/files/patch-aa | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index ae2f613135ba..3403bdc1b123 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= tinpre-1.4-19990805 -PKGNAME= tinpre-1.4.19990805 +DISTNAME= tinpre-1.4-19990927 +PKGNAME= tinpre-1.4.19990927 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://nuxi.ucdavis.edu/pub/tin/current/ \ diff --git a/news/tin/distinfo b/news/tin/distinfo index 513c3181eb77..11b0df708871 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1 +1 @@ -MD5 (tinpre-1.4-19990805.tar.bz2) = c9e284f50382884dc89338a9beebc155 +MD5 (tinpre-1.4-19990927.tar.bz2) = 8dc3cd8d1556d3d0e49602ad3d588d22 diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa index fbfd38b1548c..f3952cafac80 100644 --- a/news/tin/files/patch-aa +++ b/news/tin/files/patch-aa @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig Sat Nov 22 06:03:52 1997 -+++ src/Makefile.in Wed Nov 26 03:12:30 1997 -@@ -20,7 +20,7 @@ - LDFLAGS = @LDFLAGS@ +--- src/Makefile.in.orig Thu Sep 16 07:25:22 1999 ++++ src/Makefile.in Tue Sep 28 08:05:51 1999 +@@ -28,7 +28,7 @@ YACC = @YACC@ --LIBS = -L../pcre -lpcre @LIBS@ @INN_NNTPLIB@ -+LIBS = ../pcre/libpcre.a @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a + CANLIB = # -L../libcanlock -lcanlock +-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ ++LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a # Where do you want the binary & manual page installed? INSTALL_PREFIX = @INSTALL_PREFIX@ |