diff options
author | sf <sf@FreeBSD.org> | 2002-01-22 22:34:16 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-22 22:34:16 +0800 |
commit | a68a21b2494d725902d82bbf319155eb18a7c302 (patch) | |
tree | 3572776ede28da76315c162c3ee1042fa5c2c845 | |
parent | 36a6b3724dbdc4239d3fda32f3f9276b5cd3c96d (diff) | |
download | freebsd-ports-gnome-a68a21b2494d725902d82bbf319155eb18a7c302.tar.gz freebsd-ports-gnome-a68a21b2494d725902d82bbf319155eb18a7c302.tar.zst freebsd-ports-gnome-a68a21b2494d725902d82bbf319155eb18a7c302.zip |
update to 0.2.3.
PR: 34164
Submitted by: maintainer
-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 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 6 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme03/files/patch-ab | 10 | ||||
-rw-r--r-- | security/gpgme03/pkg-plist | 2 |
8 files changed, 28 insertions, 12 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 diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index d79c0228c32b..b2358ca823e1 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/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/gpgme03/distinfo b/security/gpgme03/distinfo index e80cc4bed128..217a0d1e6534 100644 --- a/security/gpgme03/distinfo +++ b/security/gpgme03/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.2.3.tar.gz) = 2e2eeedb5a708c75bf8e581de2091dc1 +MD5 (gpgme-0.3.0.tar.gz) = 852652a63a88b7170a8909c2678883a3 diff --git a/security/gpgme03/files/patch-ab b/security/gpgme03/files/patch-ab new file mode 100644 index 000000000000..f9d8b771d351 --- /dev/null +++ b/security/gpgme03/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/gpgme03/pkg-plist b/security/gpgme03/pkg-plist index d5021ee39942..3fe87ed46781 100644 --- a/security/gpgme03/pkg-plist +++ b/security/gpgme03/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 |