diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 14:34:16 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 14:34:16 +0000 |
commit | ff6f0aabbdb7becc7bf6e2664b5d74627462b21f (patch) | |
tree | 2ad5772473b1e2031743100ed505f92dcbf7434c /security/gpgme | |
parent | e19c9493261de5a269f4ec801c2bd198d29ffac2 (diff) | |
download | ports-ff6f0aabbdb7becc7bf6e2664b5d74627462b21f.tar.gz ports-ff6f0aabbdb7becc7bf6e2664b5d74627462b21f.zip |
Notes
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 6 | ||||
-rw-r--r-- | security/gpgme/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme/files/patch-ab | 10 | ||||
-rw-r--r-- | security/gpgme/pkg-plist | 2 |
4 files changed, 14 insertions, 6 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index d79c0228c32b..b2358ca823e1 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ @@ -14,10 +14,8 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -USE_LIBTOOL= yes -USE_AUTOCONF= yes +GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -MAKE_ENV+= PORT_LIBTOOL=${LIBTOOL} .include <bsd.port.mk> diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index e80cc4bed128..217a0d1e6534 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.2.3.tar.gz) = 2e2eeedb5a708c75bf8e581de2091dc1 +MD5 (gpgme-0.3.0.tar.gz) = 852652a63a88b7170a8909c2678883a3 diff --git a/security/gpgme/files/patch-ab b/security/gpgme/files/patch-ab new file mode 100644 index 000000000000..f9d8b771d351 --- /dev/null +++ b/security/gpgme/files/patch-ab @@ -0,0 +1,10 @@ +--- tests/gpg/t-decrypt-verify.c.orig Thu Nov 22 11:47:07 2001 ++++ tests/gpg/t-decrypt-verify.c Tue Jan 22 18:54:19 2002 +@@ -24,7 +24,6 @@ + #include <string.h> + #include <assert.h> + #include <errno.h> +-#include <mcheck.h> + + #include <gpgme.h> + diff --git a/security/gpgme/pkg-plist b/security/gpgme/pkg-plist index d5021ee39942..3fe87ed46781 100644 --- a/security/gpgme/pkg-plist +++ b/security/gpgme/pkg-plist @@ -3,5 +3,5 @@ include/gpgme.h lib/libgpgme.a lib/libgpgme.la lib/libgpgme.so -lib/libgpgme.so.4 +lib/libgpgme.so.5 share/aclocal/gpgme.m4 |