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 | |
parent | e65ab5a12dad31348f1e183330f1c41dc753cb09 (diff) |
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)
195 files changed, 20 insertions, 204 deletions
diff --git a/audio/festvox-cmu_us_slt_arctic/Makefile b/audio/festvox-cmu_us_slt_arctic/Makefile index 7e98280b562f..e709fac5e69c 100644 --- a/audio/festvox-cmu_us_slt_arctic/Makefile +++ b/audio/festvox-cmu_us_slt_arctic/Makefile @@ -7,7 +7,7 @@ DIST_SUBDIR= festival MAINTAINER= ports@FreeBSD.org COMMENT?= CMU US English female voice for festival -WWW= http://festvox.org/cmu_arctic/dbs_slt.html +WWW?= http://festvox.org/cmu_arctic/dbs_slt.html LICENSE= MIT-variant LICENSE_NAME= MIT License (CMU variant) diff --git a/audio/timidity++-emacs/Makefile b/audio/timidity++-emacs/Makefile index 3fab634db45a..d2f7a869a9cf 100644 --- a/audio/timidity++-emacs/Makefile +++ b/audio/timidity++-emacs/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -emacs MAINTAINER= ports@FreeBSD.org COMMENT= Emacs interface for TiMidity++ -WWW= http://timidity.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../audio/timidity++ diff --git a/audio/timidity++-gtk/Makefile b/audio/timidity++-gtk/Makefile index edf613a90379..39caf9a11bbf 100644 --- a/audio/timidity++-gtk/Makefile +++ b/audio/timidity++-gtk/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -gtk MAINTAINER= ports@FreeBSD.org COMMENT= Gtk interface for TiMidity++ -WWW= http://timidity.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../audio/timidity++ diff --git a/audio/timidity++-motif/Makefile b/audio/timidity++-motif/Makefile index cd3ade440200..5578ce46ab0b 100644 --- a/audio/timidity++-motif/Makefile +++ b/audio/timidity++-motif/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -motif MAINTAINER= ports@FreeBSD.org COMMENT= Motif interface for TiMidity++ -WWW= http://timidity.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../audio/timidity++ diff --git a/audio/timidity++-slang/Makefile b/audio/timidity++-slang/Makefile index 466a1f91ab4f..db33f46823e4 100644 --- a/audio/timidity++-slang/Makefile +++ b/audio/timidity++-slang/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -slang MAINTAINER= ports@FreeBSD.org COMMENT= Slang interface for TiMidity++ -WWW= http://timidity.sourceforge.net/ CONFLICTS_INSTALL= ja-timidity++-slang # lib/timidity/if_slang.so diff --git a/audio/timidity++-xaw/Makefile b/audio/timidity++-xaw/Makefile index 68a897451c84..2204a096dec9 100644 --- a/audio/timidity++-xaw/Makefile +++ b/audio/timidity++-xaw/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -xaw MAINTAINER= ports@FreeBSD.org COMMENT= Xaw interface for TiMidity++ -WWW= http://timidity.sourceforge.net/ OPTIONS_DEFINE= DOCS diff --git a/audio/timidity++-xskin/Makefile b/audio/timidity++-xskin/Makefile index af40b778bf01..033aecbd0005 100644 --- a/audio/timidity++-xskin/Makefile +++ b/audio/timidity++-xskin/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -xskin MAINTAINER= ports@FreeBSD.org COMMENT= X11AMP skin interface for TiMidity++ -WWW= http://timidity.sourceforge.net/ OPTIONS_DEFINE= DOCS diff --git a/chinese/FreeWnn-lib/Makefile b/chinese/FreeWnn-lib/Makefile index 42df2fdefdf7..330f93269d96 100644 --- a/chinese/FreeWnn-lib/Makefile +++ b/chinese/FreeWnn-lib/Makefile @@ -2,7 +2,6 @@ CATEGORIES= chinese PKGNAMESUFFIX= -lib COMMENT= Japanese/Chinese/Korean input method (Chinese client libraries) -WWW= http://www.freewnn.org/ MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib PKGDIR= ${.CURDIR} diff --git a/chinese/FreeWnn-server/Makefile b/chinese/FreeWnn-server/Makefile index ec66f5b8f412..d81a9035668b 100644 --- a/chinese/FreeWnn-server/Makefile +++ b/chinese/FreeWnn-server/Makefile @@ -2,7 +2,6 @@ CATEGORIES= chinese PKGNAMESUFFIX= -server COMMENT= Japanese/Chinese/Korean input method (Chinese server) -WWW= http://www.freewnn.org/ MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-server PKGDIR= ${.CURDIR} diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile index ca96089f0516..3e2d4342416f 100644 --- a/chinese/eterm/Makefile +++ b/chinese/eterm/Makefile @@ -4,7 +4,6 @@ MASTERDIR= ${.CURDIR}/../../x11/eterm MAINTAINER= enlightenment@FreeBSD.org COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5) -WWW= http://www.eterm.org/ EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure diff --git a/comms/qtel/Makefile b/comms/qtel/Makefile index 4e85a3c9d900..791a696bf613 100644 --- a/comms/qtel/Makefile +++ b/comms/qtel/Makefile @@ -1,7 +1,6 @@ PORTNAME= qtel COMMENT= Qtel Echolink client -WWW= https://www.svxlink.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile index ee619786912d..b8c6b8a7df81 100644 --- a/comms/unixcw/Makefile +++ b/comms/unixcw/Makefile @@ -10,7 +10,7 @@ DISTNAME= unixcw_${PORTVERSION}.orig MAINTAINER= hamradio@FreeBSD.org COMMENT?= Libs for cw on unix -WWW= http://unixcw.sourceforge.net/ +WWW?= http://unixcw.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/databases/percona57-server/Makefile b/databases/percona57-server/Makefile index 5f571235593c..a1ab0367c726 100644 --- a/databases/percona57-server/Makefile +++ b/databases/percona57-server/Makefile @@ -11,7 +11,7 @@ DISTFILES= percona-server-${DISTVERSION}${EXTRACT_SUFX}:percona \ MAINTAINER= fluffy@FreeBSD.org COMMENT?= Multithreaded SQL database (server) -WWW= https://www.percona.com/software/percona-server +WWW?= https://www.percona.com/software/percona-server LICENSE?= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile index 8e4a78daf105..243c2cc879ec 100644 --- a/databases/postgresql10-contrib/Makefile +++ b/databases/postgresql10-contrib/Makefile @@ -4,7 +4,6 @@ CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -WWW= https://www.postgresql.org/ MASTERDIR= ${.CURDIR}/../postgresql10-server diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index aebe19810ebf..3bd6f9e27871 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -4,7 +4,6 @@ DISTVERSION?= 10.22 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org -WWW= https://www.postgresql.org/ INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ diff --git a/databases/postgresql11-contrib/Makefile b/databases/postgresql11-contrib/Makefile index 7c8ee3175b3d..6c562331adc8 100644 --- a/databases/postgresql11-contrib/Makefile +++ b/databases/postgresql11-contrib/Makefile @@ -4,7 +4,6 @@ CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -WWW= https://www.postgresql.org/ MASTERDIR= ${.CURDIR}/../postgresql11-server diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index efcb34f5cfbf..a196bab11216 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -4,7 +4,6 @@ DISTVERSION?= 11.17 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org -WWW= https://www.postgresql.org/ INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ diff --git a/databases/postgresql12-contrib/Makefile b/databases/postgresql12-contrib/Makefile index 7b1683ae353d..af4be8ec800f 100644 --- a/databases/postgresql12-contrib/Makefile +++ b/databases/postgresql12-contrib/Makefile @@ -4,7 +4,6 @@ CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -WWW= https://www.postgresql.org/ MASTERDIR= ${.CURDIR}/../postgresql12-server diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index 6ece6b79e785..dbd392faa4dd 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -4,7 +4,6 @@ DISTVERSION?= 12.12 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org -WWW= https://www.postgresql.org/ INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ diff --git a/databases/postgresql13-contrib/Makefile b/databases/postgresql13-contrib/Makefile index 8f3a807a00ef..4a03a65926a4 100644 --- a/databases/postgresql13-contrib/Makefile +++ b/databases/postgresql13-contrib/Makefile @@ -4,7 +4,6 @@ CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -WWW= https://www.postgresql.org/ MASTERDIR= ${.CURDIR}/../postgresql13-server diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index 61dc197246f2..2abfa61121e3 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -4,7 +4,6 @@ DISTVERSION?= 13.8 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org -WWW= https://www.postgresql.org/ INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ diff --git a/databases/postgresql14-contrib/Makefile b/databases/postgresql14-contrib/Makefile index f64db55a2a49..5c4e80059c55 100644 --- a/databases/postgresql14-contrib/Makefile +++ b/databases/postgresql14-contrib/Makefile @@ -4,7 +4,6 @@ CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -WWW= https://www.postgresql.org/ MASTERDIR= ${.CURDIR}/../postgresql14-server diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index a8540a6bd41f..7c2eea831037 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -4,7 +4,6 @@ DISTVERSION?= 14.5 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org -WWW= https://www.postgresql.org/ INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ diff --git a/databases/postgresql15-contrib/Makefile b/databases/postgresql15-contrib/Makefile index 0b47b4ea5b9c..4db178d55483 100644 --- a/databases/postgresql15-contrib/Makefile +++ b/databases/postgresql15-contrib/Makefile @@ -4,7 +4,6 @@ CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -WWW= https://www.postgresql.org/ MASTERDIR= ${.CURDIR}/../postgresql15-server diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index 3f2065d8d138..a22e2ad35e3d 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= ${SLAVE_PKGNAMESUFFIX}${PHP_PKGNAMESUFFIX} MAINTAINER= grembo@FreeBSD.org COMMENT?= Libraries for the command line interface for Phabricator -WWW= https://secure.phabricator.com/book/arcanist/ +WWW?= https://secure.phabricator.com/book/arcanist/ SLAVEPORT?= lib diff --git a/devel/boehm-gc-threaded/Makefile b/devel/boehm-gc-threaded/Makefile index 5ef5e1ba70ed..26943a1e5c00 100644 --- a/devel/boehm-gc-threaded/Makefile +++ b/devel/boehm-gc-threaded/Makefile @@ -1,5 +1,4 @@ COMMENT= Garbage collection and memory leak detection for C and C++ with threading support -WWW= https://www.hboehm.info/gc/ MASTERDIR= ${.CURDIR}/../boehm-gc DESCR= ${.CURDIR}/pkg-descr diff --git a/devel/icu-lx/Makefile b/devel/icu-lx/Makefile index fa693e02ed85..3bd0cb9d047a 100644 --- a/devel/icu-lx/Makefile +++ b/devel/icu-lx/Makefile @@ -3,7 +3,6 @@ CATEGORIES?= devel print PKGNAMESUFFIX= -lx COMMENT= ICU Paragraph Layout API -WWW= http://site.icu-project.org/ LIB_DEPENDS= libicuuc.so:devel/icu \ libicu-le-hb.so:devel/icu-le-hb diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile index 689ff3f48e6e..d1d2ec6f625c 100644 --- a/devel/llvm-cheri/Makefile +++ b/devel/llvm-cheri/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT?= LLVM and Clang with support for the CHERI architecture -WWW= https://cheri-cpu.org +WWW?= https://cheri-cpu.org LICENSE_DIR= ${WRKSRC}/llvm .include "${.PARSEDIR}/../llvm-devel/Makefile.LICENSE" diff --git a/devel/php-ice37/Makefile b/devel/php-ice37/Makefile index 6c99c8054ebc..2de74d14f8d4 100644 --- a/devel/php-ice37/Makefile +++ b/devel/php-ice37/Makefile @@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Ice (Internet Communications Engine) language mapping for PHP -WWW= http://www.zeroc.com/ LICENSE= GPLv2 diff --git a/devel/py-Jinja2/Makefile b/devel/py-Jinja2/Makefile index 24d6fd5083ca..fe1290c9d2f2 100644 --- a/devel/py-Jinja2/Makefile +++ b/devel/py-Jinja2/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX?= MAINTAINER= nivit@FreeBSD.org COMMENT?= Fast and easy to use stand-alone template engine -WWW= http://jinja.pocoo.org/ +WWW?= http://jinja.pocoo.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 14b17be52d85..a4ee61d22694 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -2,7 +2,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= COMMENT= Python bindings for the D-BUS messaging system -WWW= https://dbus.freedesktop.org/doc/dbus-python/ SLAVE_PORT= python diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index a6a8c20fd093..e630e50401ed 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Ice (Internet Communications Engine) language mapping for Python -WWW= http://www.zeroc.com/ LICENSE= GPLv2 diff --git a/devel/py-ice37/Makefile b/devel/py-ice37/Makefile index f11162d1d55a..24b4f6f8f82f 100644 --- a/devel/py-ice37/Makefile +++ b/devel/py-ice37/Makefile @@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Ice (Internet Communications Engine) language mapping for Python -WWW= http://www.zeroc.com/ LICENSE= GPLv2 diff --git a/devel/riscv32-unknown-elf-gcc/Makefile b/devel/riscv32-unknown-elf-gcc/Makefile index 95a887fbaaa9..1a465b7b68d2 100644 --- a/devel/riscv32-unknown-elf-gcc/Makefile +++ b/devel/riscv32-unknown-elf-gcc/Makefile @@ -4,7 +4,6 @@ GCC_TARGET= riscv32-unknown-elf PLIST= ${.CURDIR}/pkg-plist DISTINFO_FILE= ${.CURDIR}/distinfo COMMENT= GNU Compiler Collection for bare metal riscv32 cross-development -WWW= https://gcc.gnu.org/ MASTERDIR= ${.CURDIR}/../aarch64-none-elf-gcc diff --git a/devel/riscv64-none-elf-gcc/Makefile b/devel/riscv64-none-elf-gcc/Makefile index ce698f7d96d6..7b69d76aac77 100644 --- a/devel/riscv64-none-elf-gcc/Makefile +++ b/devel/riscv64-none-elf-gcc/Makefile @@ -4,7 +4,6 @@ GCC_TARGET= riscv64-none-elf PLIST= ${.CURDIR}/pkg-plist DISTINFO_FILE= ${.CURDIR}/distinfo COMMENT= GNU Compiler Collection for bare metal riscv64 cross-development -WWW= https://gcc.gnu.org/ MASTERDIR= ${.CURDIR}/../aarch64-none-elf-gcc diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index aac491e43538..c48668106dc6 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -1,5 +1,4 @@ # Define PORTREVISION in ${MASTERDIR} -WWW= https://www.isc.org/bind/ .ifdef BIND_TOOLS_DEVEL MASTERDIR= ${.CURDIR}/../../dns/bind9-devel diff --git a/dns/knot3-lib/Makefile b/dns/knot3-lib/Makefile index 8dad07fb8c55..614bb4ffd8d7 100644 --- a/dns/knot3-lib/Makefile +++ b/dns/knot3-lib/Makefile @@ -1,6 +1,5 @@ # Define PORTREVISION in ${MASTERDIR} COMMENT= Knot3 lib (required by knot-resolver) -WWW= https://www.knot-dns.cz/ PKGNAMESUFFIX= 3-lib MASTERDIR= ${.CURDIR}/../knot3 diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index c6ef721ccea7..efc42f5625c8 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -5,7 +5,7 @@ CATEGORIES= emulators MAINTAINER= manu@FreeBSD.org COMMENT= Multi Arcade Machine Emulator -WWW= https://mamedev.org/ +WWW?= https://mamedev.org/ LICENSE= GPLv2 diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 30e88384c0a8..f8318c206e73 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -14,7 +14,7 @@ DISTNAME= proftpd-${PROFTPD_VERSION} MAINTAINER?= mm@FreeBSD.org COMMENT?= Highly configurable FTP daemon -WWW= http://www.proftpd.org/ +WWW?= http://www.proftpd.org/ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index cbe9b70a1fec..21ea69d9d336 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -8,7 +8,7 @@ EXTRACT_SUFX?= .zip MAINTAINER?= ports@FreeBSD.org COMMENT?= Cleaned-up and enhanced version of Quake 3 -WWW= https://ioquake3.org/ +WWW?= https://ioquake3.org/ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING.txt diff --git a/games/onscripter-1byte/Makefile b/games/onscripter-1byte/Makefile index 63b6599a8b05..d5206f996da4 100644 --- a/games/onscripter-1byte/Makefile +++ b/games/onscripter-1byte/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -1byte COMMENT= ONScripter with ${ENGLISH_DESC:tl} support -WWW= https://onscripter.osdn.jp/onscripter.html PLIST_FILES= bin/${PKGBASE} diff --git a/games/qwdtools/Makefile b/games/qwdtools/Makefile index f601bdddd6c7..53b533e02656 100644 --- a/games/qwdtools/Makefile +++ b/games/qwdtools/Makefile @@ -1,7 +1,6 @@ PORTNAME= qwdtools CATEGORIES= games converters COMMENT= Convert QuakeWorld demos from QWD format to MVD format -WWW= https://github.com/deurk/mvdsv DESCR= ${.CURDIR}/pkg-descr PKGMESSAGE= /nonexistent diff --git a/graphics/atril-lite/Makefile b/graphics/atril-lite/Makefile index 4cb556efbd6a..ad9afd45d0f5 100644 --- a/graphics/atril-lite/Makefile +++ b/graphics/atril-lite/Makefile @@ -1,8 +1,6 @@ PORTREVISION= 2 PKGNAMESUFFIX= -lite -WWW= https://mate-desktop.org/ - OPTIONS_EXCLUDE= CAJA DBUS MASTERDIR= ${.CURDIR}/../../graphics/atril diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index c562402cf6aa..dda015ed04fa 100644 --- a/graphics/jpeg-turbo/Makefile +++ b/graphics/jpeg-turbo/Makefile @@ -7,7 +7,7 @@ DISTNAME= lib${PORTNAME}-${DISTVERSION} MAINTAINER= desktop@FreeBSD.org COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg -WWW= https://libjpeg-turbo.org/ +WWW?= https://libjpeg-turbo.org/ LICENSE= BSD3CLAUSE IJG ZLIB LICENSE_COMB= multi diff --git a/japanese/cmigemo-dict/Makefile b/japanese/cmigemo-dict/Makefile index 22e5f63dcb82..dd57a926ccaf 100644 --- a/japanese/cmigemo-dict/Makefile +++ b/japanese/cmigemo-dict/Makefile @@ -7,7 +7,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Dictionary for C/Migemo Japanese incremental search tool -WWW= https://www.kaoriya.net/software/cmigemo LICENSE= GPLv2 diff --git a/japanese/eterm/Makefile b/japanese/eterm/Makefile index c5aca130e537..089e7676c171 100644 --- a/japanese/eterm/Makefile +++ b/japanese/eterm/Makefile @@ -4,7 +4,6 @@ MASTERDIR= ${.CURDIR}/../../x11/eterm MAINTAINER= nobutaka@FreeBSD.org COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese -WWW= http://www.eterm.org/ EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure \ ${.CURDIR}/files/extra-patch-src_command.c \ diff --git a/japanese/ng-canna/Makefile b/japanese/ng-canna/Makefile index 9c55d7093d1c..62085b86e3fa 100644 --- a/japanese/ng-canna/Makefile +++ b/japanese/ng-canna/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -canna MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight Emacs-clone with Japanese and Canna support -WWW= http://tt.sakura.ne.jp/~amura/ng/ MASTERDIR= ${.CURDIR}/../ng diff --git a/japanese/skk-jisyo-cdb/Makefile b/japanese/skk-jisyo-cdb/Makefile index 16713bbdfd68..a1d57cce0e3b 100644 --- a/japanese/skk-jisyo-cdb/Makefile +++ b/japanese/skk-jisyo-cdb/Makefile @@ -1,6 +1,5 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CDB jisyo (dictionary) files for the SKK Japanese-input software -WWW= http://openlab.jp/skk/ WITH_SKKJISYO_CDB= yes diff --git a/japanese/timidity++-slang/Makefile b/japanese/timidity++-slang/Makefile index bda1cde07a94..074b983ba397 100644 --- a/japanese/timidity++-slang/Makefile +++ b/japanese/timidity++-slang/Makefile @@ -4,7 +4,6 @@ CATEGORIES= japanese MAINTAINER= ports@FreeBSD.org COMMENT= Slang interface for TiMidity++ with Japanese support -WWW= http://timidity.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../audio/timidity++ diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index 65b5ac8e0267..17a5fff312c9 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -6,7 +6,6 @@ PKGNAMESUFFIX= -anthy .endif COMMENT= Uim plugin using Anthy input method -WWW= https://github.com/uim/uim .if !defined(WITHOUT_X11) USE_GNOME= cairo gdkpixbuf2 gtk30 diff --git a/japanese/w3m-img/Makefile b/japanese/w3m-img/Makefile index 5cfc67214f7a..3443b1b007ad 100644 --- a/japanese/w3m-img/Makefile +++ b/japanese/w3m-img/Makefile @@ -3,7 +3,6 @@ PKGNAMESUFFIX= -img MAINTAINER= nobutaka@FreeBSD.org COMMENT= Pager/text-based WWW browser with Japanese and inline image support -WWW= http://w3m.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR} diff --git a/japanese/w3m/Makefile b/japanese/w3m/Makefile index 4306fa363f86..a21570553c1a 100644 --- a/japanese/w3m/Makefile +++ b/japanese/w3m/Makefile @@ -2,7 +2,6 @@ CATEGORIES= japanese MAINTAINER= nobutaka@FreeBSD.org COMMENT= Pager/text-based WWW browser with Japanese support -WWW= http://w3m.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR} diff --git a/korean/FreeWnn-lib/Makefile b/korean/FreeWnn-lib/Makefile index 0b2388662893..4056812864be 100644 --- a/korean/FreeWnn-lib/Makefile +++ b/korean/FreeWnn-lib/Makefile @@ -2,7 +2,6 @@ CATEGORIES= korean PKGNAMESUFFIX= -lib COMMENT= Japanese/Chinese/Korean input method (Korean client libraries) -WWW= http://www.freewnn.org/ MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib PKGDIR= ${.CURDIR} diff --git a/korean/FreeWnn-server/Makefile b/korean/FreeWnn-server/Makefile index e96d660f8c44..0a0c65b0ad05 100644 --- a/korean/FreeWnn-server/Makefile +++ b/korean/FreeWnn-server/Makefile @@ -2,7 +2,6 @@ CATEGORIES= korean PKGNAMESUFFIX= -server COMMENT= Japanese/Chinese/Korean input method (Korean server) -WWW= http://www.freewnn.org/ MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-server PKGDIR= ${.CURDIR} diff --git a/lang/gnatcross-binutils-aarch64/Makefile b/lang/gnatcross-binutils-aarch64/Makefile index adc95e3b41d7..c978b91408ba 100644 --- a/lang/gnatcross-binutils-aarch64/Makefile +++ b/lang/gnatcross-binutils-aarch64/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -aarch64 MAINTAINER= ports@FreeBSD.org COMMENT= Infrastructure for C/Ada FreeBSD cross-compiler (aarch64) -WWW= http://www.dragonlace.net BRANCH2= # Assume aarch64 will always be only CPU for FreeBSD/ARM64 XCCTARGET= aarch64-aux-freebsd11.3 diff --git a/lang/gnatdroid-binutils-x86/Makefile b/lang/gnatdroid-binutils-x86/Makefile index c2c7ab3092ab..f0bb749c8d1a 100644 --- a/lang/gnatdroid-binutils-x86/Makefile +++ b/lang/gnatdroid-binutils-x86/Makefile @@ -3,7 +3,6 @@ PKGNAMESUFFIX= -x86 MAINTAINER= ports@FreeBSD.org COMMENT= Infrastructure for C/Ada Android cross-compiler (x86) -WWW= http://www.dragonlace.net BRANCH2= x86_32 XCCTARGET= i686-aux-linux-android diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 4d62a1ad8d75..accd8e32a8c2 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX MAINTAINER= mbeis@xs4all.nl COMMENT?= Mail and news client descended from Pine -WWW= https://alpineapp.email/ +WWW?= https://alpineapp.email/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index aa5654a470d0..d9baff27a760 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -monitor COMMENT= The Exim monitor for the Exim MTA -WWW= https://www.exim.org/ MASTERDIR= ${.CURDIR}/../exim diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index a42f72ae7cf3..442a37e5eefe 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -6,7 +6,6 @@ DISTNAME= fetchmail-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= chalpin@cs.wisc.edu COMMENT= Python-based GUI to configure fetchmail -WWW= https://www.fetchmail.info/ LICENSE= GPLv2+ diff --git a/mail/gmime26-sharp/Makefile b/mail/gmime26-sharp/Makefile index dd7aeda2705f..97e8489ec7dd 100644 --- a/mail/gmime26-sharp/Makefile +++ b/mail/gmime26-sharp/Makefile @@ -3,7 +3,6 @@ PKGNAMESUFFIX= 26-sharp MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings for gmime -WWW= http://spruce.sourceforge.net/gmime/ LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 1c58b6944000..fdce5885b340 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= https://notmuchmail.org/releases/ MAINTAINER= jrm@FreeBSD.org COMMENT?= Thread-based email index, search and tagging application -WWW= https://notmuchmail.org/ +WWW?= https://notmuchmail.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3 diff --git a/mail/py-notmuch/Makefile b/mail/py-notmuch/Makefile index fdd67f73add3..7411bef41fab 100644 --- a/mail/py-notmuch/Makefile +++ b/mail/py-notmuch/Makefile @@ -2,7 +2,6 @@ CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python interface for the Notmuch email search and tagging library -WWW= https://notmuchmail.org/ LICENSE= GPLv3 diff --git a/mail/py-notmuch2/Makefile b/mail/py-notmuch2/Makefile index 4c67bbfb0943..f4689b6f8633 100644 --- a/mail/py-notmuch2/Makefile +++ b/mail/py-notmuch2/Makefile @@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 0 COMMENT= Pythonic bindings for the notmuch mail database using CFFI -WWW= https://notmuchmail.org/ LICENSE= GPLv3 diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 1b39d6109e1f..c40d828aa3bb 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -9,7 +9,7 @@ EXTRACT_ONLY?= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= erdgeist@erdgeist.org COMMENT?= Secure, reliable, efficient, simple, and fast MTA -WWW= https://cr.yp.to/qmail.html +WWW?= https://cr.yp.to/qmail.html DIST_SUBDIR= qmail diff --git a/math/gnuplot-lite/Makefile b/math/gnuplot-lite/Makefile index e672c21e4b69..8a07337100cb 100644 --- a/math/gnuplot-lite/Makefile +++ b/math/gnuplot-lite/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -lite COMMENT= Command-line driven graphing utility (lite package) -WWW= http://www.gnuplot.info/ CONFLICTS_INSTALL= gnuplot diff --git a/math/lapack/Makefile b/math/lapack/Makefile index ca50ec5915ee..d7cb4d9b23cd 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= lapack-${PORTVERSION} MAINTAINER?= fortran@FreeBSD.org COMMENT?= Linear Algebra PACKage -WWW= https://www.netlib.org/lapack/ +WWW?= https://www.netlib.org/lapack/ LICENSE?= BSD3CLAUSE diff --git a/math/lapacke/Makefile b/math/lapacke/Makefile index 1603501d0a90..dbe6112d8f1c 100644 --- a/math/lapacke/Makefile +++ b/math/lapacke/Makefile @@ -2,7 +2,6 @@ PORTNAME= lapacke MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Standard C language APIs for LAPACK -WWW= https://www.netlib.org/lapack/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/misc/e2fsprogs-libblkid/Makefile b/misc/e2fsprogs-libblkid/Makefile index afe27dc53836..5380a8921476 100644 --- a/misc/e2fsprogs-libblkid/Makefile +++ b/misc/e2fsprogs-libblkid/Makefile @@ -3,7 +3,6 @@ CATEGORIES= misc devel PKGNAMESUFFIX= -libblkid COMMENT= Blkid library from e2fsprogs package -WWW= http://e2fsprogs.sourceforge.net/ LICENSE= LGPL20+ _no_license_file= sorry diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile index 9da7920fbea1..5783954bc643 100644 --- a/misc/e2fsprogs-libuuid/Makefile +++ b/misc/e2fsprogs-libuuid/Makefile @@ -3,7 +3,6 @@ CATEGORIES= misc devel PKGNAMESUFFIX= -libuuid COMMENT= UUID library from e2fsprogs package -WWW= http://e2fsprogs.sourceforge.net/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${INSTALL_WRKSRC}/COPYING diff --git a/misc/p5-OSSP-uuid/Makefile b/misc/p5-OSSP-uuid/Makefile index 70cb4b917c39..b51554c614ae 100644 --- a/misc/p5-OSSP-uuid/Makefile +++ b/misc/p5-OSSP-uuid/Makefile @@ -1,5 +1,4 @@ COMMENT= Perl bindings for ossp-uuid -WWW= http://www.ossp.org/pkg/lib/uuid/ BUILD_DEPENDS= ${LOCALBASE}/lib/libossp-uuid.a:misc/ossp-uuid diff --git a/multimedia/libquicktime-lame/Makefile b/multimedia/libquicktime-lame/Makefile index af8593ddd442..549a6be0406c 100644 --- a/multimedia/libquicktime-lame/Makefile +++ b/multimedia/libquicktime-lame/Makefile @@ -5,7 +5,6 @@ PKGNAMESUFFIX= -lame MAINTAINER= ports@FreeBSD.org COMMENT= LAME plugin for libquicktime -WWW= http://libquicktime.sourceforge.net/ LIB_DEPENDS= libquicktime.so:multimedia/libquicktime \ libmp3lame.so:audio/lame diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile index 52f5f18b0db3..faf86a48152b 100644 --- a/multimedia/libv4l/Makefile +++ b/multimedia/libv4l/Makefile @@ -8,7 +8,7 @@ CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org COMMENT?= Video4Linux library -WWW= https://linuxtv.org/wiki/index.php/V4l-utils +WWW?= https://linuxtv.org/wiki/index.php/V4l-utils LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual diff --git a/multimedia/v4l-utils/Makefile b/multimedia/v4l-utils/Makefile index f3b1a418f2c3..a0c5fa96a98a 100644 --- a/multimedia/v4l-utils/Makefile +++ b/multimedia/v4l-utils/Makefile @@ -2,7 +2,6 @@ PORTNAME?= v4l-utils PORTREVISION= 1 COMMENT= Video4Linux utilities -WWW= https://linuxtv.org/wiki/index.php/V4l-utils MASTERDIR= ${.CURDIR}/../libv4l DESCR= ${.CURDIR}/pkg-descr diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index 0617301c6328..56dda03844e8 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -2,7 +2,6 @@ PORTNAME= finch MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) -WWW= https://www.pidgin.im/ LIB_DEPENDS= libpurple.so:net-im/libpurple \ libgnt.so:devel/libgnt diff --git a/net-im/libnice-gst1/Makefile b/net-im/libnice-gst1/Makefile index 8bbcd60ddf3c..b9703c8780ce 100644 --- a/net-im/libnice-gst1/Makefile +++ b/net-im/libnice-gst1/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -gst1 COMMENT= GStreamer 1 plugin from libnice -WWW= https://nice.freedesktop.org/ LIB_DEPENDS= libnice.so:net-im/libnice diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 5f4153c629b4..b6b61d9cc850 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -2,7 +2,6 @@ PORTNAME= pidgin MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) -WWW= https://www.pidgin.im/ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libpurple.so:net-im/libpurple diff --git a/net-mgmt/vmutils/Makefile b/net-mgmt/vmutils/Makefile index c115895090ca..6338f352631b 100644 --- a/net-mgmt/vmutils/Makefile +++ b/net-mgmt/vmutils/Makefile @@ -1,7 +1,6 @@ PORTNAME= vmutils COMMENT= Ancillary utilities and agent for VictoriaMetrics -WWW= https://victoriametrics.github.io/ USE_RC_SUBR= vmagent diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 90eb62baa3c9..1ff1584a772c 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -1,8 +1,6 @@ PKGNAMESUFFIX= -daemon PORTREVISION= 4 -WWW= https://www.transmissionbt.com/ - USES= ssl NLS_USES= gettext-runtime:run diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile index 3ef3c4667903..26249dbd8f25 100644 --- a/net-p2p/transmission-gtk/Makefile +++ b/net-p2p/transmission-gtk/Makefile @@ -1,8 +1,6 @@ PKGNAMESUFFIX= -gtk PORTREVISION= 4 -WWW= https://www.transmissionbt.com/ - LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify RUN_DEPENDS= xdg-open:devel/xdg-utils diff --git a/net-p2p/transmission-qt/Makefile b/net-p2p/transmission-qt/Makefile index b04e6b29cc06..2d87b5ad3725 100644 --- a/net-p2p/transmission-qt/Makefile +++ b/net-p2p/transmission-qt/Makefile @@ -1,8 +1,6 @@ PKGNAMESUFFIX= -qt PORTREVISION= 4 -WWW= https://www.transmissionbt.com/ - LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/net-p2p/transmission-utils/Makefile b/net-p2p/transmission-utils/Makefile index d7fe4763e000..ff6ad1e29054 100644 --- a/net-p2p/transmission-utils/Makefile +++ b/net-p2p/transmission-utils/Makefile @@ -1,8 +1,6 @@ PKGNAMESUFFIX= -utils PORTREVISION= 3 -WWW= https://www.transmissionbt.com/ - NLS_USES= gettext-tools:build MASTERDIR= ${.CURDIR}/../transmission-cli 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 diff --git a/news/husky-areafix/Makefile b/news/husky-areafix/Makefile index 0d434c5050bb..554c13e91c42 100644 --- a/news/husky-areafix/Makefile +++ b/news/husky-areafix/Makefile @@ -1,7 +1,6 @@ PORTNAME= husky-areafix COMMENT= Husky FTN areafix library -WWW= http://husky.sourceforge.net/ LICENSE= LGPL20 diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index af863bec2ed5..e0f1095ffb9c 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -1,7 +1,6 @@ PORTNAME= husky-fidoconf COMMENT= Husky FTN configuration library -WWW= http://husky.sourceforge.net/ LICENSE= LGPL20 diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index 10d7eff7f43a..bcdcf49714a9 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -1,7 +1,6 @@ PORTNAME= husky-hpt COMMENT= Husky FTN tosser -WWW= http://husky.sourceforge.net/ LICENSE= GPLv2 diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile index 252dc2e0d7fa..0f8dd5ec5c8e 100644 --- a/news/husky-htick/Makefile +++ b/news/husky-htick/Makefile @@ -1,7 +1,6 @@ PORTNAME= husky-htick COMMENT= Husky FTN file ticker -WWW= http://husky.sourceforge.net/ LICENSE= GPLv2 diff --git a/news/husky-huskylib/Makefile b/news/husky-huskylib/Makefile index a297ed786c03..384776bfa431 100644 --- a/news/husky-huskylib/Makefile +++ b/news/husky-huskylib/Makefile @@ -1,7 +1,6 @@ PORTNAME= husky-huskylib COMMENT= Husky generic FTN library -WWW= http://husky.sourceforge.net/ LICENSE= LGPL21 diff --git a/news/husky-smapi/Makefile b/news/husky-smapi/Makefile index 8cac837d1637..405457e862b1 100644 --- a/news/husky-smapi/Makefile +++ b/news/husky-smapi/Makefile @@ -2,7 +2,6 @@ PORTNAME= husky-smapi PORTEPOCH= 1 COMMENT= Husky FTN MSGAPI library -WWW= http://husky.sourceforge.net/ LICENSE= LGPL21 diff --git a/news/husky-sqpack/Makefile b/news/husky-sqpack/Makefile index 5a009830caaa..9bf0f2120b81 100644 --- a/news/husky-sqpack/Makefile +++ b/news/husky-sqpack/Makefile @@ -1,7 +1,6 @@ PORTNAME= husky-sqpack COMMENT= Husky FTN msgbase packer -WWW= http://husky.sourceforge.net/ LICENSE= GPLv2 diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index a6c3223ae3a5..bb229f1e257d 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,8 +3,6 @@ PORTVERSION= ${SNAPSHOT} MASTER_SITE_SUBDIR= inn/snapshots DISTNAME= inn-${BRANCH}-${SNAPSHOT} -WWW= https://www.eyrie.org/~eagle/software/inn/ - BRANCH= 2.8 SNAPSHOT= 20220812 diff --git a/ports-mgmt/dialog4ports-static/Makefile b/ports-mgmt/dialog4ports-static/Makefile index fe22cdb5e46a..22341d29e84e 100644 --- a/ports-mgmt/dialog4ports-static/Makefile +++ b/ports-mgmt/dialog4ports-static/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -static COMMENT= Console Interface to configure ports (static version for chroots) -WWW= https://bitbucket.org/m1cro/d4p/ MASTERDIR= ${.CURDIR}/../dialog4ports DESCR= ${.CURDIR}/pkg-descr diff --git a/science/libsvm-python/Makefile b/science/libsvm-python/Makefile index 33801711a519..9452d69e76aa 100644 --- a/science/libsvm-python/Makefile +++ b/science/libsvm-python/Makefile @@ -2,7 +2,6 @@ PORTREVISION= 1 PKGNAMESUFFIX= -python MAINTAINER= ports@FreeBSD.org -WWW= https://www.csie.ntu.edu.tw/~cjlin/libsvm/ MASTERDIR= ${.CURDIR}/../../science/libsvm diff --git a/sysutils/ansible-sysrc/Makefile b/sysutils/ansible-sysrc/Makefile index de437fee161e..5ebf09ce5959 100644 --- a/sysutils/ansible-sysrc/Makefile +++ b/sysutils/ansible-sysrc/Makefile @@ -1,7 +1,6 @@ PORTREVISION= 1 COMMENT= Ansible module to set sysvars in rc.conf -WWW= https://github.com/dlundgren/ansible-freebsd-modules/ MASTERDIR= ${.CURDIR}/../ansible-kld _LIBRARY= sysrc diff --git a/sysutils/bareos-traymonitor/Makefile b/sysutils/bareos-traymonitor/Makefile index 40c9babae8c5..ca17ee09c350 100644 --- a/sysutils/bareos-traymonitor/Makefile +++ b/sysutils/bareos-traymonitor/Makefile @@ -3,7 +3,6 @@ PORTREVISION= 1 PKGNAMESUFFIX= -traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) -WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos-client diff --git a/sysutils/bareos18-traymonitor/Makefile b/sysutils/bareos18-traymonitor/Makefile index cee589300d68..8911cd7965bd 100644 --- a/sysutils/bareos18-traymonitor/Makefile +++ b/sysutils/bareos18-traymonitor/Makefile @@ -3,7 +3,6 @@ PORTREVISION= 1 PKGNAMESUFFIX= 18-traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) -WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos18-client diff --git a/sysutils/bareos19-traymonitor/Makefile b/sysutils/bareos19-traymonitor/Makefile index 175e68c99f6e..08b73bdd8c82 100644 --- a/sysutils/bareos19-traymonitor/Makefile +++ b/sysutils/bareos19-traymonitor/Makefile @@ -3,7 +3,6 @@ PORTREVISION= 1 PKGNAMESUFFIX= 19-traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) -WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos19-client diff --git a/sysutils/bareos20-traymonitor/Makefile b/sysutils/bareos20-traymonitor/Makefile index bec01f522d64..fd346e673284 100644 --- a/sysutils/bareos20-traymonitor/Makefile +++ b/sysutils/bareos20-traymonitor/Makefile @@ -3,7 +3,6 @@ PORTREVISION= 1 PKGNAMESUFFIX= 20-traymonitor COMMENT= Backup archiving recovery open sourced (traymonitor) -WWW= https://www.bareos.org/ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ libbareos.so:sysutils/bareos20-client diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 859b0d27c446..8e8ac9d7fc85 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -awesome MAINTAINER= madpilot@FreeBSD.org COMMENT= Advanced, highly configurable system monitor (configured for x11-wm/awesome) -WWW= https://github.com/brndnmtthws/conky MASTERDIR= ${.CURDIR}/../conky DESCR= ${.CURDIR}/pkg-descr diff --git a/sysutils/moosefs2-cgi/Makefile b/sysutils/moosefs2-cgi/Makefile index 8eb7f9643933..d33138f4f30c 100644 --- a/sysutils/moosefs2-cgi/Makefile +++ b/sysutils/moosefs2-cgi/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -cgi COMMENT= MooseFS CGI interface -WWW= https://moosefs.com/ MFS_COMPONENT= cgi diff --git a/sysutils/moosefs2-cgiserv/Makefile b/sysutils/moosefs2-cgiserv/Makefile index 854a3347c5d2..21d745f4396f 100644 --- a/sysutils/moosefs2-cgiserv/Makefile +++ b/sysutils/moosefs2-cgiserv/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -cgiserv COMMENT= MooseFS CGI webserver -WWW= https://moosefs.com/ MFS_COMPONENT= cgiserv diff --git a/sysutils/moosefs2-chunkserver/Makefile b/sysutils/moosefs2-chunkserver/Makefile index 36f8c2c012bc..70ba917000d0 100644 --- a/sysutils/moosefs2-chunkserver/Makefile +++ b/sysutils/moosefs2-chunkserver/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -chunkserver COMMENT= MooseFS data storage and synchronization component -WWW= https://moosefs.com/ MFS_COMPONENT= chunkserver diff --git a/sysutils/moosefs2-cli/Makefile b/sysutils/moosefs2-cli/Makefile index 9110bd551227..0719b1f1cfe7 100644 --- a/sysutils/moosefs2-cli/Makefile +++ b/sysutils/moosefs2-cli/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -cli COMMENT= MooseFS command line interface -WWW= https://moosefs.com/ MFS_COMPONENT= cli diff --git a/sysutils/moosefs2-client/Makefile b/sysutils/moosefs2-client/Makefile index c166ce3461e3..d682b550a57f 100644 --- a/sysutils/moosefs2-client/Makefile +++ b/sysutils/moosefs2-client/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -client COMMENT= MooseFS client tools -WWW= https://moosefs.com/ MFS_COMPONENT= client diff --git a/sysutils/moosefs2-metalogger/Makefile b/sysutils/moosefs2-metalogger/Makefile index c2f8eeb725dd..229593fb1b33 100644 --- a/sysutils/moosefs2-metalogger/Makefile +++ b/sysutils/moosefs2-metalogger/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -metalogger COMMENT= MooseFS metadata backup server -WWW= https://moosefs.com/ MFS_COMPONENT= metalogger diff --git a/sysutils/moosefs2-netdump/Makefile b/sysutils/moosefs2-netdump/Makefile index 29a814507314..282ce7ccd794 100644 --- a/sysutils/moosefs2-netdump/Makefile +++ b/sysutils/moosefs2-netdump/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -netdump COMMENT= MooseFS network packet dump utility -WWW= https://moosefs.com/ MFS_COMPONENT= netdump diff --git a/sysutils/moosefs3-cgi/Makefile b/sysutils/moosefs3-cgi/Makefile index f9862a9510b6..7d037c1e09ae 100644 --- a/sysutils/moosefs3-cgi/Makefile +++ b/sysutils/moosefs3-cgi/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -cgi COMMENT= MooseFS CGI interface -WWW= https://moosefs.com/ MFS_COMPONENT= cgi diff --git a/sysutils/moosefs3-cgiserv/Makefile b/sysutils/moosefs3-cgiserv/Makefile index 4839ca31c9e7..fb8de26fb7e4 100644 --- a/sysutils/moosefs3-cgiserv/Makefile +++ b/sysutils/moosefs3-cgiserv/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -cgiserv COMMENT= MooseFS CGI webserver -WWW= https://moosefs.com/ MFS_COMPONENT= cgiserv diff --git a/sysutils/moosefs3-chunkserver/Makefile b/sysutils/moosefs3-chunkserver/Makefile index 8db9746faade..455c77feca38 100644 --- a/sysutils/moosefs3-chunkserver/Makefile +++ b/sysutils/moosefs3-chunkserver/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -chunkserver COMMENT= MooseFS data storage and synchronization component -WWW= https://moosefs.com/ MFS_COMPONENT= chunkserver diff --git a/sysutils/moosefs3-cli/Makefile b/sysutils/moosefs3-cli/Makefile index 4d0ae86a3b22..c4ca64e8ad86 100644 --- a/sysutils/moosefs3-cli/Makefile +++ b/sysutils/moosefs3-cli/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -cli COMMENT= MooseFS command line interface -WWW= https://moosefs.com/ MFS_COMPONENT= cli diff --git a/sysutils/moosefs3-client/Makefile b/sysutils/moosefs3-client/Makefile index e16e1b3ba8c0..710a9d213612 100644 --- a/sysutils/moosefs3-client/Makefile +++ b/sysutils/moosefs3-client/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -client COMMENT= MooseFS client tools -WWW= https://moosefs.com/ MFS_COMPONENT= client diff --git a/sysutils/moosefs3-metalogger/Makefile b/sysutils/moosefs3-metalogger/Makefile index c355a060eca7..8b54b39fd9fa 100644 --- a/sysutils/moosefs3-metalogger/Makefile +++ b/sysutils/moosefs3-metalogger/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -metalogger COMMENT= MooseFS metadata backup server -WWW= https://moosefs.com/ MFS_COMPONENT= metalogger diff --git a/sysutils/moosefs3-netdump/Makefile b/sysutils/moosefs3-netdump/Makefile index 082e1eca3224..f895b5c88089 100644 --- a/sysutils/moosefs3-netdump/Makefile +++ b/sysutils/moosefs3-netdump/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -netdump COMMENT= MooseFS network packet dump utility -WWW= https://moosefs.com/ MFS_COMPONENT= netdump diff --git a/sysutils/mstflint-lite/Makefile b/sysutils/mstflint-lite/Makefile index 0739bf144bfb..abdac3e7ef75 100644 --- a/sysutils/mstflint-lite/Makefile +++ b/sysutils/mstflint-lite/Makefile @@ -2,7 +2,6 @@ PORTREVISION= 1 PKGNAMESUFFIX= -lite COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices (lite version) -WWW= https://www.mellanox.com/page/management_tools CONFLICTS_INSTALL= mstflint diff --git a/sysutils/u-boot-a13-olinuxino/Makefile b/sysutils/u-boot-a13-olinuxino/Makefile index 73e9af02bbfe..407d6922f606 100644 --- a/sysutils/u-boot-a13-olinuxino/Makefile +++ b/sysutils/u-boot-a13-olinuxino/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= a13-olinuxino diff --git a/sysutils/u-boot-a64-olinuxino/Makefile b/sysutils/u-boot-a64-olinuxino/Makefile index c09f84eb20fe..e31b35af6cc6 100644 --- a/sysutils/u-boot-a64-olinuxino/Makefile +++ b/sysutils/u-boot-a64-olinuxino/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= a64-olinuxino diff --git a/sysutils/u-boot-bananapi/Makefile b/sysutils/u-boot-bananapi/Makefile index fb27ad2ae493..9ee34393b078 100644 --- a/sysutils/u-boot-bananapi/Makefile +++ b/sysutils/u-boot-bananapi/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= bananapi diff --git a/sysutils/u-boot-bananapim2/Makefile b/sysutils/u-boot-bananapim2/Makefile index 7677177e6552..5baa88ee439e 100644 --- a/sysutils/u-boot-bananapim2/Makefile +++ b/sysutils/u-boot-bananapim2/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= bananapim2 diff --git a/sysutils/u-boot-beaglebone/Makefile b/sysutils/u-boot-beaglebone/Makefile index e182ae9acfa8..b111e31c032f 100644 --- a/sysutils/u-boot-beaglebone/Makefile +++ b/sysutils/u-boot-beaglebone/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= beaglebone diff --git a/sysutils/u-boot-chip/Makefile b/sysutils/u-boot-chip/Makefile index e352f1c1dc7a..fce52137940c 100644 --- a/sysutils/u-boot-chip/Makefile +++ b/sysutils/u-boot-chip/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= chip diff --git a/sysutils/u-boot-clearfog/Makefile b/sysutils/u-boot-clearfog/Makefile index 835db703e91b..c7fa674db0a1 100644 --- a/sysutils/u-boot-clearfog/Makefile +++ b/sysutils/u-boot-clearfog/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= clearfog diff --git a/sysutils/u-boot-cubieboard/Makefile b/sysutils/u-boot-cubieboard/Makefile index e6049e3c649d..2cd8f57252da 100644 --- a/sysutils/u-boot-cubieboard/Makefile +++ b/sysutils/u-boot-cubieboard/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= cubieboard diff --git a/sysutils/u-boot-cubieboard2/Makefile b/sysutils/u-boot-cubieboard2/Makefile index aeb82285a38c..99a4e7aee710 100644 --- a/sysutils/u-boot-cubieboard2/Makefile +++ b/sysutils/u-boot-cubieboard2/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= cubieboard2 diff --git a/sysutils/u-boot-cubox-hummingboard/Makefile b/sysutils/u-boot-cubox-hummingboard/Makefile index 3d541c7eacc8..45c14eb898fe 100644 --- a/sysutils/u-boot-cubox-hummingboard/Makefile +++ b/sysutils/u-boot-cubox-hummingboard/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= cubox-hummingboard diff --git a/sysutils/u-boot-firefly-rk3399/Makefile b/sysutils/u-boot-firefly-rk3399/Makefile index 4aa12d1c2477..8c5ebef45ba1 100644 --- a/sysutils/u-boot-firefly-rk3399/Makefile +++ b/sysutils/u-boot-firefly-rk3399/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= firefly-rk3399 diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index f0ae07a8aab5..d714611a72c6 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= u-boot MAINTAINER?= uboot@FreeBSD.org COMMENT= Cross-build das u-boot for model ${MODEL} -WWW= https://www.denx.de/wiki/U-Boot +WWW?= https://www.denx.de/wiki/U-Boot LICENSE= GPLv2 diff --git a/sysutils/u-boot-nanopi-a64/Makefile b/sysutils/u-boot-nanopi-a64/Makefile index 6e6c63201157..014ecdce8237 100644 --- a/sysutils/u-boot-nanopi-a64/Makefile +++ b/sysutils/u-boot-nanopi-a64/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_a64 diff --git a/sysutils/u-boot-nanopi-m1plus/Makefile b/sysutils/u-boot-nanopi-m1plus/Makefile index 177c50a65c6e..12ce943fab6f 100644 --- a/sysutils/u-boot-nanopi-m1plus/Makefile +++ b/sysutils/u-boot-nanopi-m1plus/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_m1plus diff --git a/sysutils/u-boot-nanopi-neo-air/Makefile b/sysutils/u-boot-nanopi-neo-air/Makefile index 7252ef7b11eb..b3d99c0565ba 100644 --- a/sysutils/u-boot-nanopi-neo-air/Makefile +++ b/sysutils/u-boot-nanopi-neo-air/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_neo_air diff --git a/sysutils/u-boot-nanopi-neo/Makefile b/sysutils/u-boot-nanopi-neo/Makefile index 4e5601b3a092..a9439ce1df49 100644 --- a/sysutils/u-boot-nanopi-neo/Makefile +++ b/sysutils/u-boot-nanopi-neo/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi_neo diff --git a/sysutils/u-boot-nanopi-neo2/Makefile b/sysutils/u-boot-nanopi-neo2/Makefile index 3033346d4c09..411d7f82d438 100644 --- a/sysutils/u-boot-nanopi-neo2/Makefile +++ b/sysutils/u-boot-nanopi-neo2/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi-neo2 diff --git a/sysutils/u-boot-nanopi-r4s/Makefile b/sysutils/u-boot-nanopi-r4s/Makefile index 02cc6e6abf79..ad4f32947328 100644 --- a/sysutils/u-boot-nanopi-r4s/Makefile +++ b/sysutils/u-boot-nanopi-r4s/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= nanopi-r4s diff --git a/sysutils/u-boot-olimex-a20-som-evb/Makefile b/sysutils/u-boot-olimex-a20-som-evb/Makefile index 137da3bdbb08..b18d1681e6ce 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/Makefile +++ b/sysutils/u-boot-olimex-a20-som-evb/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olimex-a20-som-evb diff --git a/sysutils/u-boot-olinuxino-lime/Makefile b/sysutils/u-boot-olinuxino-lime/Makefile index 2ccf27e9fc51..d547189f2e7f 100644 --- a/sysutils/u-boot-olinuxino-lime/Makefile +++ b/sysutils/u-boot-olinuxino-lime/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olinuxino-lime diff --git a/sysutils/u-boot-olinuxino-lime2-emmc/Makefile b/sysutils/u-boot-olinuxino-lime2-emmc/Makefile index 07ea85eb127d..9a8690cf7cf1 100644 --- a/sysutils/u-boot-olinuxino-lime2-emmc/Makefile +++ b/sysutils/u-boot-olinuxino-lime2-emmc/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olinuxino-lime2-emmc diff --git a/sysutils/u-boot-olinuxino-lime2/Makefile b/sysutils/u-boot-olinuxino-lime2/Makefile index a6f9269f7e9d..01f63220757b 100644 --- a/sysutils/u-boot-olinuxino-lime2/Makefile +++ b/sysutils/u-boot-olinuxino-lime2/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= olinuxino-lime2 diff --git a/sysutils/u-boot-orangepi-one/Makefile b/sysutils/u-boot-orangepi-one/Makefile index d0801dcdebf3..a2f9701b2df4 100644 --- a/sysutils/u-boot-orangepi-one/Makefile +++ b/sysutils/u-boot-orangepi-one/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-one diff --git a/sysutils/u-boot-orangepi-pc-plus/Makefile b/sysutils/u-boot-orangepi-pc-plus/Makefile index 5c87921a680c..bf950cb76382 100644 --- a/sysutils/u-boot-orangepi-pc-plus/Makefile +++ b/sysutils/u-boot-orangepi-pc-plus/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-pc-plus diff --git a/sysutils/u-boot-orangepi-pc/Makefile b/sysutils/u-boot-orangepi-pc/Makefile index 398a8736b8d9..08affd797db7 100644 --- a/sysutils/u-boot-orangepi-pc/Makefile +++ b/sysutils/u-boot-orangepi-pc/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-pc diff --git a/sysutils/u-boot-orangepi-pc2/Makefile b/sysutils/u-boot-orangepi-pc2/Makefile index 2c6cc8e65ff6..b52c1da531f3 100644 --- a/sysutils/u-boot-orangepi-pc2/Makefile +++ b/sysutils/u-boot-orangepi-pc2/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-pc2 diff --git a/sysutils/u-boot-orangepi-plus-2e/Makefile b/sysutils/u-boot-orangepi-plus-2e/Makefile index 36ed197bf073..4438ed120a46 100644 --- a/sysutils/u-boot-orangepi-plus-2e/Makefile +++ b/sysutils/u-boot-orangepi-plus-2e/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-plus-2e diff --git a/sysutils/u-boot-orangepi-r1/Makefile b/sysutils/u-boot-orangepi-r1/Makefile index dce9021d6ffa..ae7eef62684d 100644 --- a/sysutils/u-boot-orangepi-r1/Makefile +++ b/sysutils/u-boot-orangepi-r1/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi_r1 diff --git a/sysutils/u-boot-orangepi-zero-plus/Makefile b/sysutils/u-boot-orangepi-zero-plus/Makefile index 850702c726b9..44bdc6e6d67f 100644 --- a/sysutils/u-boot-orangepi-zero-plus/Makefile +++ b/sysutils/u-boot-orangepi-zero-plus/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-zero-plus diff --git a/sysutils/u-boot-orangepi-zero/Makefile b/sysutils/u-boot-orangepi-zero/Makefile index 4b6a2113bf69..505d6ac83724 100644 --- a/sysutils/u-boot-orangepi-zero/Makefile +++ b/sysutils/u-boot-orangepi-zero/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= orangepi-zero diff --git a/sysutils/u-boot-pandaboard/Makefile b/sysutils/u-boot-pandaboard/Makefile index 1ce25d02ab84..abb4a8a6b999 100644 --- a/sysutils/u-boot-pandaboard/Makefile +++ b/sysutils/u-boot-pandaboard/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pandaboard diff --git a/sysutils/u-boot-pcduino3/Makefile b/sysutils/u-boot-pcduino3/Makefile index 8bf5deee8372..2b6d57ffb75b 100644 --- a/sysutils/u-boot-pcduino3/Makefile +++ b/sysutils/u-boot-pcduino3/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pcduino3 diff --git a/sysutils/u-boot-pine-h64/Makefile b/sysutils/u-boot-pine-h64/Makefile index e24095f0dbdf..42f339cb021b 100644 --- a/sysutils/u-boot-pine-h64/Makefile +++ b/sysutils/u-boot-pine-h64/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pine-h64 diff --git a/sysutils/u-boot-pine64-lts/Makefile b/sysutils/u-boot-pine64-lts/Makefile index a040f2f2dd36..48b98afb1a6c 100644 --- a/sysutils/u-boot-pine64-lts/Makefile +++ b/sysutils/u-boot-pine64-lts/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pine64-lts diff --git a/sysutils/u-boot-pinebookpro/Makefile b/sysutils/u-boot-pinebookpro/Makefile index f0a4a7dbce37..91420a2ebbca 100644 --- a/sysutils/u-boot-pinebookpro/Makefile +++ b/sysutils/u-boot-pinebookpro/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= pinebookpro diff --git a/sysutils/u-boot-qemu-riscv64/Makefile b/sysutils/u-boot-qemu-riscv64/Makefile index 53edd4e77319..31fcb3ef7eba 100644 --- a/sysutils/u-boot-qemu-riscv64/Makefile +++ b/sysutils/u-boot-qemu-riscv64/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= qemu-riscv64 diff --git a/sysutils/u-boot-riotboard/Makefile b/sysutils/u-boot-riotboard/Makefile index d470e2a5723f..d710be0389c8 100644 --- a/sysutils/u-boot-riotboard/Makefile +++ b/sysutils/u-boot-riotboard/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= riotboard diff --git a/sysutils/u-boot-rock-pi-4/Makefile b/sysutils/u-boot-rock-pi-4/Makefile index 414a323c0227..d5a4f09e1279 100644 --- a/sysutils/u-boot-rock-pi-4/Makefile +++ b/sysutils/u-boot-rock-pi-4/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= rock-pi-4 diff --git a/sysutils/u-boot-rock64/Makefile b/sysutils/u-boot-rock64/Makefile index 4d8d0791e2c3..0a4a26dfb032 100644 --- a/sysutils/u-boot-rock64/Makefile +++ b/sysutils/u-boot-rock64/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= rock64 diff --git a/sysutils/u-boot-rockpro64/Makefile b/sysutils/u-boot-rockpro64/Makefile index 7ee31fdc233b..db0818d0ef33 100644 --- a/sysutils/u-boot-rockpro64/Makefile +++ b/sysutils/u-boot-rockpro64/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= rockpro64 diff --git a/sysutils/u-boot-rpi-0-w/Makefile b/sysutils/u-boot-rpi-0-w/Makefile index dbd1b1981add..37cd2a34ad81 100644 --- a/sysutils/u-boot-rpi-0-w/Makefile +++ b/sysutils/u-boot-rpi-0-w/Makefile @@ -2,8 +2,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master PATCHFILES+= 939129/raw -WWW= https://www.denx.de/wiki/U-Boot - MODEL= rpi-0-w BOARD_CONFIG= rpi_0_w_defconfig FAMILY= rpi diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile index 3731d4e8a3eb..bdbf228d4178 100644 --- a/sysutils/u-boot-sifive-fu540/Makefile +++ b/sysutils/u-boot-sifive-fu540/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sifive-fu540 diff --git a/sysutils/u-boot-sifive-fu740/Makefile b/sysutils/u-boot-sifive-fu740/Makefile index 46bbfe566468..64008f9bfa0d 100644 --- a/sysutils/u-boot-sifive-fu740/Makefile +++ b/sysutils/u-boot-sifive-fu740/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sifive-fu740 diff --git a/sysutils/u-boot-sinovoip-bpi-m3/Makefile b/sysutils/u-boot-sinovoip-bpi-m3/Makefile index 3ecbdff0f0a5..73004eea1b93 100644 --- a/sysutils/u-boot-sinovoip-bpi-m3/Makefile +++ b/sysutils/u-boot-sinovoip-bpi-m3/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sinovoip-bpi-m3 diff --git a/sysutils/u-boot-sopine-spi/Makefile b/sysutils/u-boot-sopine-spi/Makefile index b603ee6a8071..16a7105b54c6 100644 --- a/sysutils/u-boot-sopine-spi/Makefile +++ b/sysutils/u-boot-sopine-spi/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sopine-spi diff --git a/sysutils/u-boot-sopine/Makefile b/sysutils/u-boot-sopine/Makefile index e983e4940197..553884763bc2 100644 --- a/sysutils/u-boot-sopine/Makefile +++ b/sysutils/u-boot-sopine/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sopine diff --git a/sysutils/u-boot-wandboard/Makefile b/sysutils/u-boot-wandboard/Makefile index cdc1207abb44..f4844c0a9f9d 100644 --- a/sysutils/u-boot-wandboard/Makefile +++ b/sysutils/u-boot-wandboard/Makefile @@ -1,4 +1,3 @@ -WWW= https://www.denx.de/wiki/U-Boot MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= wandboard diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index e2bacff19239..8432826bb1c2 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -3,7 +3,6 @@ CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python interface for XML parser library for GNOME -WWW= http://xmlsoft.org/ MASTERDIR= ${.CURDIR}/../libxml2 USES+= gettext-runtime gnome python shebangfix diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile index e8bfdea185c7..daa47f52304d 100644 --- a/textproc/uim-gtk/Makefile +++ b/textproc/uim-gtk/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -gtk COMMENT= GTK+ modules of uim input method -WWW= https://github.com/uim/uim USE_GNOME= cairo gdkpixbuf2 gtk20 LIB_DEPENDS= libuim.so:textproc/uim \ diff --git a/textproc/uim-gtk3/Makefile b/textproc/uim-gtk3/Makefile index 60157b2458de..8d9a04d99529 100644 --- a/textproc/uim-gtk3/Makefile +++ b/textproc/uim-gtk3/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -gtk3 COMMENT= GTK+ 3.x modules of uim input method -WWW= https://github.com/uim/uim USE_GNOME= cairo gdkpixbuf2 gtk30 LIB_DEPENDS= libuim.so:textproc/uim \ diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index 86590fe20ad7..045952f3064b 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -5,7 +5,6 @@ PKGNAMESUFFIX= -m17nlib .endif COMMENT= Uim plugin using m17n library input method -WWW= https://github.com/uim/uim BUILD_DEPENDS= m17n-db:devel/m17n-db LIB_DEPENDS= libm17n.so:devel/m17n-lib \ diff --git a/textproc/uim-qt5/Makefile b/textproc/uim-qt5/Makefile index ae4dea17ebfa..697dab78a3e7 100644 --- a/textproc/uim-qt5/Makefile +++ b/textproc/uim-qt5/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -qt5 COMMENT= Qt5 modules of uim input method -WWW= https://github.com/uim/uim BUILD_DEPENDS= cmake:devel/cmake-core LIB_DEPENDS= libuim.so:textproc/uim diff --git a/textproc/zq/Makefile b/textproc/zq/Makefile index 328b117afce7..f5a4cb01a29f 100644 --- a/textproc/zq/Makefile +++ b/textproc/zq/Makefile @@ -1,7 +1,6 @@ PORTNAME= zq COMMENT= Easier and faster alternative to jq -WWW= https://zed.brimdata.io/ GO_PKGNAME= github.com/${GH_ACCOUNT}/zed/cmd/zq diff --git a/www/baculum-api/Makefile b/www/baculum-api/Makefile index 2603fe163a5b..7ad5f37fe794 100644 --- a/www/baculum-api/Makefile +++ b/www/baculum-api/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -api COMMENT= Baculum API -WWW= https://www.bacula.org/ LICENSE= AGPLv3 diff --git a/www/baculum-web/Makefile b/www/baculum-web/Makefile index d8013ddb1d6d..43494973f50a 100644 --- a/www/baculum-web/Makefile +++ b/www/baculum-web/Makefile @@ -1,7 +1,6 @@ PKGNAMESUFFIX= -web COMMENT= Baculum Web -WWW= https://www.bacula.org/ LICENSE= AGPLv3 diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 71ca8a7e3adb..bf6669c3704e 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -5,7 +5,7 @@ MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/ MAINTAINER= pkubaj@FreeBSD.org COMMENT?= Secure, fast, compliant, and flexible Web Server -WWW= https://www.lighttpd.net/ +WWW?= https://www.lighttpd.net/ .if !defined(_BUILDING_LIGHTTPD_MODULE) LICENSE= BSD3CLAUSE diff --git a/www/sogo-activesync/Makefile b/www/sogo-activesync/Makefile index da1719894e9a..a893a8329d1e 100644 --- a/www/sogo-activesync/Makefile +++ b/www/sogo-activesync/Makefile @@ -1,7 +1,5 @@ PKGNAMESUFFIX= -activesync -WWW= https://sogo.nu/ - CONFLICTS= sogo2 sogo2-activesync sogo OPTIONS_SLAVE= ACTIVESYNC MFA diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index 34edcd8e5db9..63b02a71c6ba 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -6,7 +6,7 @@ DISTNAME= SOGo-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards -WWW= https://sogo.nu/ +WWW?= https://sogo.nu/ LICENSE= GPLv2 diff --git a/www/tidy-lib/Makefile b/www/tidy-lib/Makefile index 6bbebb28a47f..c2af6361aee0 100644 --- a/www/tidy-lib/Makefile +++ b/www/tidy-lib/Makefile @@ -4,7 +4,6 @@ PKGNAMESUFFIX= -lib MAINTAINER= thierry@FreeBSD.org COMMENT= Utility to clean up and pretty print HTML/XHTML/XML (with shared lib) -WWW= http://tidy.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../www/tidy-devel diff --git a/www/transmission-web/Makefile b/www/transmission-web/Makefile index d12569458574..16772b713b1d 100644 --- a/www/transmission-web/Makefile +++ b/www/transmission-web/Makefile @@ -2,8 +2,6 @@ CATEGORIES= www PKGNAMESUFFIX= -web PORTREVISION= 1 -WWW= https://www.transmissionbt.com/ - NO_ARCH= yes NO_BUILD= yes PORTDATA= web diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index c00a40041573..8fa1c0d2b417 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -2,7 +2,6 @@ PKGNAMESUFFIX= -img MAINTAINER= nobutaka@FreeBSD.org COMMENT= Pager/text-based WWW browser with inline image support -WWW= http://w3m.sourceforge.net/ MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR} diff --git a/x11-themes/freebsd-8k-wallpapers/Makefile b/x11-themes/freebsd-8k-wallpapers/Makefile index 2dba2a7b4013..c57219827d53 100644 --- a/x11-themes/freebsd-8k-wallpapers/Makefile +++ b/x11-themes/freebsd-8k-wallpapers/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= https://bitbucket.org/rigoletto-freebsd/freebsd-8k-wallpapers/get/ MAINTAINER= rigoletto@FreeBSD.org COMMENT= Collection of simple FreeBSD wallpapers -WWW= https://bitbucket.org/rigoletto-freebsd/freebsd-8k-wallpapers +WWW?= https://bitbucket.org/rigoletto-freebsd/freebsd-8k-wallpapers LICENSE= CC-BY-4.0 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/x11/libfm-extra/Makefile b/x11/libfm-extra/Makefile index 46fa0917de1c..94ef10764f90 100644 --- a/x11/libfm-extra/Makefile +++ b/x11/libfm-extra/Makefile @@ -3,7 +3,6 @@ PKGNAMESUFFIX= -extra MAINTAINER= ports@FreeBSD.org COMMENT= LibFM-Extra library -WWW= https://wiki.lxde.org/en/Libfm LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi diff --git a/x11/swaylock/Makefile b/x11/swaylock/Makefile index 91c50cc9ca76..fd5f2f43d288 100644 --- a/x11/swaylock/Makefile +++ b/x11/swaylock/Makefile @@ -5,7 +5,7 @@ CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org COMMENT?= Screen locker for Wayland -WWW= https://github.com/swaywm/swaylock +WWW?= https://github.com/swaywm/swaylock LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |