summaryrefslogtreecommitdiffstats
path: root/security/gpgme03
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-10-12 15:01:08 +0000
committerknu <knu@FreeBSD.org>2001-10-12 15:01:08 +0000
commit8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b (patch)
tree82c9db4be7fab2503dd38aab7606abbbd4c082c6 /security/gpgme03
parentceecddd413c5489e0b226c90c48335afdb4ec6dd (diff)
downloadFreeBSD-ports-8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b.zip
FreeBSD-ports-8bfbd8f3ad816bfebe9d86a789467d0a1ae5c48b.tar.gz
- Update to 0.2.3.
- Update the URL in the package description. - The author hacks a LIBTOOL path into their Makefiles that doesn't work under the ports system. Make it work by a small patch to aclocal.m4 (which requires the addition of USE_AUTOCONF) and passing in the port system's value of LIBTOOL (using a different variable name since they already use LIBTOOL themselves). This was simpler than patching all their Makefiles. PR: ports/30999 Submitted by: Dave Chapeskie <bsdport@ddm.wox.org> Approved by: MAINTAINER
Diffstat (limited to 'security/gpgme03')
-rw-r--r--security/gpgme03/Makefile4
-rw-r--r--security/gpgme03/distinfo2
-rw-r--r--security/gpgme03/files/patch-aa11
-rw-r--r--security/gpgme03/pkg-descr4
-rw-r--r--security/gpgme03/pkg-plist3
5 files changed, 19 insertions, 5 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
index 43b7722..d79c022 100644
--- a/security/gpgme03/Makefile
+++ b/security/gpgme03/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gpgme
-PORTVERSION= 0.2.2
+PORTVERSION= 0.2.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
@@ -15,7 +15,9 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_LIBTOOL= yes
+USE_AUTOCONF= 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 33a4e100..e80cc4b 100644
--- a/security/gpgme03/distinfo
+++ b/security/gpgme03/distinfo
@@ -1 +1 @@
-MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79
+MD5 (gpgme-0.2.3.tar.gz) = 2e2eeedb5a708c75bf8e581de2091dc1
diff --git a/security/gpgme03/files/patch-aa b/security/gpgme03/files/patch-aa
new file mode 100644
index 0000000..6054e80
--- /dev/null
+++ b/security/gpgme03/files/patch-aa
@@ -0,0 +1,11 @@
+--- aclocal.m4.orig Mon Sep 17 04:25:38 2001
++++ aclocal.m4 Wed Oct 3 01:50:51 2001
+@@ -213,7 +213,7 @@
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++LIBTOOL='$(PORT_LIBTOOL)'
+ AC_SUBST(LIBTOOL)dnl
+
+ # Prevent multiple expansion
diff --git a/security/gpgme03/pkg-descr b/security/gpgme03/pkg-descr
index 778dff2..6ada9d2 100644
--- a/security/gpgme03/pkg-descr
+++ b/security/gpgme03/pkg-descr
@@ -1,6 +1,6 @@
-GPGME(GnuPG Make Easy) is a library desined to make access
+GPGME(GnuPG Make Easy) is a library designed to make access
to GnuPG easier for applications.
-WWW: http://www.gnupg.org/gpgme/
+WWW: http://www.gnupg.org/gpgme.html
tetarmoto@comm.eng.osaka-u.ac.jp
diff --git a/security/gpgme03/pkg-plist b/security/gpgme03/pkg-plist
index a6e87b0..d5021ee 100644
--- a/security/gpgme03/pkg-plist
+++ b/security/gpgme03/pkg-plist
@@ -1,6 +1,7 @@
bin/gpgme-config
include/gpgme.h
lib/libgpgme.a
+lib/libgpgme.la
lib/libgpgme.so
-lib/libgpgme.so.3
+lib/libgpgme.so.4
share/aclocal/gpgme.m4
OpenPOWER on IntegriCloud