diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-09-10 17:41:16 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-10 17:41:16 +0000 |
commit | e79fe1aabc5b83364240652d62b99198a9ccfb32 (patch) | |
tree | 97f71ed3bc59ba2572e97c684df8a26c32f599b3 /net | |
parent | e65ab5a12dad31348f1e183330f1c41dc753cb09 (diff) | |
download | ports-e79fe1aabc5b83364240652d62b99198a9ccfb32.tar.gz ports-e79fe1aabc5b83364240652d62b99198a9ccfb32.zip |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-autoipd/Makefile | 1 | ||||
-rw-r--r-- | net/avahi-gtk/Makefile | 1 | ||||
-rw-r--r-- | net/avahi-gtk3/Makefile | 1 | ||||
-rw-r--r-- | net/avahi-header/Makefile | 1 | ||||
-rw-r--r-- | net/avahi-libdns/Makefile | 1 | ||||
-rw-r--r-- | net/avahi-qt5/Makefile | 1 | ||||
-rw-r--r-- | net/avahi-sharp/Makefile | 1 | ||||
-rw-r--r-- | net/intel-em-kmod/Makefile | 1 | ||||
-rw-r--r-- | net/intel-ix-kmod/Makefile | 1 | ||||
-rw-r--r-- | net/isc-dhcp44-client/Makefile | 1 | ||||
-rw-r--r-- | net/isc-dhcp44-relay/Makefile | 1 | ||||
-rw-r--r-- | net/libproxy-gnome3/Makefile | 1 | ||||
-rw-r--r-- | net/libproxy-kde/Makefile | 1 | ||||
-rw-r--r-- | net/libproxy-pacrunner/Makefile | 1 | ||||
-rw-r--r-- | net/libproxy-perl/Makefile | 1 | ||||
-rw-r--r-- | net/libproxy-python/Makefile | 1 | ||||
-rw-r--r-- | net/libproxy-webkit3/Makefile | 1 | ||||
-rw-r--r-- | net/py-avahi/Makefile | 1 | ||||
-rw-r--r-- | net/py-libdnet/Makefile | 1 |
19 files changed, 0 insertions, 19 deletions
diff --git a/net/avahi-autoipd/Makefile b/net/avahi-autoipd/Makefile index 902d08e5274e..51ba4eff8cfd 100644 --- a/net/avahi-autoipd/Makefile +++ b/net/avahi-autoipd/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -autoipd MAINTAINER= gnome@FreeBSD.org COMMENT= IPv4LL network address configuration daemon -WWW= https://www.avahi.org/ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libdaemon.so:devel/libdaemon diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile index fb5d57b473e3..80a23d0c76c1 100644 --- a/net/avahi-gtk/Makefile +++ b/net/avahi-gtk/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -gtk MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ tools and bindings to the Avahi mDNS system -WWW= https://www.avahi.org/ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libfontconfig.so:x11-fonts/fontconfig \ diff --git a/net/avahi-gtk3/Makefile b/net/avahi-gtk3/Makefile index eb475824cf7a..c6faeab1194a 100644 --- a/net/avahi-gtk3/Makefile +++ b/net/avahi-gtk3/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -gtk3 MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ 3 library to the Avahi mDNS system -WWW= https://www.avahi.org/ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libgdbm.so:databases/gdbm \ diff --git a/net/avahi-header/Makefile b/net/avahi-header/Makefile index e848d1e386e1..3f7a70e73974 100644 --- a/net/avahi-header/Makefile +++ b/net/avahi-header/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net PKGNAMESUFFIX= -header COMMENT= Install an avahi-gtk* header to avoid conflict -WWW= https://www.avahi.org/ CONFLICTS= avahi-gtk-0.7.[0-2]* diff --git a/net/avahi-libdns/Makefile b/net/avahi-libdns/Makefile index 5f83feffdd35..c7394954da61 100644 --- a/net/avahi-libdns/Makefile +++ b/net/avahi-libdns/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -libdns MAINTAINER= desktop@FreeBSD.org COMMENT= mDNSResponder compatibility from Avahi -WWW= https://www.avahi.org/ LIB_DEPENDS= libavahi-common.so:net/avahi-app diff --git a/net/avahi-qt5/Makefile b/net/avahi-qt5/Makefile index 5edcd88397d2..8c7dd4cbaafc 100644 --- a/net/avahi-qt5/Makefile +++ b/net/avahi-qt5/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -qt5 MAINTAINER= gnome@FreeBSD.org COMMENT= Qt 5 bindings to the Avahi mDNS system -WWW= https://www.avahi.org/ LIB_DEPENDS= libavahi-common.so:net/avahi-app diff --git a/net/avahi-sharp/Makefile b/net/avahi-sharp/Makefile index a65291504f8e..7e7a7711f803 100644 --- a/net/avahi-sharp/Makefile +++ b/net/avahi-sharp/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -sharp MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for Avahi service discovery -WWW= https://www.avahi.org/ LIB_DEPENDS= libavahi-core.so:net/avahi-app diff --git a/net/intel-em-kmod/Makefile b/net/intel-em-kmod/Makefile index 138633e944c1..a1b5762493c3 100644 --- a/net/intel-em-kmod/Makefile +++ b/net/intel-em-kmod/Makefile @@ -6,7 +6,6 @@ MASTER_SITE_SUBDIR= 17509/eng MAINTAINER= freebsd@intel.com COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet -WWW= https://downloadcenter.intel.com BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 diff --git a/net/intel-ix-kmod/Makefile b/net/intel-ix-kmod/Makefile index 761b964847c0..d7edb8478e0b 100644 --- a/net/intel-ix-kmod/Makefile +++ b/net/intel-ix-kmod/Makefile @@ -12,7 +12,6 @@ _MAN_SOURCE= ${PORTNAME}-3.3.10 MAINTAINER= freebsd@intel.com COMMENT= 10 gigabit FreeBSD Base Driver for Intel(R) Network Connections -WWW= https://downloadcenter.intel.com MANPAGENAME= ixgbe MANPAGELINKS= ix if_ix if_ixgbe diff --git a/net/isc-dhcp44-client/Makefile b/net/isc-dhcp44-client/Makefile index 4a8eb56575a1..5ec6caa5324c 100644 --- a/net/isc-dhcp44-client/Makefile +++ b/net/isc-dhcp44-client/Makefile @@ -1,5 +1,4 @@ COMMENT= The ISC Dynamic Host Configuration Protocol client -WWW= https://www.isc.org/dhcp/ SUBSYS= client MASTERDIR= ${.CURDIR}/../isc-dhcp44-server diff --git a/net/isc-dhcp44-relay/Makefile b/net/isc-dhcp44-relay/Makefile index e7a7e7883a3f..63ecc27dea8b 100644 --- a/net/isc-dhcp44-relay/Makefile +++ b/net/isc-dhcp44-relay/Makefile @@ -1,5 +1,4 @@ COMMENT= The ISC Dynamic Host Configuration Protocol relay -WWW= https://www.isc.org/dhcp/ SUBSYS= relay MASTERDIR= ${.CURDIR}/../isc-dhcp44-server diff --git a/net/libproxy-gnome3/Makefile b/net/libproxy-gnome3/Makefile index 1a2c8dcac2cb..0db204673b7e 100644 --- a/net/libproxy-gnome3/Makefile +++ b/net/libproxy-gnome3/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net devel PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= GSettings-based configuration plug-in for libproxy -WWW= https://libproxy.github.io/libproxy/ USES= gnome USE_GNOME= glib20 diff --git a/net/libproxy-kde/Makefile b/net/libproxy-kde/Makefile index e31a2df61ea3..8edad63916e2 100644 --- a/net/libproxy-kde/Makefile +++ b/net/libproxy-kde/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net devel PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= KDE plug-in for libproxy -WWW= https://libproxy.github.io/libproxy/ USES= kde:5 USE_KDE= config diff --git a/net/libproxy-pacrunner/Makefile b/net/libproxy-pacrunner/Makefile index 449cb8c0a21a..0103960d270d 100644 --- a/net/libproxy-pacrunner/Makefile +++ b/net/libproxy-pacrunner/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net devel PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= pacrunner plug-in for libproxy -WWW= https://libproxy.github.io/libproxy/ LIBPROXY_SLAVE= pacrunner MASTERDIR= ${.CURDIR}/../libproxy diff --git a/net/libproxy-perl/Makefile b/net/libproxy-perl/Makefile index 1aaa94f3b319..a1276bf9466a 100644 --- a/net/libproxy-perl/Makefile +++ b/net/libproxy-perl/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net lang PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= Perl binding for libproxy -WWW= https://libproxy.github.io/libproxy/ USES= perl5 CMAKE_ON= PERL_VENDORINSTALL PERL_LINK_LIBPERL diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile index 045b1762e1f4..fda99fd6b6b9 100644 --- a/net/libproxy-python/Makefile +++ b/net/libproxy-python/Makefile @@ -4,7 +4,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= Python binding for libproxy -WWW= https://libproxy.github.io/libproxy/ USES= python:3.6+ USE_PYTHON= flavors py3kplist diff --git a/net/libproxy-webkit3/Makefile b/net/libproxy-webkit3/Makefile index 9cedd4ee46ee..f630fea894e1 100644 --- a/net/libproxy-webkit3/Makefile +++ b/net/libproxy-webkit3/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net www PKGNAMESUFFIX= -${LIBPROXY_SLAVE} COMMENT= WebKit JavaScript plug-in for libproxy -WWW= https://libproxy.github.io/libproxy/ LIB_DEPENDS= libjavascriptcoregtk-4.0.so:www/webkit2-gtk3 diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile index dc764461733b..a911826e9213 100644 --- a/net/py-avahi/Makefile +++ b/net/py-avahi/Makefile @@ -5,7 +5,6 @@ PKGNAMESUFFIX= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface to the Avahi mDNS system -WWW= https://www.avahi.org/ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:devel/py-dbus@${PY_FLAVOR} diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index bc1cf2d406e3..37c5095de6d2 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -3,7 +3,6 @@ CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python module for libdnet -WWW= https://github.com/5u623l20/libdnet/ LIB_DEPENDS= libdnet.so:net/libdnet |