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/py-pyme | |
parent | bb070d6ee318c2b5e4c163723631dc2956b3feae (diff) | |
download | ports-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 'security/py-pyme')
-rw-r--r-- | security/py-pyme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pyme/Makefile b/security/py-pyme/Makefile index ba40c6c7c5a1..ac907f96e4ac 100644 --- a/security/py-pyme/Makefile +++ b/security/py-pyme/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyme PORTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Python interface to GPGME library BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme USE_GMAKE= yes USE_PYTHON= 2.5+ |