diff options
author | arved <arved@FreeBSD.org> | 2003-01-03 02:51:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-03 02:51:00 +0800 |
commit | e64272a3f44b7b3ba008885ee4199f4451f0500f (patch) | |
tree | 69c2a929d9b0791ebd48bf4af86a1df0272ff912 /security/gpgme | |
parent | 06874ced5be902d18e3e4dc1924a805fef71c4c1 (diff) | |
download | freebsd-ports-gnome-e64272a3f44b7b3ba008885ee4199f4451f0500f.tar.gz freebsd-ports-gnome-e64272a3f44b7b3ba008885ee4199f4451f0500f.tar.zst freebsd-ports-gnome-e64272a3f44b7b3ba008885ee4199f4451f0500f.zip |
Update to 0.3.12
PR: 46566
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme/distinfo | 2 | ||||
-rw-r--r-- | security/gpgme/files/patch-aa | 11 |
3 files changed, 2 insertions, 13 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 |