svn commit: r514143 - in head: net-im/tkabber net-mgmt/flowd net-mgmt/ipv6calc net-mgmt/ipv6gen net-mgmt/ipv6mon net-mgmt/mrtg net-mgmt/ndpmon net-mgmt/net-snmp net-mgmt/netwox net-mgmt/p5-Net-IP n...
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 9 12:17:34 UTC 2019
Author: bapt
Date: Wed Oct 9 12:17:15 2019
New Revision: 514143
URL: https://svnweb.freebsd.org/changeset/ports/514143
Log:
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Modified:
head/net-im/tkabber/Makefile
head/net-mgmt/flowd/Makefile
head/net-mgmt/ipv6calc/Makefile
head/net-mgmt/ipv6gen/Makefile
head/net-mgmt/ipv6mon/Makefile
head/net-mgmt/mrtg/Makefile
head/net-mgmt/ndpmon/Makefile
head/net-mgmt/net-snmp/Makefile
head/net-mgmt/netwox/Makefile
head/net-mgmt/p5-Net-IP/Makefile
head/net-mgmt/p5-Net-IPv6Addr/Makefile
head/net-mgmt/send/Makefile
head/net-mgmt/sendip/Makefile
head/net-mgmt/sipcalc/Makefile
head/net-mgmt/softflowd/Makefile
head/net-mgmt/subcalc/Makefile
head/net-p2p/gtk-gnutella/Makefile
head/net-p2p/libtorrent-rasterbar/Makefile
head/net-p2p/py-libtorrent-rasterbar/Makefile
head/net-p2p/qbittorrent/Makefile
head/net/6tunnel/Makefile
head/net/apinger/Makefile
head/net/beacon/Makefile
head/net/bindtest/Makefile
head/net/chrony/Makefile
head/net/cvsync/Makefile
head/net/dante/Makefile
head/net/dhcp6/Makefile
head/net/dtcp/Makefile
head/net/dtcpclient/Makefile
head/net/echoping/Makefile
head/net/findmtu/Makefile
head/net/fping/Makefile
head/net/freebsd-uucp/Makefile
head/net/freenet6/Makefile
head/net/freerdp/Makefile
head/net/freerdp1/Makefile
head/net/frr5/Makefile
head/net/frr6/Makefile
head/net/frr7/Makefile
head/net/gnet2/Makefile
head/net/gogoc/Makefile
head/net/grsync/Makefile
head/net/htpdate/Makefile
head/net/icpld/Makefile
head/net/ip6_int/Makefile
head/net/ipsumdump/Makefile
head/net/irrd/Makefile
head/net/kea/Makefile
head/net/libpcap/Makefile
head/net/libunp/Makefile
head/net/mad_fcl/Makefile
head/net/miredo/Makefile
head/net/mpd-l2tp-ipv6pd-client/Makefile
head/net/mping/Makefile
head/net/mtr/Makefile
head/net/ndisc6/Makefile
head/net/netcat/Makefile
head/net/netstrain/Makefile
head/net/netwib/Makefile
head/net/ntp-devel/Makefile
head/net/ntp/Makefile
head/net/ossp-sa/Makefile
head/net/p5-IO-Socket-INET6/Makefile
head/net/p5-IO-Socket-IP/Makefile
head/net/p5-IO-Socket-Timeout/Makefile
head/net/p5-Net-CIDR-Lite/Makefile
head/net/p5-Net-INET6Glue/Makefile
head/net/p5-Net-Traceroute6/Makefile
head/net/p5-Socket6/Makefile
head/net/packetdrill/Makefile
head/net/pim6-tools/Makefile
head/net/pim6dd/Makefile
head/net/pim6sd/Makefile
head/net/qt5-network/Makefile
head/net/qt5-networkauth/Makefile
head/net/quagga/Makefile
head/net/radvd/Makefile
head/net/rdesktop/Makefile
head/net/ripe-whois/Makefile
head/net/rsync/Makefile
head/net/scamper/Makefile
head/net/socat/Makefile
head/net/stone/Makefile
head/net/tcpdump/Makefile
head/net/tcpreen/Makefile
head/net/tcptestsuite/Makefile
head/net/tcptrace/Makefile
head/net/tinyldap/Makefile
head/net/trafshow/Makefile
head/net/tshark/Makefile
head/net/u6rd/Makefile
head/net/vortex/Makefile
head/net/widentd/Makefile
head/net/wireshark/Makefile
head/net/yggdrasil/Makefile
head/net/zebra/Makefile
head/news/inn/Makefile
head/news/leafnode/Makefile
head/news/nntp/Makefile
head/news/slrn/Makefile
head/news/suck/Makefile
head/news/tin/Makefile
Modified: head/net-im/tkabber/Makefile
==============================================================================
--- head/net-im/tkabber/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-im/tkabber/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= tkabber
PORTVERSION= 1.1.2
PORTREVISION= 2
-CATEGORIES= net-im ipv6 tcl tk
+CATEGORIES= net-im tcl tk
MASTER_SITES= http://files.jabber.ru/tkabber/
MAINTAINER= mp39590 at gmail.com
Modified: head/net-mgmt/flowd/Makefile
==============================================================================
--- head/net-mgmt/flowd/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/flowd/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= flowd
PORTVERSION= 0.9.1
PORTREVISION= 3
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= http://mindrot.org/files/flowd/
MAINTAINER= bofh at FreeBSD.org
Modified: head/net-mgmt/ipv6calc/Makefile
==============================================================================
--- head/net-mgmt/ipv6calc/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/ipv6calc/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= ipv6calc
PORTVERSION= 2.1.1
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= dbaio at FreeBSD.org
Modified: head/net-mgmt/ipv6gen/Makefile
==============================================================================
--- head/net-mgmt/ipv6gen/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/ipv6gen/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= ipv6gen
PORTVERSION= 1.0
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MAINTAINER= vlada at devnull.cz
COMMENT= IPv6 prefix generator
Modified: head/net-mgmt/ipv6mon/Makefile
==============================================================================
--- head/net-mgmt/ipv6mon/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/ipv6mon/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= ipv6mon
PORTVERSION= 1.0
PORTREVISION= 3
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
Modified: head/net-mgmt/mrtg/Makefile
==============================================================================
--- head/net-mgmt/mrtg/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/mrtg/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -5,7 +5,7 @@ PORTNAME= mrtg
PORTVERSION= 2.17.4
PORTREVISION= 7
PORTEPOCH= 1
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \
ftp://ftp.idilis.ro/mirrors/mrtg/ \
ftp://ftp.nstu.ru/pub/sources/nettools/monitoring/ \
Modified: head/net-mgmt/ndpmon/Makefile
==============================================================================
--- head/net-mgmt/ndpmon/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/ndpmon/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= ndpmon
PORTVERSION= 1.4.0
PORTREVISION= 6
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
MAINTAINER= pi at FreeBSD.org
Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/net-snmp/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -5,7 +5,7 @@ PORTNAME= snmp
PORTVERSION= 5.7.3
PORTREVISION= 20
PORTEPOCH= 1
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
ZI
PKGNAMEPREFIX= net-
Modified: head/net-mgmt/netwox/Makefile
==============================================================================
--- head/net-mgmt/netwox/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/netwox/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= netwox
PORTVERSION= 5.38.0
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwox/download/v5/ \
http://membres.lycos.fr/lauconstantin/common/netw/netwox/download/v5/ \
http://laurentconstantin.free.fr/common/netw/netwox/download/v5/
Modified: head/net-mgmt/p5-Net-IP/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-IP/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/p5-Net-IP/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= Net-IP
PORTVERSION= 1.26
PORTREVISION= 1
-CATEGORIES= net-mgmt perl5 ipv6
+CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/net-mgmt/p5-Net-IPv6Addr/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-IPv6Addr/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/p5-Net-IPv6Addr/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= Net-IPv6Addr
PORTVERSION= 0.96
-CATEGORIES= net-mgmt perl5 ipv6
+CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/net-mgmt/send/Makefile
==============================================================================
--- head/net-mgmt/send/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/send/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -5,7 +5,7 @@ PORTNAME= send
PORTVERSION= 0.3
DISTVERSIONPREFIX= v
PORTREVISION= 3
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MAINTAINER= hrs at FreeBSD.org
COMMENT= Secure Neighbor Discovery implementation for IPv6
Modified: head/net-mgmt/sendip/Makefile
==============================================================================
--- head/net-mgmt/sendip/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/sendip/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= sendip
PORTVERSION= 2.5
PORTREVISION= 4
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= http://www.earth.li/projectpurple/files/
MAINTAINER= coco at executive-computing.de
Modified: head/net-mgmt/sipcalc/Makefile
==============================================================================
--- head/net-mgmt/sipcalc/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/sipcalc/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= sipcalc
PORTVERSION= 1.1.6
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
MAINTAINER= ports at FreeBSD.org
Modified: head/net-mgmt/softflowd/Makefile
==============================================================================
--- head/net-mgmt/softflowd/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/softflowd/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= softflowd
PORTVERSION= 0.9.9
PORTREVISION= 1
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MAINTAINER= jmohacsi at bsd.hu
COMMENT= Flow-based network traffic analyzer and exporter
Modified: head/net-mgmt/subcalc/Makefile
==============================================================================
--- head/net-mgmt/subcalc/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-mgmt/subcalc/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= subcalc
PORTVERSION= 1.1
-CATEGORIES= net-mgmt ipv6
+CATEGORIES= net-mgmt
MASTER_SITES= http://www.seccuris.com/documents/downloads/
MAINTAINER= csjp at FreeBSD.org
Modified: head/net-p2p/gtk-gnutella/Makefile
==============================================================================
--- head/net-p2p/gtk-gnutella/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-p2p/gtk-gnutella/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= gtk-gnutella
PORTVERSION= 1.1.15
DISTVERSIONPREFIX=v
-CATEGORIES= net-p2p ipv6
+CATEGORIES= net-p2p
MAINTAINER= woodsb02 at FreeBSD.org
COMMENT= GTK based Gnutella client
Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-p2p/libtorrent-rasterbar/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= libtorrent-rasterbar
DISTVERSION= 1.1.10
PORTREVISION= 5
-CATEGORIES= net-p2p ipv6
+CATEGORIES= net-p2p
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
MAINTAINER= yuri at FreeBSD.org
Modified: head/net-p2p/py-libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/py-libtorrent-rasterbar/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-p2p/py-libtorrent-rasterbar/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= libtorrent-rasterbar
DISTVERSION= 1.1.10
PORTREVISION= 5
-CATEGORIES= net-p2p ipv6 python
+CATEGORIES= net-p2p python
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net-p2p/qbittorrent/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= qbittorrent
DISTVERSION= 4.1.8
-CATEGORIES= net-p2p ipv6
+CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= yuri at FreeBSD.org
Modified: head/net/6tunnel/Makefile
==============================================================================
--- head/net/6tunnel/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/6tunnel/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= 6tunnel
DISTVERSION= 0.12
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= GH \
LOCAL/bdrewery/${PORTNAME}/
Modified: head/net/apinger/Makefile
==============================================================================
--- head/net/apinger/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/apinger/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= apinger
PORTVERSION= 0.6.1
PORTREVISION= 3
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://freebsdcluster.org/~mich/software/ \
http://www.bnet.pl/~jajcus/apinger/
Modified: head/net/beacon/Makefile
==============================================================================
--- head/net/beacon/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/beacon/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= beacon
PORTVERSION= 1.4
PORTREVISION= 4
-CATEGORIES= net perl5 mbone ipv6
+CATEGORIES= net perl5 mbone
MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION}
MAINTAINER= portmaster at bsdforge.com
Modified: head/net/bindtest/Makefile
==============================================================================
--- head/net/bindtest/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/bindtest/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= bindtest
PORTVERSION= 1.56
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
ftp://sunsite.cnlab-switch.ch/mirror/kame/misc/ \
ftp://ftp.pasta.cs.uit.no/pub/IPv6/kame/misc/ \
Modified: head/net/chrony/Makefile
==============================================================================
--- head/net/chrony/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/chrony/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -40,7 +40,6 @@ OPTIONS_DEFAULT= NETTLE
NETTLE_DESC= Nettle crypto library support
NSS_DESC= Add support for more hashing algorithms
-IPV6_CATEGORIES= ipv6
IPV6_CONFIGURE_OFF= --disable-ipv6
NETTLE_CONFIGURE_OFF= --without-nettle
NETTLE_LIB_DEPENDS= libnettle.so:security/nettle
Modified: head/net/cvsync/Makefile
==============================================================================
--- head/net/cvsync/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/cvsync/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= cvsync
PORTVERSION= 0.25.0
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \
ftp://ftp.allbsd.org/pub/cvsync/
DISTNAME= ${PORTNAME}-0.24.19
Modified: head/net/dante/Makefile
==============================================================================
--- head/net/dante/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/dante/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= dante
PORTVERSION= 1.4.2
PORTREVISION= 1
-CATEGORIES= net security ipv6
+CATEGORIES= net security
MASTER_SITES= http://www.inet.no/dante/files/ \
ftp://ftp.inet.no/pub/socks/
Modified: head/net/dhcp6/Makefile
==============================================================================
--- head/net/dhcp6/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/dhcp6/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -5,7 +5,7 @@ PORTNAME= dhcp6
PORTVERSION= 20080615.2
DISTVERSIONPREFIX= v
PORTREVISION= 2
-CATEGORIES= net ipv6
+CATEGORIES= net
MAINTAINER= hrs at FreeBSD.org
COMMENT= KAME DHCP6 client, server, and relay
Modified: head/net/dtcp/Makefile
==============================================================================
--- head/net/dtcp/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/dtcp/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= dtcp
PORTVERSION= 20130602
PORTREVISION= 3
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
MAINTAINER= ume at FreeBSD.org
Modified: head/net/dtcpclient/Makefile
==============================================================================
--- head/net/dtcpclient/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/dtcpclient/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= dtcpclient
PORTVERSION= 20151002
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/
MAINTAINER= ume at FreeBSD.org
Modified: head/net/echoping/Makefile
==============================================================================
--- head/net/echoping/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/echoping/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= echoping
PORTVERSION= 6.0.2
PORTREVISION= 6
-CATEGORIES= net ipv6
+CATEGORIES= net
MAINTAINER= ports at FreeBSD.org
COMMENT= Ping-like program that uses TCP and/or HTTP
Modified: head/net/findmtu/Makefile
==============================================================================
--- head/net/findmtu/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/findmtu/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= findmtu
PORTVERSION= 0.9
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.dia.uniroma3.it/~compunet/tunneldiscovery/findmtu/
MAINTAINER= jmohacsi at bsd.hu
Modified: head/net/fping/Makefile
==============================================================================
--- head/net/fping/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/fping/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= fping
PORTVERSION= 4.2
DISTVERSIONPREFIX= v
-CATEGORIES= net ipv6
+CATEGORIES= net
MAINTAINER= jharris at widomaker.com
COMMENT= Quickly ping multiple hosts without flooding the network
Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/freebsd-uucp/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -5,7 +5,7 @@ PORTNAME= freebsd-uucp
PORTREVISION= 3
DISTVERSIONPREFIX= r
DISTVERSION= 1_07_4
-CATEGORIES= net comms ipv6
+CATEGORIES= net comms
PKGNAMESUFFIX?= ${PAM_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex at FreeBSD.org
Modified: head/net/freenet6/Makefile
==============================================================================
--- head/net/freenet6/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/freenet6/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= freenet6
DISTVERSION= 6_0_1
PORTREVISION= 2
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://go6.net/4105/file.asp?file_id=166&
DISTNAME= tspc-${PORTVERSION}-src
Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/freerdp/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= freerdp
DISTVERSION= 2.0.0-rc4
PORTREVISION= 6
-CATEGORIES= net comms ipv6
+CATEGORIES= net comms
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 649f49f.patch:-p1 effa8b8.patch:-p1 0c83efa.patch:-p1
Modified: head/net/freerdp1/Makefile
==============================================================================
--- head/net/freerdp1/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/freerdp1/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= freerdp
PORTVERSION= 1.2.0
PORTREVISION= 17
-CATEGORIES= net comms ipv6
+CATEGORIES= net comms
PKGNAMESUFFIX= 1
MAINTAINER= kevans at FreeBSD.org
Modified: head/net/frr5/Makefile
==============================================================================
--- head/net/frr5/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/frr5/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@ PORTNAME= frr
PORTVERSION= 5.0.2
PORTREVISION= 2
DISTVERSIONPREFIX= frr-
-CATEGORIES= net ipv6
+CATEGORIES= net
PKGNAMESUFFIX= 5
MAINTAINER= olivier at FreeBSD.org
Modified: head/net/frr6/Makefile
==============================================================================
--- head/net/frr6/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/frr6/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@ PORTNAME= frr
PORTVERSION= 6.0.2
DISTVERSIONPREFIX= frr-
PORTREVISION= 3
-CATEGORIES= net ipv6
+CATEGORIES= net
PKGNAMESUFFIX= 6
MAINTAINER= olivier at FreeBSD.org
Modified: head/net/frr7/Makefile
==============================================================================
--- head/net/frr7/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/frr7/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= frr
PORTVERSION= 7.1
DISTVERSIONPREFIX= frr-
-CATEGORIES= net ipv6
+CATEGORIES= net
PKGNAMESUFFIX= 7
MAINTAINER= olivier at FreeBSD.org
Modified: head/net/gnet2/Makefile
==============================================================================
--- head/net/gnet2/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/gnet2/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= gnet
PORTVERSION= 2.0.8
PORTREVISION= 3
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
Modified: head/net/gogoc/Makefile
==============================================================================
--- head/net/gogoc/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/gogoc/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= gogoc
PORTVERSION= 1.2
PORTREVISION= 2
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://gogo6.com/downloads/
DISTNAME= gogoc-1_2-RELEASE
Modified: head/net/grsync/Makefile
==============================================================================
--- head/net/grsync/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/grsync/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= grsync
PORTVERSION= 1.2.6
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.opbyte.it/release/ \
LOCAL/martymac
Modified: head/net/htpdate/Makefile
==============================================================================
--- head/net/htpdate/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/htpdate/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= htpdate
PORTVERSION= 1.2.2
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.vervest.org/htp/archive/c/ \
http://twekkel.home.xs4all.nl/htp/
Modified: head/net/icpld/Makefile
==============================================================================
--- head/net/icpld/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/icpld/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= icpld
PORTVERSION= 1.1.5
PORTREVISION= 2
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.ibiblio.org/icpld/download/ \
http://freebsd.unixfreunde.de/sources/
Modified: head/net/ip6_int/Makefile
==============================================================================
--- head/net/ip6_int/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/ip6_int/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= ip6_int
PORTVERSION= 1.0
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.bieringer.de/linux/IPv6/tools/
DISTNAME= ip6_int
EXTRACT_SUFX= # empty
Modified: head/net/ipsumdump/Makefile
==============================================================================
--- head/net/ipsumdump/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/ipsumdump/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -26,7 +26,6 @@ PLIST_FILES= bin/ipaggcreate bin/ipsumdump bin/ipaggma
OPTIONS_DEFINE= IPV6 DOCS
OPTIONS_SUB= yes
-IPV6_CATEGORIES= ipv6
IPV6_CONFIGURE_ENABLE= ipv6
# Try to unbreak parallel (-jX) builds
Modified: head/net/irrd/Makefile
==============================================================================
--- head/net/irrd/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/irrd/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= irrd
PORTVERSION= 2.3.10
PORTREVISION= 3
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.irrd.net/
DISTNAME= ${PORTNAME}${PORTVERSION}
Modified: head/net/kea/Makefile
==============================================================================
--- head/net/kea/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/kea/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= kea
PORTVERSION= ${ISCVERSION:S/-P/P/:S/-beta/b/:S/a/.a/:S/rc/.rc/}
PORTREVISION= 0
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= ISC/kea/${ISCVERSION}
DISTNAME= ${PORTNAME}-${ISCVERSION}
Modified: head/net/libpcap/Makefile
==============================================================================
--- head/net/libpcap/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/libpcap/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= libpcap
PORTVERSION= 1.9.1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
MAINTAINER= garga at FreeBSD.org
Modified: head/net/libunp/Makefile
==============================================================================
--- head/net/libunp/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/libunp/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= libunp
PORTVERSION= 1.0
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.kohala.com/start/unpv12e/
DISTNAME= unpv12e
Modified: head/net/mad_fcl/Makefile
==============================================================================
--- head/net/mad_fcl/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/mad_fcl/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= mad_fcl
PORTVERSION= 1.7
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://mad.cs.tut.fi/download/
DISTNAME= ${PORTNAME}_v${PORTVERSION}_src
Modified: head/net/miredo/Makefile
==============================================================================
--- head/net/miredo/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/miredo/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= miredo
PORTVERSION= 1.2.6
PORTREVISION= 6
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.remlab.net/files/miredo/archive/
MAINTAINER= ports at FreeBSD.org
Modified: head/net/mpd-l2tp-ipv6pd-client/Makefile
==============================================================================
--- head/net/mpd-l2tp-ipv6pd-client/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/mpd-l2tp-ipv6pd-client/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= mpd-l2tp-ipv6pd-client
PORTVERSION= 20150430
#PORTREVISION= 0
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= # none
DISTFILES= # none
Modified: head/net/mping/Makefile
==============================================================================
--- head/net/mping/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/mping/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= mping
PORTVERSION= 2.01
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://mping.uninett.no/
MAINTAINER= ports at FreeBSD.org
Modified: head/net/mtr/Makefile
==============================================================================
--- head/net/mtr/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/mtr/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -25,7 +25,6 @@ USES= autoreconf ncurses pkgconfig
GNU_CONFIGURE= yes
LDFLAGS+= -lncurses
-IPV6_CATEGORIES= ipv6
IPV6_CONFIGURE_ENABLE= ipv6
X11_CONFIGURE_WITH= gtk
X11_USE= GNOME=gtk20
Modified: head/net/ndisc6/Makefile
==============================================================================
--- head/net/ndisc6/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/ndisc6/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= ndisc6
PORTVERSION= 1.0.4
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.remlab.net/files/ndisc6/ \
http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
Modified: head/net/netcat/Makefile
==============================================================================
--- head/net/netcat/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/netcat/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= netcat
PORTVERSION= 1.10
PORTREVISION= 3
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= SF/${DISTNAME}/unix%20netcat%20${PORTVERSION}%20by%20_Hobbit_/%5BUnnamed%20release%5D
DISTNAME= nc${PORTVERSION:S/.//}
Modified: head/net/netstrain/Makefile
==============================================================================
--- head/net/netstrain/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/netstrain/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= netstrain
PORTVERSION= 3.0
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= jmohacsi at bsd.hu
Modified: head/net/netwib/Makefile
==============================================================================
--- head/net/netwib/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/netwib/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= netwib
PORTVERSION= 5.38.0
PORTREVISION= 1
-CATEGORIES= net devel ipv6
+CATEGORIES= net devel
MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwib/download/v5/ \
http://membres.lycos.fr/lauconstantin/common/netw/netwib/download/v5/ \
http://laurentconstantin.free.fr/common/netw/netwib/download/v5/
Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/ntp-devel/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= ntp
PORTVERSION= 4.3.99
PORTREVISION= 4
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
http://archive.ntp.org/ntp4/ntp-dev/
PKGNAMESUFFIX= -devel
Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/ntp/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= ntp
PORTVERSION= 4.2.8p13
PORTREVISION= 4
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
http://archive.ntp.org/ntp4/ntp-4.2/ \
ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/
Modified: head/net/ossp-sa/Makefile
==============================================================================
--- head/net/ossp-sa/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/ossp-sa/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= sa
PORTVERSION= 1.2.6
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= OSSP/lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
Modified: head/net/p5-IO-Socket-INET6/Makefile
==============================================================================
--- head/net/p5-IO-Socket-INET6/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/p5-IO-Socket-INET6/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= IO-Socket-INET6
PORTVERSION= 2.72
PORTREVISION= 1
-CATEGORIES= net perl5 ipv6
+CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SHLOMIF
PKGNAMEPREFIX= p5-
Modified: head/net/p5-IO-Socket-IP/Makefile
==============================================================================
--- head/net/p5-IO-Socket-IP/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/p5-IO-Socket-IP/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= IO-Socket-IP
PORTVERSION= 0.39
-CATEGORIES= net ipv6 perl5
+CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/net/p5-IO-Socket-Timeout/Makefile
==============================================================================
--- head/net/p5-IO-Socket-Timeout/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/p5-IO-Socket-Timeout/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= IO-Socket-Timeout
PORTVERSION= 0.32
PORTREVISION= 1
-CATEGORIES= net ipv6 perl5
+CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/net/p5-Net-CIDR-Lite/Makefile
==============================================================================
--- head/net/p5-Net-CIDR-Lite/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/p5-Net-CIDR-Lite/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= Net-CIDR-Lite
PORTVERSION= 0.21
PORTREVISION= 1
-CATEGORIES= net perl5 ipv6
+CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/net/p5-Net-INET6Glue/Makefile
==============================================================================
--- head/net/p5-Net-INET6Glue/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/p5-Net-INET6Glue/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -5,7 +5,7 @@ PORTNAME= Net-INET6Glue
PORTVERSION= 0.6
PORTREVISION= 1
#PORTREVISION= 0
-CATEGORIES= net perl5 ipv6
+CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/net/p5-Net-Traceroute6/Makefile
==============================================================================
--- head/net/p5-Net-Traceroute6/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/p5-Net-Traceroute6/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= Net-Traceroute6
PORTVERSION= 0.03
PORTREVISION= 2
-CATEGORIES= net perl5 ipv6
+CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/net/p5-Socket6/Makefile
==============================================================================
--- head/net/p5-Socket6/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/p5-Socket6/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= Socket6
PORTVERSION= 0.29
#PORTREVISION= 0
-CATEGORIES= net perl5 ipv6
+CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:UMEMOTO
PKGNAMEPREFIX= p5-
Modified: head/net/packetdrill/Makefile
==============================================================================
--- head/net/packetdrill/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/packetdrill/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= packetdrill
PORTVERSION= 0.0.2019022601
-CATEGORIES= net ipv6
+CATEGORIES= net
MAINTAINER= kbowling at FreeBSD.org
COMMENT= Network stack testing tool
Modified: head/net/pim6-tools/Makefile
==============================================================================
--- head/net/pim6-tools/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/pim6-tools/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= pim6
PORTVERSION= 20061214
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= SF/mcast-tools
PKGNAMESUFFIX= -tools
DISTNAME= mcast-tools-${PORTVERSION}
Modified: head/net/pim6dd/Makefile
==============================================================================
--- head/net/pim6dd/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/pim6dd/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= pim6
PORTVERSION= 0.2.1.0.a.15
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= SF/mcast-tools
PKGNAMESUFFIX= dd
DISTNAME= mcast-tools-20061214
Modified: head/net/pim6sd/Makefile
==============================================================================
--- head/net/pim6sd/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/pim6sd/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= pim6
PORTVERSION= 2.1.0.a.23
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= SF/mcast-tools
PKGNAMESUFFIX= sd
DISTNAME= mcast-tools-20061214
Modified: head/net/qt5-network/Makefile
==============================================================================
--- head/net/qt5-network/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/qt5-network/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= network
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
PKGNAMEPREFIX= qt5-
MAINTAINER= kde at FreeBSD.org
Modified: head/net/qt5-networkauth/Makefile
==============================================================================
--- head/net/qt5-networkauth/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/qt5-networkauth/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= networkauth
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
PKGNAMEPREFIX= qt5-
MAINTAINER= kde at FreeBSD.org
Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/quagga/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= quagga
PORTVERSION= 1.2.4
PORTREVISION= 7
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= SAVANNAH
MAINTAINER= pi at FreeBSD.org
Modified: head/net/radvd/Makefile
==============================================================================
--- head/net/radvd/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/radvd/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= radvd
PORTVERSION= 2.18
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.litech.org/radvd/dist/
MAINTAINER= farrokhi at FreeBSD.org
Modified: head/net/rdesktop/Makefile
==============================================================================
--- head/net/rdesktop/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/rdesktop/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= rdesktop
PORTVERSION= 1.8.6
DISTVERSIONPREFIX= v
-CATEGORIES= net comms ipv6
+CATEGORIES= net comms
MAINTAINER= gregf at hugops.pw
COMMENT= RDP client for Windows NT/2000/2003 Terminal Server
Modified: head/net/ripe-whois/Makefile
==============================================================================
--- head/net/ripe-whois/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/ripe-whois/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= ripe-whois
PORTVERSION= 3.2.2
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= SF/whois/whois/${PORTVERSION}
DISTNAME= whois3-${PORTVERSION}
Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/rsync/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= rsync
DISTVERSION= 3.1.3
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= https://rsync.samba.org/ftp/rsync/ \
https://www.mirrorservice.org/sites/rsync.samba.org/ \
http://rsync.samba.org/ftp/rsync/ \
Modified: head/net/scamper/Makefile
==============================================================================
--- head/net/scamper/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/scamper/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= scamper
DISTVERSION= 20181219
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
Modified: head/net/socat/Makefile
==============================================================================
--- head/net/socat/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/socat/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= socat
PORTVERSION= 1.7.3.3
PORTREVISION= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/ \
LOCAL/ehaupt
Modified: head/net/stone/Makefile
==============================================================================
--- head/net/stone/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/stone/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= stone
PORTVERSION= 2.3e
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.gcd.org/sengoku/stone/
MAINTAINER= ports at FreeBSD.org
Modified: head/net/tcpdump/Makefile
==============================================================================
--- head/net/tcpdump/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/tcpdump/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= tcpdump
PORTVERSION= 4.9.3
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
MAINTAINER= garga at FreeBSD.org
Modified: head/net/tcpreen/Makefile
==============================================================================
--- head/net/tcpreen/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/tcpreen/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -4,7 +4,7 @@
PORTNAME= tcpreen
PORTVERSION= 1.4.4
PORTREVISION= 3
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.remlab.net/files/tcpreen/
MAINTAINER= jmohacsi at bsd.hu
Modified: head/net/tcptestsuite/Makefile
==============================================================================
--- head/net/tcptestsuite/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/tcptestsuite/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= tcptestsuite
PORTVERSION= 0.0.2
-CATEGORIES= net ipv6
+CATEGORIES= net
MAINTAINER= gnn at FreeBSD.org
COMMENT= Network stack test suite
Modified: head/net/tcptrace/Makefile
==============================================================================
--- head/net/tcptrace/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/tcptrace/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -3,7 +3,7 @@
PORTNAME= tcptrace
PORTVERSION= 6.6.7
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= http://www.tcptrace.org/download/
MAINTAINER= ports at FreeBSD.org
Modified: head/net/tinyldap/Makefile
==============================================================================
--- head/net/tinyldap/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/tinyldap/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
PORTNAME= tinyldap
PORTVERSION= 0.0.${SNAPSHOT}
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= ftp://ftp.dinoex.de/pub/tinyldap/
DISTNAME= ${PORTNAME}-${SNAPSHOT}
Modified: head/net/trafshow/Makefile
==============================================================================
--- head/net/trafshow/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/trafshow/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -5,7 +5,7 @@ PORTNAME= trafshow
PORTVERSION= 5.2.3
PORTREVISION= 2
PORTEPOCH= 1
-CATEGORIES= net ipv6
+CATEGORIES= net
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \
ftp://ftp.nsk.su/pub/RinetSoftware/
Modified: head/net/tshark/Makefile
==============================================================================
--- head/net/tshark/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/tshark/Makefile Wed Oct 9 12:17:15 2019 (r514143)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tshark
-CATEGORIES= net ipv6
+CATEGORIES= net
CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*
Modified: head/net/u6rd/Makefile
==============================================================================
--- head/net/u6rd/Makefile Wed Oct 9 12:06:22 2019 (r514142)
+++ head/net/u6rd/Makefile Wed Oct 9 12:17:15 2019 (r514143)
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-all
mailing list