diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-18 05:15:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-18 05:15:33 +0000 |
commit | 7755c5392cb73e10fd99377d61cefe8bf991e8b7 (patch) | |
tree | 1dc322011693ccd725f346ee12ff0b48655a1750 /news/suck | |
parent | Add dependency to ppmtogif -> netpbm. (diff) |
Upgrade to version 3.9.1.
PR: 5777
Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
Notes
Notes:
svn path=/head/; revision=9786
Diffstat (limited to 'news/suck')
-rw-r--r-- | news/suck/Makefile | 6 | ||||
-rw-r--r-- | news/suck/distinfo | 2 | ||||
-rw-r--r-- | news/suck/files/patch-aa | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 0c3256289376..0ebfa5e62b25 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: suck -# Version required: 3.9.0 +# Version required: 3.9.1 # Date created: 30 Mar 1996 # Whom: graphite@taurus.bekkoame.or.jp # -# $Id: Makefile,v 1.8 1997/11/25 11:44:18 jseger Exp $ +# $Id: Makefile,v 1.9 1998/02/08 13:13:52 jseger Exp $ # -DISTNAME= suck-3.9.0 +DISTNAME= suck-3.9.1 CATEGORIES= news MASTER_SITES= http://www.pixi.com/~boby/ diff --git a/news/suck/distinfo b/news/suck/distinfo index f8f757829b9b..a0263acbc56b 100644 --- a/news/suck/distinfo +++ b/news/suck/distinfo @@ -1 +1 @@ -MD5 (suck-3.9.0.tar.gz) = c2e0a53d085d87cfe8ecd1d2aa9f2b53 +MD5 (suck-3.9.1.tar.gz) = 14e06d1f92f7af276e23eed9628b2f25 diff --git a/news/suck/files/patch-aa b/news/suck/files/patch-aa index 507eb77c15d1..c690860ae8c1 100644 --- a/news/suck/files/patch-aa +++ b/news/suck/files/patch-aa @@ -5,7 +5,7 @@ # Step1: Define the location of the History file(s) #HISTORYF=/var/news/etc/history -HISTORYF=/usr/lib/news/history -+HISTORYF=/usr/local/news/history ++HISTORYF=/usr/local/news/lib/history # Step 2: Define ONE of the CHKHISTORY CHKHISTORY=chkhistory.o # use flat file history routine |