diff options
author | frueauf <frueauf> | 1998-08-01 16:59:39 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-08-01 16:59:39 +0000 |
commit | b24d949fca3719a4f7d51b39fccb84541a28b94a (patch) | |
tree | e7546e22a7256a0779c4eeb5730b22b3ba80f991 /news | |
parent | ce683461ff04762bd5de653a04eab364cd304bda (diff) | |
download | pkgsrc-b24d949fca3719a4f7d51b39fccb84541a28b94a.tar.gz |
Update to suck-3.9.4.
Diffstat (limited to 'news')
-rw-r--r-- | news/suck/Makefile | 6 | ||||
-rw-r--r-- | news/suck/files/md5 | 2 | ||||
-rw-r--r-- | news/suck/patches/patch-aa | 20 |
3 files changed, 19 insertions, 9 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 8fe7f0be330..9c32bceae9b 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1998/06/22 13:00:14 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/01 16:59:39 frueauf Exp $ # -DISTNAME= suck-3.9.3 +DISTNAME= suck-3.9.4 CATEGORIES= news MASTER_SITES= http://home.att.net/~bobyetman/ MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/ @@ -9,6 +9,8 @@ MASTER_SITES+= ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ MAINTAINER= root@garbled.net +CONFLICTS= suck-3.9.3 + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${LOCALBASE} diff --git a/news/suck/files/md5 b/news/suck/files/md5 index 348d50551ca..41368fc7a74 100644 --- a/news/suck/files/md5 +++ b/news/suck/files/md5 @@ -1 +1 @@ -MD5 (suck-3.9.3.tar.gz) = a97ec53290d2126506044fa780c7cd02 +MD5 (suck-3.9.4.tar.gz) = 689c4c02f43e68281721705c27afe848 diff --git a/news/suck/patches/patch-aa b/news/suck/patches/patch-aa index 543ab6ddbfa..82b768a1e14 100644 --- a/news/suck/patches/patch-aa +++ b/news/suck/patches/patch-aa @@ -1,12 +1,20 @@ ---- Makefile.in.orig Thu Feb 12 19:24:28 1998 -+++ Makefile.in Tue Apr 21 04:56:17 1998 -@@ -9,3 +9,3 @@ - #HISTORYF=/var/news/etc/history --HISTORYF=/usr/lib/news/history +--- Makefile.in.orig Fri Jul 24 06:45:32 1998 ++++ Makefile.in Sat Aug 1 18:43:54 1998 +@@ -6,7 +6,7 @@ + ############################################################################ + + # Step1: Define the location of the History file(s) +-HISTORYF=/usr/news/db/history +HISTORYF=%%%HISTORY%%% -@@ -132,3 +132,3 @@ + # Step 2: Define ONE of the CHKHISTORY + CHKHISTORY=chkhistory.o # use flat file history routine +@@ -131,7 +131,7 @@ + + install_bin: suck rpost testhost lmove - mkdir -p $(bindir) - - strip -s suck rpost testhost lmove + - strip suck rpost testhost lmove $(INSTALL_PROGRAM) suck $(bindir)/suck + $(INSTALL_PROGRAM) rpost $(bindir)/rpost + $(INSTALL_PROGRAM) testhost $(bindir)/testhost |