Date: Sun, 10 Nov 2019 23:18:25 +0000 (UTC) From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517238 - head/news/inn Message-ID: <201911102318.xAANIPOc051763@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kbowling Date: Sun Nov 10 23:18:25 2019 New Revision: 517238 URL: https://svnweb.freebsd.org/changeset/ports/517238 Log: news/inn: Update to 2.6.3 and fix rnews Update to 2.6.3 and fix a sandbox violation with the default build options when building under i.e. poudriere by moving rnews permissions to the plist. Changelog https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S2 PR: 224670 Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22254 Modified: head/news/inn/Makefile head/news/inn/distinfo head/news/inn/pkg-plist Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Sun Nov 10 23:16:42 2019 (r517237) +++ head/news/inn/Makefile Sun Nov 10 23:18:25 2019 (r517238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= inn -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.3 CATEGORIES= news MASTER_SITES= ISC/${PORTNAME} @@ -58,11 +58,10 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --datarootdir=${INN_SHAREDIR} \ --with-perl -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 +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} Modified: head/news/inn/distinfo ============================================================================== --- head/news/inn/distinfo Sun Nov 10 23:16:42 2019 (r517237) +++ head/news/inn/distinfo Sun Nov 10 23:18:25 2019 (r517238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482846642 -SHA256 (inn-2.6.1.tar.gz) = 50f03516d39922f5c4db68915d2a70c8d5ffe8c14a16ba01029c148700523bda -SIZE (inn-2.6.1.tar.gz) = 2570558 +TIMESTAMP = 1572998169 +SHA256 (inn-2.6.3.tar.gz) = bd914ac421f8e71a36dc95cef0655a05dd162eb68f5893cc4028642209015256 +SIZE (inn-2.6.3.tar.gz) = 2586168 Modified: head/news/inn/pkg-plist ============================================================================== --- head/news/inn/pkg-plist Sun Nov 10 23:16:42 2019 (r517237) +++ head/news/inn/pkg-plist Sun Nov 10 23:18:25 2019 (r517238) @@ -84,7 +84,7 @@ bin/procbatch bin/prunehistory bin/pullnews bin/rc.news -bin/rnews +@(,uucp,4550) bin/rnews bin/rnews.libexec/c7unbatch bin/rnews.libexec/decode bin/rnews.libexec/encode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911102318.xAANIPOc051763>