svn commit: r440655 - head/news/inn

Johan van Selst johans at FreeBSD.org
Thu May 11 20:42:02 UTC 2017


Author: johans
Date: Thu May 11 20:42:00 2017
New Revision: 440655
URL: https://svnweb.freebsd.org/changeset/ports/440655

Log:
  - Update to INN 2.6.1
    https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html
  - Make setuid inews and UUCP optional

Modified:
  head/news/inn/Makefile
  head/news/inn/distinfo
  head/news/inn/pkg-plist

Modified: head/news/inn/Makefile
==============================================================================
--- head/news/inn/Makefile	Thu May 11 20:29:52 2017	(r440654)
+++ head/news/inn/Makefile	Thu May 11 20:42:00 2017	(r440655)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	inn
-PORTVERSION=	2.6.0
+PORTVERSION=	2.6.1
 CATEGORIES=	news ipv6
 MASTER_SITES=	ISC/${PORTNAME}
 
@@ -23,8 +23,10 @@ CPE_VENDOR=	isc
 CONFLICTS?=	inn-stable-[0-9]* inn-current-[0-9]*
 
 OPTIONS_DEFINE=		BERKELEYDB GNUPG KERBEROS SASL KEYWORDS \
-			LARGE_FILES OPENSSL TAGGED_HASH
-OPTIONS_DEFAULT=	BERKELEYDB GNUPG KEYWORDS OPENSSL LARGE_FILES
+			LARGE_FILES OPENSSL SETGID_INEWS TAGGED_HASH \
+			UUCP_RNEWS
+OPTIONS_DEFAULT=	BERKELEYDB GNUPG KEYWORDS OPENSSL LARGE_FILES \
+			SETGID_INEW UUCP_RNEWS
 OPTIONS_SUB=		yes
 
 KERBEROS_DESC=		Enable Kerberos v5 (for auth_krb5)
@@ -35,6 +37,8 @@ KEYWORDS_DESC=		Automatic keyword genera
 BERKELEYDB_DESC=	Enable BerkeleyDB (for ovdb overview method)
 OPENSSL_DESC=		Enable OpenSSL (for NNTP over TLS/SSL support)
 GNUPG_DESC=		GnuPG support (for pgpverify control message)
+UUCP_RNEWS_DESC=	Install rnews suitable for use with net/freebsd-uucp
+SETGID_INEWS_DESC=	Enable posting articles locally for all users
 
 VARBASE?=	/var
 
@@ -54,8 +58,14 @@ CONFIGURE_ARGS+=	--mandir=${MANPREFIX}/m
 			--datarootdir=${INN_SHAREDIR}		\
 			--with-perl
 
-LIBVER_LONG=		3.0.0
-PLIST_SUB+=		LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG}
+UUCP_RNEWS_CONFIGURE_ON=--enable-uucp-rnews
+UUCP_RNEWS_RUN_DEPENDS=	uucp:net/freebsd-uucp
+SETGID_INEWS_CONFIGURE_ON=	--enable-setgid-inews
+
+INNLIB_LONG=		4.0.0
+LIBVER_LONG=		3.0.1
+PLIST_SUB+=		LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG} \
+			INNLIB=${INNLIB_LONG:R:R} INNLIB_LONG=${INNLIB_LONG}
 
 .include <bsd.port.options.mk>
 
@@ -132,7 +142,7 @@ TO_BE_STRIPPED=	bin/actsync bin/archive 
 	bin/ovdb_stat bin/overchan bin/prunehistory bin/rnews \
 	bin/rnews.libexec/decode bin/rnews.libexec/encode bin/shlock \
 	bin/shrinkfile bin/sm bin/tdx-util bin/tinyleaf \
-	lib/libinn.so.${LIBVER_LONG} lib/libinnhist.so.${LIBVER_LONG} \
+	lib/libinn.so.${INNLIB_LONG} lib/libinnhist.so.${LIBVER_LONG} \
 	lib/libstorage.so.${LIBVER_LONG}
 
 CONFIG_FILES=	actsync.cfg actsync.ign buffindexed.conf control.ctl \

Modified: head/news/inn/distinfo
==============================================================================
--- head/news/inn/distinfo	Thu May 11 20:29:52 2017	(r440654)
+++ head/news/inn/distinfo	Thu May 11 20:42:00 2017	(r440655)
@@ -1,2 +1,3 @@
-SHA256 (inn-2.6.0.tar.gz) = ba96be8e87c2b56bf896c9f96492ed7706beb68e082794f8fabc7058a1804da7
-SIZE (inn-2.6.0.tar.gz) = 2597729
+TIMESTAMP = 1482846642
+SHA256 (inn-2.6.1.tar.gz) = 50f03516d39922f5c4db68915d2a70c8d5ffe8c14a16ba01029c148700523bda
+SIZE (inn-2.6.1.tar.gz) = 2570558

Modified: head/news/inn/pkg-plist
==============================================================================
--- head/news/inn/pkg-plist	Thu May 11 20:29:52 2017	(r440654)
+++ head/news/inn/pkg-plist	Thu May 11 20:42:00 2017	(r440655)
@@ -133,6 +133,7 @@ doc/hook-python
 doc/sample-control
 http/innreport.css
 include/inn/buffer.h
+include/inn/concat.h
 include/inn/confparse.h
 include/inn/dbz.h
 include/inn/defines.h
@@ -181,8 +182,8 @@ lib/innshellvars.pl
 lib/innshellvars.tcl
 lib/libinn.a
 lib/libinn.so
-lib/libinn.so.%%LIBVER%%
-lib/libinn.so.%%LIBVER_LONG%%
+lib/libinn.so.%%INNLIB%%
+lib/libinn.so.%%INNLIB_LONG%%
 lib/libinnhist.a
 lib/libinnhist.so
 lib/libinnhist.so.%%LIBVER%%


More information about the svn-ports-all mailing list