aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2006-09-22 07:10:31 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2006-09-22 07:10:31 +0000
commitb1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56 (patch)
treea9da48ec602f00615d045ae17eea9acfa84d13d4 /security
parent7c9c53d586e9569eda76c3d558b06aa6fda547fc (diff)
downloadports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.tar.gz
ports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/dirmngr/Makefile3
-rw-r--r--security/gnutls-devel/Makefile3
-rw-r--r--security/gnutls/Makefile3
-rw-r--r--security/gpgme/Makefile3
-rw-r--r--security/libgcrypt/Makefile3
-rw-r--r--security/libksba/Makefile3
-rw-r--r--security/libotr/Makefile4
7 files changed, 14 insertions, 8 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index aa3b9a81261c..913e0835e888 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dirmngr
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/dirmngr
@@ -16,7 +17,7 @@ COMMENT= A client for managing and downloading certificate revocation lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
- gpg-error:${PORTSDIR}/security/libgpg-error \
+ gpg-error.3:${PORTSDIR}/security/libgpg-error \
ksba.17:${PORTSDIR}/security/libksba \
pth:${PORTSDIR}/devel/pth
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
index 3c3d8e94e6b1..9d9a1c4641ba 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -20,7 +21,7 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= GNU Transport Layer Security library
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
- gpg-error.2:${PORTSDIR}/security/libgpg-error
+ gpg-error.3:${PORTSDIR}/security/libgpg-error
CONFLICTS= gnutls-[0-9]*
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index e230a6c62508..8bc96f034778 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.4.4
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -19,7 +20,7 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= GNU Transport Layer Security library
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
- gpg-error.2:${PORTSDIR}/security/libgpg-error
+ gpg-error.3:${PORTSDIR}/security/libgpg-error
CONFLICTS= gnutls-devel-[0-9]*
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 52c99da52630..c0c43825bf85 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpgme
PORTVERSION= 1.1.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
@@ -16,7 +17,7 @@ COMMENT= A library to make access to GnuPG easier
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
gpgsm:${PORTSDIR}/security/gnupg-devel
-LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error
+LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index a220804cc896..f4a9c43c8a8a 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -6,6 +6,7 @@
PORTNAME= libgcrypt
PORTVERSION= 1.2.3
+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.2:${PORTSDIR}/security/libgpg-error
+LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
diff --git a/security/libksba/Makefile b/security/libksba/Makefile
index f62f9534e016..93bec5d1da57 100644
--- a/security/libksba/Makefile
+++ b/security/libksba/Makefile
@@ -6,6 +6,7 @@
PORTNAME= libksba
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${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.2:${PORTSDIR}/security/libgpg-error
+ gpg-error.3:${PORTSDIR}/security/libgpg-error
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index 6ca81c2cb95f..2793968f5de4 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -8,14 +8,14 @@
PORTNAME= libotr
PORTVERSION= 3.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.cypherpunks.ca/otr/
MAINTAINER= ports@mcdermottroe.com
COMMENT= The portable OTR Messaging Library and toolkit
-LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error \
+LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error \
gcrypt:${PORTSDIR}/security/libgcrypt
USE_AUTOTOOLS= autoconf:259 libtool:15