diff options
author | arved <arved@FreeBSD.org> | 2004-05-03 21:57:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-03 21:57:46 +0800 |
commit | ab7eca1094f68351502de797d9d9ac86a8c3f631 (patch) | |
tree | 63e7f1946b2cf2b0f62ba0f0e31bb746958249ce /security/libksba | |
parent | 329cd7b66ac657882f49b065f37c4a2c15ddfb11 (diff) | |
download | freebsd-ports-gnome-ab7eca1094f68351502de797d9d9ac86a8c3f631.tar.gz freebsd-ports-gnome-ab7eca1094f68351502de797d9d9ac86a8c3f631.tar.zst freebsd-ports-gnome-ab7eca1094f68351502de797d9d9ac86a8c3f631.zip |
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel
Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc
libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt
libksba:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.
Approved by: lofi
wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.
No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
Diffstat (limited to 'security/libksba')
-rw-r--r-- | security/libksba/Makefile | 8 | ||||
-rw-r--r-- | security/libksba/distinfo | 8 | ||||
-rw-r--r-- | security/libksba/pkg-plist | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index d25f69d6d61b..64107590d3ca 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -5,21 +5,23 @@ # $FreeBSD$ PORTNAME= libksba -PORTVERSION= 0.4.7 +PORTVERSION= 0.9.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${PORTNAME} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig -MAINTAINER= arved@FreeBSD.org +MAINTAINER= lofi@FreeBSD.org COMMENT= "KSBA is an X.509 Library" +LIB_DEPENDS= gpg-error.1:${PORTSDIR}/security/libgpg-error + +GNU_CONFIGURE= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOCONF_VER= 253 USE_PERL5_BUILD= yes INFO= ksba diff --git a/security/libksba/distinfo b/security/libksba/distinfo index 986e1b774388..c0868bcd3a29 100644 --- a/security/libksba/distinfo +++ b/security/libksba/distinfo @@ -1,4 +1,4 @@ -MD5 (libksba-0.4.7.tar.gz) = 65ab8dad1f7fb379f72e1d096657a3d7 -SIZE (libksba-0.4.7.tar.gz) = 445328 -MD5 (libksba-0.4.7.tar.gz.sig) = e11f7627929155b03b7f7a5a4f593aa5 -SIZE (libksba-0.4.7.tar.gz.sig) = 65 +MD5 (libksba-0.9.5.tar.gz) = d43941ded9b099d6bd123e0d9281b1a4 +SIZE (libksba-0.9.5.tar.gz) = 579637 +MD5 (libksba-0.9.5.tar.gz.sig) = abf9c7d83a6d68e7bb0a554ee1e917fd +SIZE (libksba-0.9.5.tar.gz.sig) = 65 diff --git a/security/libksba/pkg-plist b/security/libksba/pkg-plist index 79bbc1dbf968..53e3ccd908d2 100644 --- a/security/libksba/pkg-plist +++ b/security/libksba/pkg-plist @@ -1,6 +1,6 @@ bin/ksba-config include/ksba.h -lib/libksba.so.7 +lib/libksba.so.11 lib/libksba.so lib/libksba.a share/aclocal/ksba.m4 |