diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-22 03:22:56 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-22 03:22:56 +0800 |
commit | 80b6e87d8de2a716903ee6b35c6bde7a9bb5a143 (patch) | |
tree | 7238092e4a2af6f92c40b06170ae689bc51dc04b /security/gnupg-devel | |
parent | 8fbee5a81ee59c81b36b919a401cfa5d042f0fa5 (diff) | |
download | freebsd-ports-gnome-80b6e87d8de2a716903ee6b35c6bde7a9bb5a143.tar.gz freebsd-ports-gnome-80b6e87d8de2a716903ee6b35c6bde7a9bb5a143.tar.zst freebsd-ports-gnome-80b6e87d8de2a716903ee6b35c6bde7a9bb5a143.zip |
Update libksba to version 0.9.11.
Update gnupg-devel to 1.9.16.
Update dirmngr to 0.9.2.
Bump PORTREVISION for pinentry (for libksba shared library bump).
Diffstat (limited to 'security/gnupg-devel')
-rw-r--r-- | security/gnupg-devel/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg-devel/distinfo | 4 | ||||
-rw-r--r-- | security/gnupg-devel/files/patch-configure | 6 | ||||
-rw-r--r-- | security/gnupg-devel/files/patch-sm-Makefile.in | 11 | ||||
-rw-r--r-- | security/gnupg-devel/pkg-plist | 4 |
5 files changed, 9 insertions, 21 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index 68c705be54a6..115c8536f952 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.9.15 +PORTVERSION= 1.9.16 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/gnupg @@ -17,11 +17,12 @@ COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0 BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - ksba.13:${PORTSDIR}/security/libksba \ + ksba.14:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ dirmngr:${PORTSDIR}/security/dirmngr +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=# empty USE_GMAKE= yes diff --git a/security/gnupg-devel/distinfo b/security/gnupg-devel/distinfo index bce68939b985..3c44aef68493 100644 --- a/security/gnupg-devel/distinfo +++ b/security/gnupg-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (gnupg-1.9.15.tar.gz) = c1955d88280ff6e847f82f37b9a9a008 -SIZE (gnupg-1.9.15.tar.gz) = 1928702 +MD5 (gnupg-1.9.16.tar.bz2) = 1282755dce9cf4a84e904ca0191017a3 +SIZE (gnupg-1.9.16.tar.bz2) = 1707356 diff --git a/security/gnupg-devel/files/patch-configure b/security/gnupg-devel/files/patch-configure index 912029bfd4c5..38045589f146 100644 --- a/security/gnupg-devel/files/patch-configure +++ b/security/gnupg-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Thu Jan 13 18:59:36 2005 -+++ configure Sat Apr 16 01:28:40 2005 -@@ -19918,7 +19918,7 @@ +--- configure.orig Thu Apr 21 20:28:05 2005 ++++ configure Thu Apr 21 20:28:28 2005 +@@ -20141,7 +20141,7 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 diff --git a/security/gnupg-devel/files/patch-sm-Makefile.in b/security/gnupg-devel/files/patch-sm-Makefile.in deleted file mode 100644 index 5c0fb970d334..000000000000 --- a/security/gnupg-devel/files/patch-sm-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- sm/Makefile.in.orig Thu Dec 23 00:06:57 2004 -+++ sm/Makefile.in Thu Dec 23 00:07:42 2004 -@@ -366,7 +366,7 @@ - gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a \ - ../common/libcommon.a \ - $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error \ -- $(LIBINTL) -+ $(LIBINTL) $(PTH_LIBS) - - all: all-am - diff --git a/security/gnupg-devel/pkg-plist b/security/gnupg-devel/pkg-plist index a82cf62d3639..9f0b2091a31b 100644 --- a/security/gnupg-devel/pkg-plist +++ b/security/gnupg-devel/pkg-plist @@ -1,16 +1,14 @@ bin/gpg-agent -bin/gpg2 +bin/gpg-connect-agent bin/gpgconf bin/gpgsm bin/gpgsm-gencert.sh -bin/gpgv2 bin/kbxutil %%WITH_OPENSC%%bin/scdaemon bin/watchgnupg libexec/gpg-preset-passphrase libexec/gpg-protect-tool sbin/addgnupghome -share/gnupg/gpg-conf.skel %%NLS%%share/locale/de/LC_MESSAGES/gnupg2.mo %%NLS%%@dirrm share/locale/de/LC_MESSAGES @dirrm share/gnupg |