svn commit: r479278 - in head/www/polipo: . files
Ben Woods
woodsb02 at FreeBSD.org
Sun Sep 9 08:24:44 UTC 2018
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"
More information about the svn-ports-all
mailing list