Date: Wed, 9 Oct 2019 12:23:49 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514145 - in head/www: apache24 boa bozohttpd dillo2 firefox firefox-esr gatling gotty htdigest http_get http_post links lynx lynx-current mini_httpd mohawk nginx nginx-devel nostromo o... Message-ID: <201910091223.x99CNnuG023319@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Oct 9 12:23:49 2019 New Revision: 514145 URL: https://svnweb.freebsd.org/changeset/ports/514145 Log: Drop the ipv6 virtual category for w* category as it is not relevant anymore Modified: head/www/apache24/Makefile head/www/boa/Makefile head/www/bozohttpd/Makefile head/www/dillo2/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/gatling/Makefile head/www/gotty/Makefile head/www/htdigest/Makefile head/www/http_get/Makefile head/www/http_post/Makefile head/www/links/Makefile head/www/lynx-current/Makefile head/www/lynx/Makefile head/www/mini_httpd/Makefile head/www/mohawk/Makefile head/www/nginx-devel/Makefile head/www/nginx/Makefile head/www/nostromo/Makefile head/www/opera/Makefile head/www/privoxy/Makefile head/www/retawq/Makefile head/www/squid/Makefile head/www/squid3/Makefile head/www/thttpd/Makefile head/www/w3m/Makefile head/www/webfs/Makefile head/www/www6to4/Makefile head/www/wwwoffle/Makefile head/www/xshttpd-devel/Makefile head/www/xshttpd/Makefile Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/apache24/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= apache24 PORTVERSION= 2.4.41 PORTREVISION= 0 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} DIST_SUBDIR= apache24 Modified: head/www/boa/Makefile ============================================================================== --- head/www/boa/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/boa/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -5,7 +5,7 @@ PORTNAME= boa DISTVERSION= 0.94.14rc21 PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.boa.org/ MAINTAINER= ports@FreeBSD.org Modified: head/www/bozohttpd/Makefile ============================================================================== --- head/www/bozohttpd/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/bozohttpd/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= bozohttpd PORTVERSION= 20130711 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.eterna.com.au/bozohttpd/ \ NETBSD Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/dillo2/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= dillo PORTVERSION= 3.0.5 PORTREVISION= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.dillo.org/download/ \ LOCAL/bf/dillo/ \ TEX_CTAN/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/:hyphen Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/firefox-esr/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -5,7 +5,7 @@ PORTNAME= firefox DISTVERSION= 68.1.0 PORTREVISION= 5 PORTEPOCH= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/firefox/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -5,7 +5,7 @@ PORTNAME= firefox DISTVERSION= 69.0.2 PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} Modified: head/www/gatling/Makefile ============================================================================== --- head/www/gatling/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/gatling/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= gatling PORTVERSION= 0.15 PORTREVISION= 2 -CATEGORIES= www benchmarks ftp ipv6 +CATEGORIES= www benchmarks ftp MASTER_SITES= http://www.fefe.de/gatling/ MAINTAINER= coco@executive-computing.de Modified: head/www/gotty/Makefile ============================================================================== --- head/www/gotty/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/gotty/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= gotty PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v -CATEGORIES= www net ipv6 +CATEGORIES= www net MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command line tool that turns your CLI tools into web applications Modified: head/www/htdigest/Makefile ============================================================================== --- head/www/htdigest/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/htdigest/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= htdigest PORTVERSION= 2.4.6 PORTREVISION= 4 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} DIST_SUBDIR= apache24 Modified: head/www/http_get/Makefile ============================================================================== --- head/www/http_get/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/http_get/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= http_get PORTVERSION= 1.0.20140814 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.acme.com/software/http_get/ DISTNAME= ${PORTNAME}_14Aug2014 Modified: head/www/http_post/Makefile ============================================================================== --- head/www/http_post/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/http_post/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= http_post PORTVERSION= 1.0.20140814 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.acme.com/software/http_post/ DISTNAME= ${PORTNAME}_14Aug2014 Modified: head/www/links/Makefile ============================================================================== --- head/www/links/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/links/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -5,7 +5,7 @@ PORTNAME= links DISTVERSION= 2.16 PORTREVISION= 2 PORTEPOCH= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ MAINTAINER= portmaster@BSDforge.com Modified: head/www/lynx-current/Makefile ============================================================================== --- head/www/lynx-current/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/lynx-current/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= lynx PORTVERSION= 2.8.9d16 PORTREVISION= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \ ftp://invisible-island.net/lynx/tarballs/ PKGNAMESUFFIX= -current Modified: head/www/lynx/Makefile ============================================================================== --- head/www/lynx/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/lynx/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -5,7 +5,7 @@ PORTNAME= lynx PORTVERSION= 2.8.9.1 PORTREVISION= 1 PORTEPOCH= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \ http://bitrote.org/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E} Modified: head/www/mini_httpd/Makefile ============================================================================== --- head/www/mini_httpd/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/mini_httpd/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= mini_httpd PORTVERSION= 1.30 PORTREVISION= 2 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= https://www.acme.com/software/mini_httpd/ MAINTAINER= leres@FreeBSD.org Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/mohawk/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= mohawk PORTVERSION= 2.0.19 PORTREVISION= 2 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://fossil.bsdsx.fr/mohawk/tarball/ \ http://fossil.etoilebsd.net/mohawk/tarball/ DISTFILES= ${DISTNAME}.tar.gz?uuid=${PORTVERSION} Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/nginx-devel/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -129,7 +129,6 @@ DSO_CONFIGURE_ON= --modules-path=${MODULESDIR} DSO_VARS= MODULESDIR=${PREFIX}/libexec/${PORTNAME} FILE_AIO_CONFIGURE_ON= --with-file-aio IPV6_CONFIGURE_OFF= --with-cc-opt="-DNGX_HAVE_INET6=0 -I ${LOCALBASE}/include" -IPV6_CATEGORIES= ipv6 THREADS_CONFIGURE_ON= --with-threads # Bundled modules Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/nginx/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -134,7 +134,6 @@ DSO_CONFIGURE_ON= --modules-path=${MODULESDIR} DSO_VARS= MODULESDIR=${PREFIX}/libexec/${PORTNAME} FILE_AIO_CONFIGURE_ON= --with-file-aio IPV6_CONFIGURE_OFF= --with-cc-opt="-DNGX_HAVE_INET6=0 -I ${LOCALBASE}/include" -IPV6_CATEGORIES= ipv6 THREADS_CONFIGURE_ON= --with-threads # Bundled modules Modified: head/www/nostromo/Makefile ============================================================================== --- head/www/nostromo/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/nostromo/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= nostromo PORTVERSION= 1.9.6 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.nazgul.ch/dev/ MAINTAINER= loox@e-shell.net Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/opera/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} PORTREVISION= 6 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \ http://gd.tuwien.ac.at/infosys/browsers/opera/${MASTER_SITES_VER_PATH}/ \ Modified: head/www/privoxy/Makefile ============================================================================== --- head/www/privoxy/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/privoxy/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= privoxy PORTVERSION= 3.0.28 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \ SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src Modified: head/www/retawq/Makefile ============================================================================== --- head/www/retawq/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/retawq/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= retawq DISTVERSION= 0.2.6c PORTREVISION= 11 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.6c MAINTAINER= ports@FreeBSD.org Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/squid/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= squid PORTVERSION= 4.8 PORTREVISION= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \ http://www2.us.squid-cache.org/Versions/v4/ \ http://www1.at.squid-cache.org/Versions/v4/ \ Modified: head/www/squid3/Makefile ============================================================================== --- head/www/squid3/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/squid3/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= squid PORTVERSION= 3.5.28 PORTREVISION= 3 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www1.at.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: head/www/thttpd/Makefile ============================================================================== --- head/www/thttpd/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/thttpd/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= thttpd PORTVERSION= 2.29 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ MAINTAINER= danfe@FreeBSD.org Modified: head/www/w3m/Makefile ============================================================================== --- head/www/w3m/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/w3m/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= w3m PORTVERSION= 0.5.3.${SNAPDATE} -CATEGORIES+= www ipv6 +CATEGORIES+= www MAINTAINER?= nobutaka@FreeBSD.org COMMENT?= Pager/text-based WWW browser Modified: head/www/webfs/Makefile ============================================================================== --- head/www/webfs/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/webfs/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= webfs PORTVERSION= 1.21 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://dl.bytesex.org/releases/webfs/ \ http://www.bsd-geek.de/FreeBSD/distfiles/ Modified: head/www/www6to4/Makefile ============================================================================== --- head/www/www6to4/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/www6to4/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= www6to4 PORTVERSION= 1.6 PORTREVISION= 1 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= jmohacsi@bsd.hu Modified: head/www/wwwoffle/Makefile ============================================================================== --- head/www/wwwoffle/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/wwwoffle/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -2,7 +2,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.9j -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/ MAINTAINER= ports@FreeBSD.org Modified: head/www/xshttpd-devel/Makefile ============================================================================== --- head/www/xshttpd-devel/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/xshttpd-devel/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -3,7 +3,7 @@ PORTNAME= xshttpd DISTVERSION= 3.7b35 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ PKGNAMESUFFIX= -devel Modified: head/www/xshttpd/Makefile ============================================================================== --- head/www/xshttpd/Makefile Wed Oct 9 12:20:31 2019 (r514144) +++ head/www/xshttpd/Makefile Wed Oct 9 12:23:49 2019 (r514145) @@ -4,7 +4,7 @@ PORTNAME= xshttpd DISTVERSION= 3.6g01 PORTREVISION= 9 -CATEGORIES= www ipv6 +CATEGORIES= www MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ DISTNAME= ${PORTNAME}-${DISTVERSION:S/.//}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091223.x99CNnuG023319>