diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 18:51:00 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-02 18:51:00 +0000 |
commit | b3f75637d0c274bc0c80d3ab54dc26d73bbbc3f1 (patch) | |
tree | cb00ec36d59e0475daeb82c3c722e90f324d684b | |
parent | 287b50e9db9ecc773cd87a5c792bb1b89d966487 (diff) | |
download | ports-b3f75637d0c274bc0c80d3ab54dc26d73bbbc3f1.tar.gz ports-b3f75637d0c274bc0c80d3ab54dc26d73bbbc3f1.zip |
Notes
-rw-r--r-- | security/gpgme/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme/files/patch-aa | 11 | ||||
-rw-r--r-- | security/gpgme03/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme03/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme03/files/patch-aa | 11 |
6 files changed, 4 insertions, 26 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 43b5822802fe..df5417ca3c60 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.3.9 +PORTVERSION= 0.3.12 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index 52f8803d4a3b..aee2f3e4e795 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.3.9.tar.gz) = aaca33f0357103653b2dec7e8bb3c930 +MD5 (gpgme-0.3.12.tar.gz) = 86ade7e9c5f15d415cccc0620c0bf9c9 diff --git a/security/gpgme/files/patch-aa b/security/gpgme/files/patch-aa deleted file mode 100644 index 6054e80ed3d4..000000000000 --- a/security/gpgme/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/Makefile b/security/gpgme03/Makefile index 43b5822802fe..df5417ca3c60 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.3.9 +PORTVERSION= 0.3.12 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ diff --git a/security/gpgme03/distinfo b/security/gpgme03/distinfo index 52f8803d4a3b..aee2f3e4e795 100644 --- a/security/gpgme03/distinfo +++ b/security/gpgme03/distinfo @@ -1 +1 @@ -MD5 (gpgme-0.3.9.tar.gz) = aaca33f0357103653b2dec7e8bb3c930 +MD5 (gpgme-0.3.12.tar.gz) = 86ade7e9c5f15d415cccc0620c0bf9c9 diff --git a/security/gpgme03/files/patch-aa b/security/gpgme03/files/patch-aa deleted file mode 100644 index 6054e80ed3d4..000000000000 --- a/security/gpgme03/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |