diff options
author | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
commit | 190df53765225dba0d1baed51432c6f9f3ce7267 (patch) | |
tree | f7f2c2194f86d21009a4ef30fe99c5ad94f72aa4 /security | |
parent | 792d20cadf74bec8b52bafca4843631d8bca87ac (diff) | |
download | freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.tar.gz freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.tar.zst freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.zip |
Chase the ftp/curl shlib version bump.
Diffstat (limited to 'security')
-rw-r--r-- | security/authforce/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/Makefile | 1 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 1 | ||||
-rw-r--r-- | security/opensaml/Makefile | 4 | ||||
-rw-r--r-- | security/opensaml2/Makefile | 3 | ||||
-rw-r--r-- | security/osslsigncode/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-SAML/Makefile | 1 | ||||
-rw-r--r-- | security/squidclamav/Makefile | 1 | ||||
-rw-r--r-- | security/zxid/Makefile | 1 |
9 files changed, 13 insertions, 7 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 54d3c891eafe..8e79eaff4fa0 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -7,14 +7,14 @@ PORTNAME= authforce PORTVERSION= 0.9.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security www MASTER_SITES= http://www.divineinvasion.net/authforce/ MAINTAINER= ache@FreeBSD.org COMMENT= HTTP authentication brute forcer -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_BZIP2= yes USE_GETTEXT= yes diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 7196802c5328..ac577532bb49 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index fa16538b7374..ee612b931d37 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 01b9d0b55e96..ca95b4a9a4a1 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -7,14 +7,14 @@ PORTNAME= opensaml DISTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source implentation of SAML -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4cpp.4:${PORTSDIR}/devel/log4cpp \ xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 60c9a2d830fd..9a1c655eafa6 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -7,6 +7,7 @@ PORTNAME= opensaml2 PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= opensaml-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Open source implentation of SAML2 -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ xmltooling.4:${PORTSDIR}/devel/xmltooling diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index 29c6d9bf918e..124cdd51acff 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -7,7 +7,7 @@ PORTNAME= osslsigncode PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_OPENSSL= yes .if !defined(WITHOUT_CURL) -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl .endif .include <bsd.port.mk> diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 2a0c75bfc46f..d009fe969e0f 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-SAML PORTVERSION= 0.44 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= http://zxid.org/ PKGNAMEPREFIX= p5- diff --git a/security/squidclamav/Makefile b/security/squidclamav/Makefile index 002e11084f67..90ab872b9e66 100644 --- a/security/squidclamav/Makefile +++ b/security/squidclamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= squidclamav PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF \ http://www.samse.fr/GPL/squidclamav/ \ diff --git a/security/zxid/Makefile b/security/zxid/Makefile index a221c8d90c25..2d97bed4ca6a 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -7,6 +7,7 @@ PORTNAME= zxid PORTVERSION= 0.38 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://zxid.org/ EXTRACT_SUFX= .tgz |