aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-07-18 23:26:42 +0800
committeradamw <adamw@FreeBSD.org>2016-07-18 23:26:42 +0800
commite274b9a4c9f8190b1b837f6b05dce959efef54b5 (patch)
tree26e0afce3ee66aa158793c79f87213c6e7c98f78 /UPDATING
parent7ca4656d052388897222c83a00ea459e949fa9f7 (diff)
downloadfreebsd-ports-gnome-e274b9a4c9f8190b1b837f6b05dce959efef54b5.tar.gz
freebsd-ports-gnome-e274b9a4c9f8190b1b837f6b05dce959efef54b5.tar.zst
freebsd-ports-gnome-e274b9a4c9f8190b1b837f6b05dce959efef54b5.zip
Update to 7.5. While here, completely rewrite the Makefile. Use sed
instead of hard patches to minimize maintainership, and drastically simplify the installation process. Add some OPTIONS to handle dependencies on country lookups. Previously, the path to the icons was being manually changed from ".../icon" to ".../icons". With this update, the port now installs into the default location (.../icon). The awstatsicons alias will need to be manually updated for existing installations; this is explained in UPDATING. Also, I am taking this port from the previous maintainer. It has been over two years since he responded to a PR, and this is the third in a row that has had no response. Under section 5.5 of the PHB, I am considering this port to be abandoned. I'd like to thank Alex for all the time that he did spend maintaining this port. PR: 210821 Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4f52664e7ec9..d4088117510c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20160718:
+ AFFECTS: users of www/awstats
+ AUTHOR: adamw@FreeBSD.org
+
+ The directory containing icons has changed from ".../icons" to ".../icon".
+ awstats has, in its suggested configuration file, contained an alias
+ from /awstatsicons. After applying the awstats-7.5 update, you must
+ update that alias to point to /usr/local/www/awstats/icon (just remove
+ the "s" at the end).
+
20160708:
AFFECTS: users of sysutils/screen
AUTHOR: cy@FreeBSD.org