diff -Naur /usr/ports/news/inn/Makefile inn/Makefile --- /usr/ports/news/inn/Makefile 2018-09-10 15:15:47.000000000 +0200 +++ inn/Makefile 2019-08-19 09:31:28.249230000 +0200 @@ -2,7 +2,7 @@ # $FreeBSD: head/news/inn/Makefile 479407 2018-09-10 13:15:47Z mat $ PORTNAME= inn -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.3 CATEGORIES= news ipv6 MASTER_SITES= ISC/${PORTNAME} @@ -24,7 +24,7 @@ OPTIONS_DEFINE= BERKELEYDB GNUPG KERBEROS SASL KEYWORDS \ LARGE_FILES OPENSSL SETGID_INEWS TAGGED_HASH \ - UUCP_RNEWS DOCS EXAMPLES + UUCP_RNEWS DOCS EXAMPLES PYTHON OPTIONS_DEFAULT= BERKELEYDB GNUPG KEYWORDS OPENSSL LARGE_FILES \ SETGID_INEW UUCP_RNEWS OPTIONS_SUB= yes @@ -39,6 +39,7 @@ 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 +PYTHON_DESC= Enable support for embedded Python VARBASE?= /var @@ -61,8 +62,10 @@ UUCP_RNEWS_CONFIGURE_ON=--enable-uucp-rnews UUCP_RNEWS_RUN_DEPENDS= uucp:net/freebsd-uucp -INNLIB_LONG= 4.0.0 -LIBVER_LONG= 3.0.1 +PYTHON_CONFIGURE_ON= --with-python + +INNLIB_LONG= 6.0.0 +LIBVER_LONG= 3.0.3 PLIST_SUB+= LIBVER=${LIBVER_LONG:R:R} LIBVER_LONG=${LIBVER_LONG} \ INNLIB=${INNLIB_LONG:R:R} INNLIB_LONG=${INNLIB_LONG} @@ -133,6 +136,11 @@ .else PLIST_SUB+= MODE_INEWS="" .endif + +.if ${PORT_OPTIONS:MPYTHON} +USES+= python +.endif + PORTDOCS= CONTRIBUTORS HACKING INSTALL LICENSE MANIFEST NEWS README TODO TO_BE_STRIPPED= bin/actsync bin/archive bin/auth/passwd/auth_krb5 \ diff -Naur /usr/ports/news/inn/distinfo inn/distinfo --- /usr/ports/news/inn/distinfo 2017-05-11 22:42:00.000000000 +0200 +++ inn/distinfo 2019-08-17 09:54:20.724571000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1482846642 -SHA256 (inn-2.6.1.tar.gz) = 50f03516d39922f5c4db68915d2a70c8d5ffe8c14a16ba01029c148700523bda -SIZE (inn-2.6.1.tar.gz) = 2570558 +TIMESTAMP = 1566028460 +SHA256 (inn-2.6.3.tar.gz) = bd914ac421f8e71a36dc95cef0655a05dd162eb68f5893cc4028642209015256 +SIZE (inn-2.6.3.tar.gz) = 2586168