diff options
-rw-r--r-- | security/gpgme/Makefile | 4 | ||||
-rw-r--r-- | security/gpgme/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme/files/patch-aa | 11 | ||||
-rw-r--r-- | security/gpgme/pkg-descr | 4 | ||||
-rw-r--r-- | security/gpgme/pkg-plist | 3 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 4 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme03/files/patch-aa | 11 | ||||
-rw-r--r-- | security/gpgme03/pkg-descr | 4 | ||||
-rw-r--r-- | security/gpgme03/pkg-plist | 3 |
10 files changed, 38 insertions, 10 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 43b77224f4b7..d79c0228c32b 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/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/gpgme/distinfo b/security/gpgme/distinfo index 33a4e1002db4..e80cc4bed128 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79 +MD5 (gpgme-0.2.3.tar.gz) = 2e2eeedb5a708c75bf8e581de2091dc1 diff --git a/security/gpgme/files/patch-aa b/security/gpgme/files/patch-aa new file mode 100644 index 000000000000..6054e80ed3d4 --- /dev/null +++ b/security/gpgme/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/gpgme/pkg-descr b/security/gpgme/pkg-descr index 778dff2375ab..6ada9d26f8f6 100644 --- a/security/gpgme/pkg-descr +++ b/security/gpgme/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/gpgme/pkg-plist b/security/gpgme/pkg-plist index a6e87b096c52..d5021ee39942 100644 --- a/security/gpgme/pkg-plist +++ b/security/gpgme/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 diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 43b77224f4b7..d79c0228c32b 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 33a4e1002db4..e80cc4bed128 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 000000000000..6054e80ed3d4 --- /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 778dff2375ab..6ada9d26f8f6 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 a6e87b096c52..d5021ee39942 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 |