aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2013-10-20 19:20:15 +0000
committerJason E. Hale <jhale@FreeBSD.org>2013-10-20 19:20:15 +0000
commit784e4c52e19da2d697b5b38bf682bfa80caa338a (patch)
treefbc624ebebfbe7afce5736f025523e4649fa9967 /UPDATING
parentbb070d6ee318c2b5e4c163723631dc2956b3feae (diff)
downloadports-784e4c52e19da2d697b5b38bf682bfa80caa338a.tar.gz
ports-784e4c52e19da2d697b5b38bf682bfa80caa338a.zip
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number to what the author intended. This effectively rolls the version number backwards, but should prevent future unneccesary version bumps. - Support staging - Use options helpers - Use new LIB_DEPENDS syntax - Bump PORTREVISION on dependent ports
Notes
Notes: svn path=/head/; revision=331057
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3d82a3f693b6..e0d8a5e41a17 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20131020:
+ AFFECTS: users of security/gpgme
+ AUTHOR: jhale@FreeBSD.org
+
+ The library version of security/gpgme has changed, and PORTREVISION has
+ been bumped in all dependent ports. If you have external software that
+ depends on gpgme, this software needs to be recompiled.
+ To recompile all software dependent on gpgme, run:
+
+ # portmaster -r gpgme
+ or
+ # portupgrade -rf gpgme
+
20131008:
AFFECT: all users
AUTHOR: bapt@FreeBSD.org