From owner-freebsd-ports Sun Mar 31 15:22:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07336 for ports-outgoing; Sun, 31 Mar 1996 15:22:04 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA07328 for ; Sun, 31 Mar 1996 15:22:01 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id PAA03167; Sun, 31 Mar 1996 15:21:46 -0800 (PST) Date: Sun, 31 Mar 1996 15:21:46 -0800 (PST) Message-Id: <199603312321.PAA03167@silvia.HIP.Berkeley.EDU> To: graphite@taurus.bekkoame.or.jp CC: ports@FreeBSD.org In-reply-to: <199603291718.CAA09123@sidheog.taurus.bekkoame.or.jp> (message from Noritaka Ishizumi on Sat, 30 Mar 1996 02:18:35 +0900) Subject: Re: a port of suck-2.6.1 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * Please replace 'suck-2.6.1-port.tar.gz' to 'suck-2.6.1-port2.tar.gz'. Thanks, I imported it. These are the changes I made: === diff -ru suck/Makefile suck.new/Makefile --- suck/Makefile Fri Mar 29 08:21:37 1996 +++ suck.new/Makefile Sun Mar 31 14:32:37 1996 @@ -2,11 +2,14 @@ # Version required: 2.6.1 # Date created: 30 Mar 1996 # Whom: graphite@taurus.bekkoame.or.jp +# +# $Id$ +# DISTNAME= suck-2.6.1 CATEGORIES+= news MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Mail/news/ \ - ftp://tsx-11.mit.edu/put/linux/sources/sbin/ + ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ MAINTAINER= graphite@taurus.bekkoame.or.jp @@ -17,8 +20,10 @@ install -c -o bin -g bin -m 755 ${WRKSRC}/sample/get.news.rnews ${PREFIX}/sbin install -c -o bin -g bin -m 755 ${WRKSRC}/sample/put.news ${PREFIX}/bin install -c -o bin -g bin -m 640 ${WRKSRC}/sample/*.sample ${PREFIX}/etc +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/suck.1 gzip -9nf ${PREFIX}/man/man1/rpost.1 gzip -9nf ${PREFIX}/man/man1/testhost.1 +.endif .include diff -ru suck/patches/patch-aa suck.new/patches/patch-aa --- suck/patches/patch-aa Fri Mar 29 08:10:44 1996 +++ suck.new/patches/patch-aa Sun Mar 31 14:30:01 1996 @@ -7,7 +7,7 @@ -INSTALLDIR = /home/boby/doNews # location for the executables -INSTALL_OWNER=boby # user of the installed files -INSTALL_GROUP=users # group for the installed files -+INSTALLDIR = /usr/local/bin # location for the executables ++INSTALLDIR = ${PREFIX}/bin # location for the executables +INSTALL_OWNER=bin # user of the installed files +INSTALL_GROUP=bin # group for the installed files INSTALL_MODE=755 # mode for the installed files @@ -16,7 +16,7 @@ -MANDIR=/usr/man/man1 # location for the man pages -MAN_OWNER=root # owner of the man pages -MAN_GROUP=root # group for the man pages -+MANDIR=/usr/local/man/man1 # location for the man pages ++MANDIR=${PREFIX}/man/man1 # location for the man pages +MAN_OWNER=bin # owner of the man pages +MAN_GROUP=bin # group for the man pages MAN_MODE=644 # mode for the man pages diff -ru suck/pkg/COMMENT suck.new/pkg/COMMENT --- suck/pkg/COMMENT Thu Mar 28 05:18:10 1996 +++ suck.new/pkg/COMMENT Sun Mar 31 14:29:04 1996 @@ -1 +1 @@ -receives/sends news to/from localhost via NNTP +Receives/sends news to/from localhost via NNTP. diff -ru suck/pkg/PLIST suck.new/pkg/PLIST --- suck/pkg/PLIST Thu Mar 28 05:10:00 1996 +++ suck.new/pkg/PLIST Sun Mar 31 14:29:20 1996 @@ -1,4 +1,3 @@ -@cwd /usr/local bin/suck bin/rpost bin/testhost === The port was not on sunsite.unc.edu, I found only version 2.6 there. After fixing the typo on the MIT directory name, it fetched fine. Well, the rest is quite self-explanatory I think. Thanks! Satoshi