diff options
author | lofi <lofi@FreeBSD.org> | 2005-06-24 20:21:09 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-06-24 20:21:09 +0000 |
commit | ed8bda0bd56c1ea92c5db22b8869e1756ccb4513 (patch) | |
tree | c358a1f2816cb5da7fd77a74b85a90dee06c85a2 /security/gnupg-devel | |
parent | 66055db846f30173de22c67e56251dd4fc759fd6 (diff) | |
download | FreeBSD-ports-ed8bda0bd56c1ea92c5db22b8869e1756ccb4513.zip FreeBSD-ports-ed8bda0bd56c1ea92c5db22b8869e1756ccb4513.tar.gz |
Update to 1.9.17
Diffstat (limited to 'security/gnupg-devel')
-rw-r--r-- | security/gnupg-devel/Makefile | 17 | ||||
-rw-r--r-- | security/gnupg-devel/distinfo | 4 | ||||
-rw-r--r-- | security/gnupg-devel/files/patch-agent-command_ssh.c | 11 | ||||
-rw-r--r-- | security/gnupg-devel/files/patch-configure | 11 | ||||
-rw-r--r-- | security/gnupg-devel/pkg-plist | 7 |
5 files changed, 20 insertions, 30 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index 115c853..221f89b 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.9.16 +PORTVERSION= 1.9.17 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/gnupg @@ -18,7 +18,8 @@ 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.14:${PORTSDIR}/security/libksba \ - pth.20:${PORTSDIR}/devel/pth + pth.20:${PORTSDIR}/devel/pth \ + usb:${PORTSDIR}/devel/libusb RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ dirmngr:${PORTSDIR}/security/dirmngr @@ -36,18 +37,6 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/pth" \ .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/bin/opensc-config) -WITH_OPENSC= yes -.endif - -.if defined(WITH_OPENSC) -BUILD_DEPENDS+= opensc-config:${PORTSDIR}/security/opensc -PLIST_SUB+= WITH_OPENSC="" -.else -CONFIGURE_ARGS+= --disable-scdaemon -PLIST_SUB+= WITH_OPENSC="@comment " -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " diff --git a/security/gnupg-devel/distinfo b/security/gnupg-devel/distinfo index 3c44aef..b1e6b8e 100644 --- a/security/gnupg-devel/distinfo +++ b/security/gnupg-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (gnupg-1.9.16.tar.bz2) = 1282755dce9cf4a84e904ca0191017a3 -SIZE (gnupg-1.9.16.tar.bz2) = 1707356 +MD5 (gnupg-1.9.17.tar.bz2) = a1bf98c5ec0c5c316b4ae6f017f02fa3 +SIZE (gnupg-1.9.17.tar.bz2) = 1750557 diff --git a/security/gnupg-devel/files/patch-agent-command_ssh.c b/security/gnupg-devel/files/patch-agent-command_ssh.c new file mode 100644 index 0000000..23964ba --- /dev/null +++ b/security/gnupg-devel/files/patch-agent-command_ssh.c @@ -0,0 +1,11 @@ +--- agent/command-ssh.c.orig Fri Jun 24 17:04:13 2005 ++++ agent/command-ssh.c Fri Jun 24 17:04:23 2005 +@@ -1988,7 +1988,7 @@ + gcry_sexp_t valuelist = NULL; + gcry_sexp_t sublist = NULL; + gcry_mpi_t sig_value = NULL; +- unsigned char *sig_blob = NULL;; ++ unsigned char *sig_blob = NULL; + size_t sig_blob_n = 0; + char *identifier = NULL; + const char *identifier_raw; diff --git a/security/gnupg-devel/files/patch-configure b/security/gnupg-devel/files/patch-configure deleted file mode 100644 index 3804558..0000000 --- a/security/gnupg-devel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - --eval "$as_ac_var=no" -+eval "$as_ac_var=yes" - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext diff --git a/security/gnupg-devel/pkg-plist b/security/gnupg-devel/pkg-plist index 9f0b209..55da70e 100644 --- a/security/gnupg-devel/pkg-plist +++ b/security/gnupg-devel/pkg-plist @@ -1,14 +1,15 @@ bin/gpg-agent bin/gpg-connect-agent bin/gpgconf +bin/gpgkey2ssh bin/gpgsm bin/gpgsm-gencert.sh bin/kbxutil -%%WITH_OPENSC%%bin/scdaemon +bin/scdaemon bin/watchgnupg +lib/gnupg/pcsc-wrapper libexec/gpg-preset-passphrase libexec/gpg-protect-tool sbin/addgnupghome %%NLS%%share/locale/de/LC_MESSAGES/gnupg2.mo -%%NLS%%@dirrm share/locale/de/LC_MESSAGES -@dirrm share/gnupg +@dirrm lib/gnupg |