Update to newest STABLE version
Update PLIST - more dirrm's - added some entries - make packaging more complete
This commit is contained in:
parent
63bc2a1ab3
commit
9c86ef1454
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24099
@ -4,9 +4,8 @@
|
||||
# Whom: torstenb
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= inn-STABLE_2_2-1999-07-24_03-02
|
||||
DISTNAME= inn-STABLE_2_2-1999-12-26_03-02
|
||||
PKGNAME= inn-stable-v22
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= http://www.FreeBSD.org/~andreas/download/ \
|
||||
@ -115,6 +114,12 @@ post-install:
|
||||
${CHOWN} news:news ${NEWSSPOOL}/uniover
|
||||
${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
|
||||
s+!!PREFIX!!+${PREFIX}+g && ${CHMOD} +x ${PREFIX}/etc/rc.d/innd.sh
|
||||
# create log and run subdir with a .keep_me file to make sure
|
||||
# packaging works. The mkdir might be unnecessary, but to be sure ...
|
||||
.for dir in log run
|
||||
${MKDIR} -p ${NEWSLIB}/${dir}
|
||||
touch ${NEWSLIB}/${dir}/.keep_me
|
||||
.endfor
|
||||
# make rnews work when getting news via uucp !
|
||||
${CHMOD} 4555 ${NEWSLIB}/bin/rnews
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (inn-STABLE_2_2-1999-07-24_03-02.tar.gz) = cefac2709b8d733de70a7382d4b56ca9
|
||||
MD5 (inn-STABLE_2_2-1999-12-26_03-02.tar.gz) = 69723ace01a733209b5b1d55a559980a
|
||||
|
@ -13,7 +13,6 @@ Some statements to meet the COPYRIGHT:
|
||||
|
||||
Installation is relatively complex but nicely explained in the file INSTALL,
|
||||
see the inn2 sources under the work directory.
|
||||
Home Page: http://www.isc.org/inn.html
|
||||
Year 2000: http://www.isc.org/inn-y2k.html
|
||||
Support Contracts: http://www.isc.org/support.html
|
||||
|
||||
|
@ -79,7 +79,6 @@ news/bin/rnews
|
||||
news/bin/rnews.libexec/c7unbatch
|
||||
news/bin/rnews.libexec/decode
|
||||
news/bin/rnews.libexec/encode
|
||||
news/bin/rnews.libexec/gunbatch
|
||||
news/bin/scanlogs
|
||||
news/bin/scanspool
|
||||
news/bin/send-ihave
|
||||
@ -94,6 +93,7 @@ news/bin/sm
|
||||
news/bin/startinnfeed
|
||||
news/bin/tally.control
|
||||
news/bin/writelog
|
||||
news/db/control.ctl
|
||||
news/etc/actsync.cfg
|
||||
news/etc/actsync.ign
|
||||
news/etc/control.ctl
|
||||
@ -123,9 +123,17 @@ news/lib/innshellvars.pl
|
||||
news/lib/innshellvars.tcl
|
||||
news/lib/libinn.a
|
||||
news/lib/libstorage.a
|
||||
news/log/.keep_me
|
||||
news/run/.keep_me
|
||||
@dirrm news/log/OLD
|
||||
@dirrm news/log
|
||||
@dirrm news/bin/control
|
||||
@dirrm news/bin/filter
|
||||
@dirrm news/bin/rnews.libexec
|
||||
@dirrm news/bin/auth
|
||||
@dirrm news/bin
|
||||
@dirrm news/etc
|
||||
@dirrm news/run
|
||||
@dirrm news/db
|
||||
@dirrm news/lib
|
||||
@dirrm news
|
||||
|
Loading…
Reference in New Issue
Block a user