Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2000 20:43:41 +0200 (CEST)
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21296: [PATCH] INN port is outdated
Message-ID:  <200009151843.e8FIhfP46958@md5.follo.net>

next in thread | raw e-mail | index | archive | help

>Number:         21296
>Category:       ports
>Synopsis:       [PATCH] INN port is outdated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 15 11:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dag-Erling Smorgrav
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

ports-current

>Description:

The latest INN version is 2.3.0, whereas the port installs version 2.2.2.

>How-To-Repeat:

# cd /usr/ports/news/inn && make install clean

>Fix:

Apply the following patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/news/inn/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	2000/06/07 07:35:48	1.40
+++ Makefile	2000/09/15 18:25:11
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	inn
-PORTVERSION=	2.2.2
+PORTVERSION=	2.3.0
 CATEGORIES=	news
 MASTER_SITES=	ftp://ftp.isc.org/isc/inn/
 
@@ -40,24 +40,22 @@
 #CONFIGURE_ARGS+=	--enable-tagged-hash
 
 MAN1=	convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 innfeed.1 \
-	installit.1 nntpget.1 rnews.1 shlock.1 shrinkfile.1 simpleftp.1 \
-	startinnfeed.1 subst.1
+	nntpget.1 rnews.1 shlock.1 shrinkfile.1 simpleftp.1 startinnfeed.1
 MAN3=	clientlib.3 dbz.3 inndcomm.3 libinn.3 libstorage.3 parsedate.3 qio.3 \
 	wildmat.3
-MAN5=	active.5 control.ctl.5 cycbuff.conf.5 distrib.pats.5 expire.ctl.5 \
-	history.5 incoming.conf.5 inn.conf.5 innfeed.conf.5 innwatch.ctl.5 \
-	moderators.5 motd.news.5 newsfeeds.5 newslog.5 nnrp.access.5 \
-	nnrpd.track.5 nntpsend.ctl.5 overview.ctl.5 overview.fmt.5 \
-	passwd.nntp.5 storage.conf.5 storage.ctl.5
-MAN8=	actived.8 actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 \
-	cnfsstat.8 controlchan.8 crosspost.8 ctlinnd.8 cvtbatch.8 expire.8 \
-	expireindex.8 expireover.8 expirerm.8 fastrm.8 filechan.8 inncheck.8 \
-	innd.8 inndf.8 innreport.8 innstat.8 innwatch.8 innxbatch.8 innxmit.8 \
-	mailpost.8 makeactive.8 makehistory.8 mod-active.8 \
-	news-recovery.8 news.daily.8 \
-	news2mail.8 newslog.8 newsrequeue.8 nnrpd.8 nntpsend.8 overchan.8 \
-	pgpverify.8 prunehistory.8 pullnews.8 scanlogs.8 send-uucp.8 sm.8 \
-	tally.control.8 tally.unwanted.8 writelog.8
+MAN5=	active.5 buffindexed.conf.5 control.ctl.5 cycbuff.conf.5 \
+	distrib.pats.5 expire.ctl.5 history.5 incoming.conf.5 inn.conf.5 \
+	innfeed.conf.5 innwatch.ctl.5 moderators.5 motd.news.5 newsfeeds.5 \
+	newslog.5 nnrp.access.5 nnrpd.track.5 nntpsend.ctl.5 ovdb.5 \
+	overview.fmt.5 passwd.nntp.5 readers.conf.5 sasl.conf.5 storage.conf.5
+MAN8=	actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 cnfsheadconf.8 \
+	cnfsstat.8 controlchan.8 ctlinnd.8 cvtbatch.8 dbprocs.8 expire.8 \
+	expireover.8 expirerm.8 fastrm.8 filechan.8 inncheck.8 innd.8 inndf.8 \
+	inndstart.8 innreport.8 innstat.8 innwatch.8 innxbatch.8 innxmit.8 \
+	mailpost.8 makedbz.8 makehistory.8 mod-active.8 news.daily.8 \
+	news2mail.8 newsrequeue.8 nnrpd.8 nntpsend.8 ovdb_recover.8 \
+	ovdb_upgrade.8 overchan.8 pgpverify.8 prunehistory.8 pullnews.8 \
+	scanlogs.8 send-uucp.8 sm.8 tally.control.8 writelog.8
 
 pre-install:
 	${MKDIR} /var/spool/news
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/news/inn/files/md5,v
retrieving revision 1.11
diff -u -r1.11 md5
--- files/md5	2000/01/28 21:04:33	1.11
+++ files/md5	2000/09/15 17:57:02
@@ -1 +1 @@
-MD5 (inn-2.2.2.tar.gz) = a4220c321aa35cb8c2da0186755fba23
+MD5 (inn-2.3.0.tar.gz) = 8be0e895c227eeccdcbd5cb1ea23f267
Index: pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/news/inn/pkg/PLIST,v
retrieving revision 1.9
diff -u -r1.9 PLIST
--- pkg/PLIST	1999/09/10 08:44:40	1.9
+++ pkg/PLIST	2000/09/15 18:32:47
@@ -1,14 +1,19 @@
-@exec mkdir /var/spool/news
-@exec chown news:news /var/spool/news
 @exec chmod 0775 /var/spool/news
+@exec chown news:news /var/spool/news
+@exec mkdir /var/spool/news
 etc/rc.d/innd.sh
-news/bin/actived
 news/bin/actmerge
 news/bin/actsync
 news/bin/actsyncd
 news/bin/archive
+news/bin/auth/passwd/ckpasswd
+news/bin/auth/passwd/pwcheck
+news/bin/auth/passwd/radius
+news/bin/auth/resolv/domain
+news/bin/auth/resolv/ident
 news/bin/batcher
 news/bin/buffchan
+news/bin/cnfsheadconf
 news/bin/cnfsstat
 news/bin/control/checkgroups
 news/bin/control/checkgroups.pl
@@ -30,19 +35,21 @@
 news/bin/controlbatch
 news/bin/controlchan
 news/bin/convdate
-news/bin/crosspost
 news/bin/ctlinnd
 news/bin/cvtbatch
+news/bin/dbprocs
 news/bin/expire
-news/bin/expireindex
 news/bin/expireover
 news/bin/expirerm
 news/bin/fastrm
 news/bin/filechan
+news/bin/filter/INN.py
 news/bin/filter/filter.tcl
 news/bin/filter/filter_innd.pl
+news/bin/filter/filter_innd.py
 news/bin/filter/filter_nnrpd.pl
 news/bin/filter/nnrpd_auth.pl
+news/bin/filter/nnrpd_auth.py
 news/bin/filter/startup.tcl
 news/bin/filter/startup_innd.pl
 news/bin/getlist
@@ -54,7 +61,6 @@
 news/bin/inndf
 news/bin/inndstart
 news/bin/innfeed
-news/bin/innfeed-convcfg
 news/bin/innmail
 news/bin/innreport
 news/bin/innstat
@@ -62,7 +68,7 @@
 news/bin/innxbatch
 news/bin/innxmit
 news/bin/mailpost
-news/bin/makeactive
+news/bin/makedbz
 news/bin/makehistory
 news/bin/mod-active
 news/bin/news.daily
@@ -71,6 +77,8 @@
 news/bin/nnrpd
 news/bin/nntpget
 news/bin/nntpsend
+news/bin/ovdb_recover
+news/bin/ovdb_upgrade
 news/bin/overchan
 news/bin/parsecontrol
 news/bin/pgpverify
@@ -92,13 +100,18 @@
 news/bin/sendxbatches
 news/bin/shlock
 news/bin/shrinkfile
+news/bin/signcontrol
 news/bin/simpleftp
 news/bin/sm
 news/bin/startinnfeed
 news/bin/tally.control
 news/bin/writelog
+news/db/active
+news/db/active.times
+news/db/newsgroups
 news/etc/actsync.cfg
 news/etc/actsync.ign
+news/etc/buffindexed.conf
 news/etc/control.ctl
 news/etc/cycbuff.conf
 news/etc/distrib.pats
@@ -112,12 +125,14 @@
 news/etc/motd.news
 news/etc/news2mail.cf
 news/etc/newsfeeds
-news/etc/nnrp.access
 news/etc/nnrpd.track
 news/etc/nntpsend.ctl
-news/etc/overview.ctl
+news/etc/ovdb.conf
 news/etc/overview.fmt
 news/etc/passwd.nntp
+news/etc/radius.conf
+news/etc/readers.conf
+news/etc/sasl.conf
 news/etc/storage.conf
 news/lib/docheckgroups
 news/lib/innreport_inn.pm
@@ -126,3 +141,15 @@
 news/lib/innshellvars.tcl
 news/lib/libinn.a
 news/lib/libstorage.a
+@dirrm news/run
+@dirrm news/lib
+@dirrm news/etc
+@dirrm news/db
+@dirrm news/bin/rnews.libexec
+@dirrm news/bin/filter
+@dirrm news/bin/control
+@dirrm news/bin/auth/resolv
+@dirrm news/bin/auth/passwd
+@dirrm news/bin/auth
+@dirrm news/bin
+@dirrm news   


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009151843.e8FIhfP46958>