diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
commit | c2d1a14c7c87601a2482b2337ade1454f6ac5a68 (patch) | |
tree | d6c77b7a4c1035ef2fe37dd09eb4885e2b07cae0 /security | |
parent | fcf1af8ef459be093271d14274f70832a4bc883a (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/authforce/Makefile | 2 | ||||
-rw-r--r-- | security/binwalk/Makefile | 1 | ||||
-rw-r--r-- | security/duo/Makefile | 1 | ||||
-rw-r--r-- | security/gnupg/Makefile | 1 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 1 | ||||
-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/razorback-api/Makefile | 3 | ||||
-rw-r--r-- | security/squidclamav/Makefile | 2 | ||||
-rw-r--r-- | security/strongswan/Makefile | 1 | ||||
-rw-r--r-- | security/ykclient/Makefile | 1 | ||||
-rw-r--r-- | security/zxid/Makefile | 1 |
13 files changed, 16 insertions, 6 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index e504b58767d3..02fb067a5f14 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -3,7 +3,7 @@ PORTNAME= authforce PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MASTER_SITES= http://cloud.github.com/downloads/zlandau/authforce/ diff --git a/security/binwalk/Makefile b/security/binwalk/Makefile index 774f336a6323..9379f68f2ceb 100644 --- a/security/binwalk/Makefile +++ b/security/binwalk/Makefile @@ -2,6 +2,7 @@ PORTNAME= binwalk PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GOOGLE_CODE diff --git a/security/duo/Makefile b/security/duo/Makefile index 52105ff365ef..2729ac37d9ee 100644 --- a/security/duo/Makefile +++ b/security/duo/Makefile @@ -3,6 +3,7 @@ PORTNAME= duo PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index d66c86edf7e1..9aad9878cb19 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.20 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index c3bf31cfd480..017f989c1a64 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 48e6a0ab3741..b932bc711551 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -3,6 +3,7 @@ PORTNAME= opensaml2 PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} @@ -10,7 +11,7 @@ DISTNAME= opensaml-${PORTVERSION} MAINTAINER= girgen@FreeBSD.org COMMENT= Open source implementation of SAML2 -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xmltooling.6:${PORTSDIR}/devel/xmltooling diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index c8131be88605..bad8ea9cc6ed 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -7,7 +7,7 @@ PORTNAME= osslsigncode PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_OPENSSL= yes .if !defined(WITHOUT_CURL) -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl .endif .include <bsd.port.mk> diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index b22ea001681d..ae675b196baf 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -2,6 +2,7 @@ PORTNAME= Net-SAML PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= http://zxid.org/ \ CPAN diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile index bd48e4db6bc6..d77b910c0f43 100644 --- a/security/razorback-api/Makefile +++ b/security/razorback-api/Makefile @@ -7,6 +7,7 @@ PORTNAME= api PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/razorbacktm/API PKGNAMEPREFIX= razorback- @@ -20,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= config.10:${PORTSDIR}/devel/libconfig \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ - curl.6:${PORTSDIR}/ftp/curl \ + curl:${PORTSDIR}/ftp/curl \ json.0:${PORTSDIR}/devel/json-c OPTIONS_DEFINE= DEBUG ASSERT CNC_DEBUG STOMP_DEBUG diff --git a/security/squidclamav/Makefile b/security/squidclamav/Makefile index 856570a77490..2af2b723fa9b 100644 --- a/security/squidclamav/Makefile +++ b/security/squidclamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= squidclamav PORTVERSION= 5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index a5e194200285..a6d4ca4685fa 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index 132a6eeb44a1..da1c70e1f090 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -2,6 +2,7 @@ PORTNAME= ykclient PORTVERSION= 2.9 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GOOGLE_CODE diff --git a/security/zxid/Makefile b/security/zxid/Makefile index a27548c35e89..66e247a6c3a1 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -3,6 +3,7 @@ PORTNAME= zxid PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://zxid.org/ EXTRACT_SUFX= .tgz |