summaryrefslogtreecommitdiff
path: root/security/gpgme03
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 14:34:16 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 14:34:16 +0000
commitff6f0aabbdb7becc7bf6e2664b5d74627462b21f (patch)
tree2ad5772473b1e2031743100ed505f92dcbf7434c /security/gpgme03
parentFix a typo. (diff)
update to 0.2.3.
PR: 34164 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=53566
Diffstat (limited to 'security/gpgme03')
-rw-r--r--security/gpgme03/Makefile6
-rw-r--r--security/gpgme03/distinfo2
-rw-r--r--security/gpgme03/files/patch-ab10
-rw-r--r--security/gpgme03/pkg-plist2
4 files changed, 14 insertions, 6 deletions
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