summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-09-10 08:44:40 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-09-10 08:44:40 +0000
commit765f45fe2e6ecccb490f746e2a00656a5d822742 (patch)
tree9e563c97181e07b0500ae021e3f4c5f1544285d9 /news
parentFix dependency: ${PORTSDIR}/print/html2ps -> ${PORTSDIR}/print/html2ps-letter. (diff)
Upgrade to INN 2.2.1.
One of the bugs that has been fixed is a buffer overflow in inews. Please upgrade to 2.2.1 if yo
Notes
Notes: svn path=/head/; revision=21552
Diffstat (limited to 'news')
-rw-r--r--news/inn-current/Makefile8
-rw-r--r--news/inn-current/distinfo2
-rw-r--r--news/inn-current/pkg-plist5
-rw-r--r--news/inn/Makefile8
-rw-r--r--news/inn/distinfo2
-rw-r--r--news/inn/pkg-plist5
6 files changed, 20 insertions, 10 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
index 23c1e281698f..3708920e9292 100644
--- a/news/inn-current/Makefile
+++ b/news/inn-current/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= inn-2.2
+DISTNAME= inn-2.2.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/
@@ -25,11 +25,13 @@ INN_NEWSLIB?=${PREFIX}/news
INN_NEWSLOG?=/var/log/news
HAS_CONFIGURE= yes
-CONFIGURE_ENV+= MANDIR=${PREFIX}/man
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --prefix=${INN_NEWSLIB}
CONFIGURE_ARGS+= --with-spool-dir=${INN_NEWSSPOOL}
CONFIGURE_ARGS+= --with-log-dir=${INN_NEWSLOG}
CONFIGURE_ARGS+= --with-perl
+CONFIGURE_ARGS+= --with-tmp-path=${INN_NEWSSPOOL}/tmp
+CONFIGURE_ARGS+= --with-largefiles
# Various Options. See ${WRKSRC}/INSTALL for details
@@ -58,6 +60,6 @@ MAN8= actived.8 actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 \
post-install:
${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
- s+!!PREFIX!!+${PREFIX}+g && ${CHMOD} +x ${PREFIX}/etc/rc.d/innd.sh
+ s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh
.include <bsd.port.mk>
diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo
index 2de21278e4bf..384c86482558 100644
--- a/news/inn-current/distinfo
+++ b/news/inn-current/distinfo
@@ -1 +1 @@
-MD5 (inn-2.2.tar.gz) = 9c8cb250d56428af06c7c49f7d8d1a29
+MD5 (inn-2.2.1.tar.gz) = 1b3c8259c73d9ac6e0ba802b7b8a3fd1
diff --git a/news/inn-current/pkg-plist b/news/inn-current/pkg-plist
index e3ce3a136e0c..180b639a5138 100644
--- a/news/inn-current/pkg-plist
+++ b/news/inn-current/pkg-plist
@@ -1,3 +1,7 @@
+@exec mkdir /var/spool/news
+@exec chown news:news /var/spool/news
+@exec chmod 0775 /var/spool/news
+etc/rc.d/innd.sh
news/bin/actived
news/bin/actmerge
news/bin/actsync
@@ -122,4 +126,3 @@ news/lib/innshellvars.pl
news/lib/innshellvars.tcl
news/lib/libinn.a
news/lib/libstorage.a
-etc/rc.d/innd.sh
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 23c1e281698f..3708920e9292 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= inn-2.2
+DISTNAME= inn-2.2.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/
@@ -25,11 +25,13 @@ INN_NEWSLIB?=${PREFIX}/news
INN_NEWSLOG?=/var/log/news
HAS_CONFIGURE= yes
-CONFIGURE_ENV+= MANDIR=${PREFIX}/man
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --prefix=${INN_NEWSLIB}
CONFIGURE_ARGS+= --with-spool-dir=${INN_NEWSSPOOL}
CONFIGURE_ARGS+= --with-log-dir=${INN_NEWSLOG}
CONFIGURE_ARGS+= --with-perl
+CONFIGURE_ARGS+= --with-tmp-path=${INN_NEWSSPOOL}/tmp
+CONFIGURE_ARGS+= --with-largefiles
# Various Options. See ${WRKSRC}/INSTALL for details
@@ -58,6 +60,6 @@ MAN8= actived.8 actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 \
post-install:
${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
- s+!!PREFIX!!+${PREFIX}+g && ${CHMOD} +x ${PREFIX}/etc/rc.d/innd.sh
+ s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh
.include <bsd.port.mk>
diff --git a/news/inn/distinfo b/news/inn/distinfo
index 2de21278e4bf..384c86482558 100644
--- a/news/inn/distinfo
+++ b/news/inn/distinfo
@@ -1 +1 @@
-MD5 (inn-2.2.tar.gz) = 9c8cb250d56428af06c7c49f7d8d1a29
+MD5 (inn-2.2.1.tar.gz) = 1b3c8259c73d9ac6e0ba802b7b8a3fd1
diff --git a/news/inn/pkg-plist b/news/inn/pkg-plist
index e3ce3a136e0c..180b639a5138 100644
--- a/news/inn/pkg-plist
+++ b/news/inn/pkg-plist
@@ -1,3 +1,7 @@
+@exec mkdir /var/spool/news
+@exec chown news:news /var/spool/news
+@exec chmod 0775 /var/spool/news
+etc/rc.d/innd.sh
news/bin/actived
news/bin/actmerge
news/bin/actsync
@@ -122,4 +126,3 @@ news/lib/innshellvars.pl
news/lib/innshellvars.tcl
news/lib/libinn.a
news/lib/libstorage.a
-etc/rc.d/innd.sh