summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-28 15:18:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-28 15:18:42 +0000
commit95d6ee3ceb32003a481e8892917039b593d5fc2f (patch)
treef8fa30be048e3db3b56d2d5c93add93c7b064905 /news
parentUpgrade to Apache 1.3.9 + mod_ssl 2.4.4 (diff)
Upgrade to "Nine While Nine" the 19990927 version.
Notes
Notes: svn path=/head/; revision=22046
Diffstat (limited to 'news')
-rw-r--r--news/tin/Makefile4
-rw-r--r--news/tin/distinfo2
-rw-r--r--news/tin/files/patch-aa12
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@