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 /security/gpa | |
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 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 87dc1fc3318d..23f067ad63cd 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -3,6 +3,7 @@ PORTNAME= gpa PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpa |