From owner-svn-ports-head@freebsd.org Sun Sep 9 08:24:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E90D6108ECDE; Sun, 9 Sep 2018 08:24:43 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93CB98B77F; Sun, 9 Sep 2018 08:24:43 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 800A51746C; Sun, 9 Sep 2018 08:24:43 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w898Ohs2049574; Sun, 9 Sep 2018 08:24:43 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w898OgEw049572; Sun, 9 Sep 2018 08:24:42 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201809090824.w898OgEw049572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 9 Sep 2018 08:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479278 - in head/www/polipo: . files X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/www/polipo: . files X-SVN-Commit-Revision: 479278 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2018 08:24:44 -0000 Author: woodsb02 Date: Sun Sep 9 08:24:42 2018 New Revision: 479278 URL: https://svnweb.freebsd.org/changeset/ports/479278 Log: www/polipo: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/ Update the pkg-install message to ensure the filenames mentioned in /usr/local/etc/newsyslog.conf.d/ end with a '.conf' suffix. Proposed changes to /etc/newsyslog.conf will only include files from the /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do not beginning with a '.' character. https://reviews.freebsd.org/D17086 Approved by: portmgr blanket Modified: head/www/polipo/Makefile head/www/polipo/files/pkg-install.in Modified: head/www/polipo/Makefile ============================================================================== --- head/www/polipo/Makefile Sun Sep 9 07:24:48 2018 (r479277) +++ head/www/polipo/Makefile Sun Sep 9 08:24:42 2018 (r479278) @@ -3,7 +3,7 @@ PORTNAME= polipo PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/ Modified: head/www/polipo/files/pkg-install.in ============================================================================== --- head/www/polipo/files/pkg-install.in Sun Sep 9 07:24:48 2018 (r479277) +++ head/www/polipo/files/pkg-install.in Sun Sep 9 08:24:42 2018 (r479278) @@ -56,7 +56,7 @@ elif [ "$2" = "POST-INSTALL" ]; then fi if ! fgrep "${POLIPOLOG}" "%%DESTDIR%%/etc/newsyslog.conf" 2>/dev/null 1>&2; then - echo "Add a line to /etc/newsyslog.conf (or /usr/local/etc/newsyslog.d/polipo if" + echo "Add a line to /etc/newsyslog.conf (or /usr/local/etc/newsyslog.conf.d/polipo.conf if" echo "supported on your system) to enable automatic log file rotation:" echo echo "${POLIPOLOG} ${POLIPOUSER}: 640 3 100 * J ${POLIPOPID} 30"