diff options
author | arved <arved@FreeBSD.org> | 2003-01-31 01:27:51 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-31 01:27:51 +0800 |
commit | 241e6fedbe966c94e482f10d6b744e910495baa2 (patch) | |
tree | f872a5b34b6765f1a2a9aa6e145f2288597d5983 /security/gpgme03 | |
parent | 07489cc0b882ddee5a2396f01874a94810d5c780 (diff) | |
download | freebsd-ports-graphics-241e6fedbe966c94e482f10d6b744e910495baa2.tar.gz freebsd-ports-graphics-241e6fedbe966c94e482f10d6b744e910495baa2.tar.zst freebsd-ports-graphics-241e6fedbe966c94e482f10d6b744e910495baa2.zip |
Update to 0.3.14
PR: 46836
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> &
Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: Oliver Lehmann <lehmann@ans-netz.de>
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Diffstat (limited to 'security/gpgme03')
-rw-r--r-- | security/gpgme03/Makefile | 7 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index df5417ca3c6..b310bd9b2c2 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 aee2f3e4e79..bf9487c51aa 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 |