Date: Thu, 3 Jan 2019 21:40:52 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489227 - in head: . sysutils/goaccess sysutils/goaccess/files Message-ID: <201901032140.x03Leq57016746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 -@sample %%ETCDIR%%/goaccess.conf.sample +@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901032140.x03Leq57016746>