diff options
author | sergei <sergei@FreeBSD.org> | 2006-05-03 20:55:36 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-05-03 20:55:36 +0800 |
commit | d66fd8e10d95ab3f404e84747ba985c3f7e889b7 (patch) | |
tree | 5b52268270b6334fb50e01c4979a6a34355df940 /security | |
parent | c81fdb2384063a20c5c6c06d58474550e2a88bee (diff) | |
download | freebsd-ports-gnome-d66fd8e10d95ab3f404e84747ba985c3f7e889b7.tar.gz freebsd-ports-gnome-d66fd8e10d95ab3f404e84747ba985c3f7e889b7.tar.zst freebsd-ports-gnome-d66fd8e10d95ab3f404e84747ba985c3f7e889b7.zip |
- Chase libgpg-error shlib version bump (.1 -> .2)
- Bump PORTREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls-devel/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/libgcrypt/Makefile | 3 | ||||
-rw-r--r-- | security/libksba/Makefile | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 228ba51b38ae..044d756a87b0 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls-devel PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ${MASTER_SITE_GNUPG} \ @@ -21,7 +22,7 @@ COMMENT= GNU Transport Layer Security library BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.1:${PORTSDIR}/security/libgpg-error + gpg-error.2:${PORTSDIR}/security/libgpg-error .if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8) LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 499bb6be8160..b51bbdb0b783 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ @@ -20,7 +20,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= GNU Transport Layer Security library LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.1:${PORTSDIR}/security/libgpg-error + gpg-error.2:${PORTSDIR}/security/libgpg-error .if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8) LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index f466b6daf7a1..ecb3b3622a7d 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -6,6 +6,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= libgcrypt MAINTAINER= arved@FreeBSD.org COMMENT= "General purpose crypto library based on code used in GnuPG" -LIB_DEPENDS= gpg-error.1:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= gpg-error.2:${PORTSDIR}/security/libgpg-error USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/security/libksba/Makefile b/security/libksba/Makefile index ab223cc2b6da..ab8f14e2d823 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -6,6 +6,7 @@ PORTNAME= libksba PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${PORTNAME} @@ -14,7 +15,7 @@ MAINTAINER= lofi@FreeBSD.org COMMENT= KSBA is an X.509 Library LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gpg-error.1:${PORTSDIR}/security/libgpg-error + gpg-error.2:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes GNU_CONFIGURE= yes |