diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-22 23:50:08 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-22 23:50:08 +0000 |
commit | 30e01281301455e4e99ac85388dad5647d341f88 (patch) | |
tree | 6842b118a673ea6567317af1ec669f1d2f496f1b /security/gnupg-devel | |
parent | 684d43bb00f6899177dc1eb87f591adc7d3eec4a (diff) | |
download | ports-30e01281301455e4e99ac85388dad5647d341f88.tar.gz ports-30e01281301455e4e99ac85388dad5647d341f88.zip |
Notes
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 | 1 |
5 files changed, 21 insertions, 6 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index 68cd7a3c0f1e..1e40d1da1944 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.9.13 +PORTVERSION= 1.9.14 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/gnupg @@ -30,6 +30,9 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes INFO= gnupg +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/pth" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib/pth" + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/bin/opensc-config) diff --git a/security/gnupg-devel/distinfo b/security/gnupg-devel/distinfo index b70f2d4e3821..1ca28f8c0805 100644 --- a/security/gnupg-devel/distinfo +++ b/security/gnupg-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (gnupg-1.9.13.tar.gz) = f9c1aac160e7cfbdbc195934950c3a2a -SIZE (gnupg-1.9.13.tar.gz) = 1455959 +MD5 (gnupg-1.9.14.tar.gz) = 72b56586392c7be6668df4ef8ea7c879 +SIZE (gnupg-1.9.14.tar.gz) = 1925582 diff --git a/security/gnupg-devel/files/patch-configure b/security/gnupg-devel/files/patch-configure index 03859c692c64..cdb523cd3917 100644 --- a/security/gnupg-devel/files/patch-configure +++ b/security/gnupg-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Oct 13 04:57:51 2004 -+++ configure Wed Oct 13 05:00:03 2004 -@@ -19736,7 +19736,7 @@ +--- configure.orig Wed Dec 22 18:51:27 2004 ++++ configure Thu Dec 23 00:25:52 2004 +@@ -19851,7 +19851,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 new file mode 100644 index 000000000000..5c0fb970d334 --- /dev/null +++ b/security/gnupg-devel/files/patch-sm-Makefile.in @@ -0,0 +1,11 @@ +--- 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 780e7c72482a..a82cf62d3639 100644 --- a/security/gnupg-devel/pkg-plist +++ b/security/gnupg-devel/pkg-plist @@ -7,6 +7,7 @@ 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 |