svn commit: r489227 - in head: . sysutils/goaccess sysutils/goaccess/files
Adam Weinberger
adamw at FreeBSD.org
Thu Jan 3 21:40:53 UTC 2019
Author: adamw
Date: Thu Jan 3 21:40:51 2019
New Revision: 489227
URL: https://svnweb.freebsd.org/changeset/ports/489227
Log:
Fix config file instructions for goaccess.
I completely misunderstood the config file location for goaccess.conf.
The config file hasn't moved to ETCDIR, only the sample file has. The
config file is still read from PREFIX/etc.
Remove the UPDATING/pkg-message instructions about this, and install
the config file to the correct place, along with a PORTREVISION bump.
Pointy hat: adamw
Deleted:
head/sysutils/goaccess/files/pkg-message.in
Modified:
head/UPDATING
head/sysutils/goaccess/Makefile
head/sysutils/goaccess/pkg-plist
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Thu Jan 3 21:20:10 2019 (r489226)
+++ head/UPDATING Thu Jan 3 21:40:51 2019 (r489227)
@@ -6,18 +6,6 @@ You should get into the habit of checking this file fo
you update your ports collection, before attempting any port upgrades.
20190103:
- AFFECTS: users of sysutils/goaccess
- AUTHOR: adamw at FreeBSD.org
-
- The goaccess.conf location has changed for version 1.3. To preserve
- your settings, you must move your goaccess.conf to the new location.
-
- OLD: ${PREFIX}/etc/goaccess.conf
- NEW: ${PREFIX}/etc/goaccess/goaccess.conf
-
- # mv /usr/local/etc/goaccess.conf /usr/local/etc/goaccess/goaccess.conf
-
-20190103:
AFFECTS: users of multimedia/vlc*
AUTHOR: riggs at FreeBSD.org
Modified: head/sysutils/goaccess/Makefile
==============================================================================
--- head/sysutils/goaccess/Makefile Thu Jan 3 21:20:10 2019 (r489226)
+++ head/sysutils/goaccess/Makefile Thu Jan 3 21:40:51 2019 (r489227)
@@ -3,6 +3,7 @@
PORTNAME= goaccess
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://tar.goaccess.io/
@@ -21,7 +22,6 @@ CFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include
LDFLAGS+= -L${NCURSESLIB} -L${LOCALBASE}/lib
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO
-SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS DEBUG NLS UTF8
OPTIONS_DEFAULT= GEOIP UTF8
Modified: head/sysutils/goaccess/pkg-plist
==============================================================================
--- head/sysutils/goaccess/pkg-plist Thu Jan 3 21:20:10 2019 (r489226)
+++ head/sysutils/goaccess/pkg-plist Thu Jan 3 21:40:51 2019 (r489227)
@@ -1,6 +1,6 @@
bin/goaccess
%%ETCDIR%%/browsers.list
- at sample %%ETCDIR%%/goaccess.conf.sample
+ at sample %%ETCDIR%%/goaccess.conf.sample etc/goaccess.conf
man/man1/goaccess.1.gz
%%NLS%%share/locale/es/LC_MESSAGES/goaccess.mo
%%NLS%%share/locale/fr/LC_MESSAGES/goaccess.mo
More information about the svn-ports-all
mailing list