diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-30 17:27:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-30 17:27:51 +0000 |
commit | 509bd8df773e2f02204fb655ab497f6d22faf67d (patch) | |
tree | fc2664d26a20ea2c889fbecb35365b15bd15739e /security | |
parent | d11f7d08765712cd89f97f5ee349bbbc4f35c682 (diff) | |
download | ports-509bd8df773e2f02204fb655ab497f6d22faf67d.tar.gz ports-509bd8df773e2f02204fb655ab497f6d22faf67d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 7 | ||||
-rw-r--r-- | security/gpgme/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 7 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index df5417ca3c60..b310bd9b2c26 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -6,17 +6,18 @@ # PORTNAME= gpgme -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.14 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ MAINTAINER= markun@onohara.to BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth USE_LIBTOOL= yes +CONFIGURE_ARGS= --without-gpgsm CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --with-pth=no USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index aee2f3e4e795..bf9487c51aa9 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.3.12.tar.gz) = 86ade7e9c5f15d415cccc0620c0bf9c9 +MD5 (gpgme-0.3.14.tar.gz) = b5351e212aa10336e5d88ebf4babccf7 diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index df5417ca3c60..b310bd9b2c26 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -6,17 +6,18 @@ # PORTNAME= gpgme -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.14 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ MAINTAINER= markun@onohara.to BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth USE_LIBTOOL= yes +CONFIGURE_ARGS= --without-gpgsm CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --with-pth=no USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/security/gpgme03/distinfo b/security/gpgme03/distinfo index aee2f3e4e795..bf9487c51aa9 100644 --- a/security/gpgme03/distinfo +++ b/security/gpgme03/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.3.12.tar.gz) = 86ade7e9c5f15d415cccc0620c0bf9c9 +MD5 (gpgme-0.3.14.tar.gz) = b5351e212aa10336e5d88ebf4babccf7 |