diff options
author | bapt <bapt@FreeBSD.org> | 2019-10-09 20:20:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-10-09 20:20:31 +0800 |
commit | 954f710ffad871b24dd3d99485511131baedf57e (patch) | |
tree | f5ebdbe7533b828d57693d047fc01d4948dfdd6f /security | |
parent | ffde325af8140007ba8023f762de0b2cdfa4f7a5 (diff) | |
download | freebsd-ports-gnome-954f710ffad871b24dd3d99485511131baedf57e.tar.gz freebsd-ports-gnome-954f710ffad871b24dd3d99485511131baedf57e.tar.zst freebsd-ports-gnome-954f710ffad871b24dd3d99485511131baedf57e.zip |
Drop the ipv6 virtual category for s* category as it is not relevant anymore
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 2 | ||||
-rw-r--r-- | security/dropbear/Makefile | 2 | ||||
-rw-r--r-- | security/heimdal/Makefile | 2 | ||||
-rw-r--r-- | security/ipv6toolkit/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/obfs4proxy-tor/Makefile | 2 | ||||
-rw-r--r-- | security/oidentd/Makefile | 2 | ||||
-rw-r--r-- | security/openiked/Makefile | 2 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Net-SinFP/Makefile | 2 | ||||
-rw-r--r-- | security/pidentd/Makefile | 2 | ||||
-rw-r--r-- | security/putty/Makefile | 2 | ||||
-rw-r--r-- | security/racoon2/Makefile | 2 | ||||
-rw-r--r-- | security/ssllabs-scan/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor/Makefile | 2 | ||||
-rw-r--r-- | security/xinetd/Makefile | 2 |
17 files changed, 16 insertions, 18 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index b6d98cd9f771..643675fdd133 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -2,7 +2,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.27 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://www.cyrusimap.org/releases/ \ ftp://ftp.cyrusimap.org/cyrus-sasl/ diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index f72aa7007cd9..38326c06ab1c 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -3,7 +3,7 @@ PORTNAME= dropbear PORTVERSION= 2019.78 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://matt.ucc.asn.au/dropbear/releases/ MAINTAINER= pkubaj@FreeBSD.org diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 5099317445d8..4aec8c7ded4f 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -4,7 +4,7 @@ PORTNAME= heimdal PORTVERSION= 7.5.0 PORTREVISION= 4 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ MAINTAINER= hrs@FreeBSD.org diff --git a/security/ipv6toolkit/Makefile b/security/ipv6toolkit/Makefile index f0f4452a5dab..4b94d60b0809 100644 --- a/security/ipv6toolkit/Makefile +++ b/security/ipv6toolkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= ipv6toolkit PORTVERSION= 2.0 DISTVERSIONPREFIX= v -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/ MAINTAINER= hrs@FreeBSD.org diff --git a/security/nmap/Makefile b/security/nmap/Makefile index dd4f1eb8b194..10e7cb7ef8af 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -4,7 +4,7 @@ PORTNAME= nmap DISTVERSION= 7.70 PORTREVISION= 0 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= https://nmap.org/dist/ \ LOCAL/ohauer diff --git a/security/obfs4proxy-tor/Makefile b/security/obfs4proxy-tor/Makefile index ef486fbbb0cf..2f5aa29d168f 100644 --- a/security/obfs4proxy-tor/Makefile +++ b/security/obfs4proxy-tor/Makefile @@ -2,7 +2,7 @@ PORTNAME= obfs4proxy DISTVERSION= 0.0.11 -CATEGORIES= security net ipv6 +CATEGORIES= security net MASTER_SITES= https://people.torproject.org/~yawning/releases/${PORTNAME}/ PKGNAMESUFFIX= -tor DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index c25e638e6b95..2de862bdf7c5 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -31,8 +31,6 @@ CONFIGURE_ARGS=--disable-masq .if ! ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+=--disable-ipv6 -.else -CATEGORIES+= ipv6 .endif post-patch: diff --git a/security/openiked/Makefile b/security/openiked/Makefile index f5f2142964c6..d2ce0b72ed66 100644 --- a/security/openiked/Makefile +++ b/security/openiked/Makefile @@ -3,7 +3,7 @@ PORTNAME= openiked PORTVERSION= 2.1 PORTREVISION= 1 -CATEGORIES= security net ipv6 +CATEGORIES= security net MAINTAINER= marcel@FreeBSD.org COMMENT= IKEv2 daemon diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 512f3c880073..66316f9870d0 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -5,7 +5,7 @@ PORTNAME= openssh DISTVERSION= 8.0p1 PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= OPENBSD/OpenSSH/portable PKGNAMESUFFIX?= -portable diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index bc6d4134eb49..63f470039ea4 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -8,7 +8,7 @@ PORTREVISION= ${DBDATE}1 .else PORTREVISION= 1 .endif -CATEGORIES= security ipv6 perl5 +CATEGORIES= security perl5 MASTER_SITES= CPAN .ifdef DBDATE MASTER_SITES+= http://www.gomor.org/files/:DB diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 40de0562aecf..643fe28e3086 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -4,7 +4,7 @@ PORTNAME= pidentd PORTVERSION= 3.0.19 PORTREVISION= 4 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/ident/servers/ \ ftp://ftp.stack.nl/pub/users/johans/pidentd/ diff --git a/security/putty/Makefile b/security/putty/Makefile index 6c5c9cb0b19e..a3e52172a2c7 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -2,7 +2,7 @@ PORTNAME= putty PORTVERSION= 0.72 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 1a703530dcad..6a0790a90a72 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -4,7 +4,7 @@ PORTNAME= racoon2 PORTVERSION= ${RACOON2_COMMIT_DATE} PORTREVISION= 1 -CATEGORIES= security net ipv6 +CATEGORIES= security net HASH= 5c4af73 RACOON2_COMMIT_DATE=20181215 diff --git a/security/ssllabs-scan/Makefile b/security/ssllabs-scan/Makefile index 371d8af6de6b..4c1a36d54dd1 100644 --- a/security/ssllabs-scan/Makefile +++ b/security/ssllabs-scan/Makefile @@ -3,7 +3,7 @@ PORTNAME= ssllabs-scan DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -CATEGORIES= security net ipv6 +CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org COMMENT= Command-line tool to use the SSL Labs API diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 71324aa80425..b0612198c64c 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -4,7 +4,7 @@ PORTNAME= tor DISTVERSION= 0.4.2.2 DISTVERSIONSUFFIX= -alpha -CATEGORIES= security net ipv6 +CATEGORIES= security net MASTER_SITES= TOR PKGNAMESUFFIX= -devel diff --git a/security/tor/Makefile b/security/tor/Makefile index 5ae830f951ef..d5213c17a48f 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -3,7 +3,7 @@ PORTNAME= tor DISTVERSION= 0.4.1.6 -CATEGORIES= security net ipv6 +CATEGORIES= security net MASTER_SITES= TOR MAINTAINER= yuri@FreeBSD.org diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index ae12d3fe050d..f8a0f4cdf442 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -4,7 +4,7 @@ PORTNAME= xinetd PORTVERSION= 2.3.15 PORTREVISION= 2 -CATEGORIES= security ipv6 +CATEGORIES= security MASTER_SITES= GENTOO MAINTAINER= garga@FreeBSD.org |