diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-20 19:20:15 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-20 19:20:15 +0000 |
commit | 784e4c52e19da2d697b5b38bf682bfa80caa338a (patch) | |
tree | fbc624ebebfbe7afce5736f025523e4649fa9967 /UPDATING | |
parent | bb070d6ee318c2b5e4c163723631dc2956b3feae (diff) |
- 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-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |