diff --git a/astro/py-jplephem/Makefile b/astro/py-jplephem/Makefile index fec764f21..c8b98b2d2 100644 --- a/astro/py-jplephem/Makefile +++ b/astro/py-jplephem/Makefile @@ -13,7 +13,6 @@ CATEGORIES= astro PERMIT_PACKAGE= Yes SITES.jpl= https://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/a_old_versions/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.jpl= de405.bsp de421.bsp EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 601297937..750310710 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS-maps= astro/sunclock PKG_ARCH-maps= * # GPL -PERMIT_PACKAGE= Yes +PERMIT_PACKAGE= Yes PERMIT_PACKAGE-maps= no license for additional maps WANTLIB-main= X11 Xpm c m z jpeg png @@ -35,17 +35,12 @@ DIST_SUBDIR= sunclock LIB_DEPENDS-main= graphics/jpeg \ graphics/png -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - .if ${BUILD_PACKAGES:M-maps} # with maps -DISTFILES+= ${SUPDISTFILES} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SUPDISTFILES} +EXTRACT_ONLY= ${DISTFILES:M*.tar*} post-extract: - PATH=${PORTPATH} ${BZIP2} -dkc ${FULLDISTDIR}/medium_images_270804.tar.bz2 | tar -xf - \ - -C ${WRKSRC}/vmf -s '#images/medium#.#' - PATH=${PORTPATH} ${BZIP2} -dkc ${FULLDISTDIR}/big_images_270804.tar.bz2 | tar -xf - \ - -C ${WRKSRC}/vmf -s '#images/big#.#' + mv ${WRKDIR}/images/*/* ${WRKSRC}/vmf/ cp ${FULLDISTDIR}/e43_color1_sh_16k.jpg ${WRKSRC}/vmf/ cp ${FULLDISTDIR}/huge.jpg ${WRKSRC}/vmf/ .endif diff --git a/astro/sunclock/distinfo b/astro/sunclock/distinfo index 99a517d9f..1e865c678 100644 --- a/astro/sunclock/distinfo +++ b/astro/sunclock/distinfo @@ -2,7 +2,7 @@ SHA256 (sunclock/big_images_270804.tar.bz2) = 31+Cy8zCDY0cwO2AGyHMCBjzD0qsqV+4zC SHA256 (sunclock/e43_color1_sh_16k.jpg) = BC2+a267GIMX35KRysfYHKFS4MuGfvc8O3iiJhd8sLQ= SHA256 (sunclock/huge.jpg) = uqQhPRRUiGfWexYzmC12WykMwPLWGP0nitEqdnA5Yls= SHA256 (sunclock/medium_images_270804.tar.bz2) = 0RFqdPNlSwKsnRzyc+5rdE+wlgYbIbDM3TTM+3kh68U= -SHA256 (sunclock/sunclock-3.57.tar.bz2) = 4328200ceaa31160e901fb855d664033566d72b26a90605acc5d0ed9365402be +SHA256 (sunclock/sunclock-3.57.tar.bz2) = QyggDOqjEWDpAfuFXWZAM1ZtcrJqkGBazF0O2TZUAr4= SIZE (sunclock/big_images_270804.tar.bz2) = 11871465 SIZE (sunclock/e43_color1_sh_16k.jpg) = 20507641 SIZE (sunclock/huge.jpg) = 11783876 diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 8f9c18b8a..1212a19d0 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -23,8 +23,6 @@ LIB_DEPENDS = ${MODTK_LIB_DEPENDS} RUN_DEPENDS = shells/bash -PATCHORIG = .patch.orig - WRKCONF = ${WRKSRC}/scripts CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${X11BASE}/include" \ diff --git a/devel/Makefile b/devel/Makefile index 4223e598f..086b09a5c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -803,6 +803,7 @@ SUBDIR += p5-Hash-Merge-Simple SUBDIR += p5-Hash-MultiValue SUBDIR += p5-Hash-NoRef + SUBDIR += p5-Hash-Ordered SUBDIR += p5-Hash-Util-FieldHash-Compat SUBDIR += p5-Heap SUBDIR += p5-Hook-LexWrap diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 19d06ad66..273ceaca9 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -12,7 +12,6 @@ DISTNAME= gc-${VERSION} PKGNAME-atomic= libatomic_ops-${LIBAO_VERSION} PKGNAME-main= boehm-gc-${VERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.lib = libatomic_ops-${LIBAO_VERSION}${EXTRACT_SUFX} MULTI_PACKAGES= -main -atomic diff --git a/devel/codechecker/Makefile b/devel/codechecker/Makefile index df882a90a..240d51128 100644 --- a/devel/codechecker/Makefile +++ b/devel/codechecker/Makefile @@ -18,10 +18,9 @@ PERMIT_PACKAGE = Yes DIST_SUBDIR = codechecker-${GH_TAGNAME} SITES.a = https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.30.0/ SITES.b = https://raw.githubusercontent.com/codemirror/CodeMirror/master/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} -DISTFILES.a = codemirror.min.js codemirror.min.css \ +DISTFILES.a = codemirror.min.js codemirror.min.css \ clike.min.js{/mode/clike/clike.min.js} -DISTFILES.b= codemirror.LICENSE{LICENSE} +DISTFILES.b= codemirror.LICENSE{LICENSE} EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX} diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index 1da9d70d5..4131c7a9c 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -10,7 +10,6 @@ REVISION = 0 # proper vendored tarball and this step should not be needed. SITES.t = https://github.com/rizinorg/cutter-translations/archive/ TRANSLATIONS_COMMIT = 97429865 -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.t = cutter-translations-{}${TRANSLATIONS_COMMIT}.tar.gz CATEGORIES = devel diff --git a/devel/git/Makefile b/devel/git/Makefile index aa53d1ed4..f9cdc1a18 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -113,9 +113,6 @@ TEST_ENV = GIT_TEST_OPTS=${GIT_TEST_OPTS:Q} \ # one expensive test needs explicit enabling TEST_ENV += GIT_TEST_CLONE_2GB=true -# ${WRKSRC}/t/t4256/1/mailinfo.c.orig -PATCHORIG = .pat.orig - post-extract: @mkdir -p ${WRKSRC}/doc ${TAR} -C ${WRKSRC}/doc -xzf ${FULLDISTDIR}/${DOC_DISTFILE} diff --git a/devel/jdk/1.8/Makefile b/devel/jdk/1.8/Makefile index 4453ac137..34b710c89 100644 --- a/devel/jdk/1.8/Makefile +++ b/devel/jdk/1.8/Makefile @@ -17,7 +17,6 @@ REVISION= 1 DIST_SUBDIR= jdk DISTNAME= jdk8u${UPDATE_VER}-${BUILD_VER}.${BSD_PORT_REL} BOOTJDK_DATE= 20230629 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} WRKDIST= ${WRKDIR}/jdk8u-jdk8u${UPDATE_VER}-${BUILD_VER}.${BSD_PORT_REL} CATEGORIES= devel/jdk java diff --git a/devel/jdk/11/Makefile b/devel/jdk/11/Makefile index 44a89470a..ca112b5a6 100644 --- a/devel/jdk/11/Makefile +++ b/devel/jdk/11/Makefile @@ -16,7 +16,6 @@ REVISION= 0 DIST_SUBDIR= jdk DISTNAME= jdk-${VERSION_STR} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} WRKDIST= ${WRKDIR}/jdk11u-jdk-${BASE_VER}-${PATCH_VER}-${BSD_PORT_REL} BOOTJDK_DATE= 20230630 diff --git a/devel/jdk/17/Makefile b/devel/jdk/17/Makefile index 42b014059..3e514c0ec 100644 --- a/devel/jdk/17/Makefile +++ b/devel/jdk/17/Makefile @@ -16,7 +16,6 @@ REVISION= 0 DIST_SUBDIR= jdk DISTNAME= jdk-${VERSION_STR} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} WRKDIST= ${WRKDIR}/jdk17u-jdk-${BASE_VER}-${PATCH_VER}-${BSD_PORT_REL} BOOTJDK_DATE= 20230630 diff --git a/devel/leiningen/Makefile b/devel/leiningen/Makefile index 1e3358ff6..03cb75079 100644 --- a/devel/leiningen/Makefile +++ b/devel/leiningen/Makefile @@ -10,10 +10,9 @@ CATEGORIES = devel lang HOMEPAGE = https://leiningen.org -SITES.jar = ${SITES:S/archive/releases\/download/} -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} +SITES.jar = https://github.com/technomancy/leiningen/releases/download/${GH_TAGNAME}/ DISTFILES.jar = ${JAR_FILE} -EXTRACT_ONLY = ${DISTFILES} +EXTRACT_ONLY = ${DISTFILES:N*.jar} # EPL PERMIT_PACKAGE = Yes diff --git a/devel/p5-Hash-Ordered/Makefile b/devel/p5-Hash-Ordered/Makefile new file mode 100644 index 000000000..3c42457f8 --- /dev/null +++ b/devel/p5-Hash-Ordered/Makefile @@ -0,0 +1,20 @@ +COMMENT = fast, pure-Perl ordered hash class + +DISTNAME = Hash-Ordered-0.014 + +CATEGORIES = devel + +MAINTAINER = Wen Heping + +# Apache 2.0 +PERMIT_PACKAGE = Yes + +MODULES = cpan + +TEST_DEPENDS = devel/p5-Test-Deep \ + devel/p5-Test-FailWarnings \ + devel/p5-Test-Fatal + +PKG_ARCH = * + +.include diff --git a/devel/p5-Hash-Ordered/distinfo b/devel/p5-Hash-Ordered/distinfo new file mode 100644 index 000000000..e5f5a86e8 --- /dev/null +++ b/devel/p5-Hash-Ordered/distinfo @@ -0,0 +1,2 @@ +SHA256 (Hash-Ordered-0.014.tar.gz) = jcNs15FVrjerij3l/ZEg/7qaMeQJJYwoUp7FJRxZdHs= +SIZE (Hash-Ordered-0.014.tar.gz) = 36831 diff --git a/devel/p5-Hash-Ordered/pkg/DESCR b/devel/p5-Hash-Ordered/pkg/DESCR new file mode 100644 index 000000000..361b86a88 --- /dev/null +++ b/devel/p5-Hash-Ordered/pkg/DESCR @@ -0,0 +1,5 @@ +This module implements an ordered hash, meaning that it associates keys +with values like a Perl hash, but keeps the keys in a consistent order. +Because it is implemented as an object and manipulated with method +calls, it is much slower than a Perl hash. This is the cost of keeping +order. diff --git a/devel/p5-Hash-Ordered/pkg/PLIST b/devel/p5-Hash-Ordered/pkg/PLIST new file mode 100644 index 000000000..815f9cba6 --- /dev/null +++ b/devel/p5-Hash-Ordered/pkg/PLIST @@ -0,0 +1,6 @@ +${P5SITE}/Hash/ +${P5SITE}/Hash/Ordered/ +${P5SITE}/Hash/Ordered.pm +${P5SITE}/Hash/Ordered/Benchmarks.pod +@man man/man3p/Hash::Ordered.3p +@man man/man3p/Hash::Ordered::Benchmarks.3p diff --git a/devel/radare2/main/Makefile b/devel/radare2/main/Makefile index f3860cf4e..6f5c44ed1 100644 --- a/devel/radare2/main/Makefile +++ b/devel/radare2/main/Makefile @@ -12,7 +12,6 @@ VECTOR35_ARM64_COMMIT = 9ab2b0be VECTOR35_ARMV7_COMMIT = dde39f69 SITES.arm64 = https://github.com/radareorg/vector35-arch-arm64/archive/ SITES.armv7 = https://github.com/radareorg/vector35-arch-armv7/archive/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.arm64 = vector35-arch-arm64-{}${VECTOR35_ARM64_COMMIT}.tar.gz DISTFILES.armv7 = vector35-arch-armv7-{}${VECTOR35_ARMV7_COMMIT}.tar.gz diff --git a/devel/riscv32-esp-elf/gcc/Makefile b/devel/riscv32-esp-elf/gcc/Makefile index dc065dcf5..b6d147c37 100644 --- a/devel/riscv32-esp-elf/gcc/Makefile +++ b/devel/riscv32-esp-elf/gcc/Makefile @@ -19,7 +19,6 @@ SUBST_VARS += V LIBELF = libelf-0.8.13 SITES.elf = https://github.com/earlephilhower/esp-quick-toolchain/raw/master/blobs/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.elf = ${LIBELF}${EXTRACT_SUFX} .if ${MACHINE_ARCH} == "powerpc64" diff --git a/devel/xtensa-esp32-elf/gcc/Makefile b/devel/xtensa-esp32-elf/gcc/Makefile index 2cc8b54c7..775d56b84 100644 --- a/devel/xtensa-esp32-elf/gcc/Makefile +++ b/devel/xtensa-esp32-elf/gcc/Makefile @@ -19,7 +19,6 @@ SUBST_VARS += V LIBELF = libelf-0.8.13 SITES.elf = https://github.com/earlephilhower/esp-quick-toolchain/raw/master/blobs/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.elf = ${LIBELF}${EXTRACT_SUFX} .if ${MACHINE_ARCH} == "powerpc64" diff --git a/devel/xtensa-esp32s2-elf/gcc/Makefile b/devel/xtensa-esp32s2-elf/gcc/Makefile index 2cc8b54c7..775d56b84 100644 --- a/devel/xtensa-esp32s2-elf/gcc/Makefile +++ b/devel/xtensa-esp32s2-elf/gcc/Makefile @@ -19,7 +19,6 @@ SUBST_VARS += V LIBELF = libelf-0.8.13 SITES.elf = https://github.com/earlephilhower/esp-quick-toolchain/raw/master/blobs/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.elf = ${LIBELF}${EXTRACT_SUFX} .if ${MACHINE_ARCH} == "powerpc64" diff --git a/devel/xtensa-esp32s3-elf/gcc/Makefile b/devel/xtensa-esp32s3-elf/gcc/Makefile index 2cc8b54c7..775d56b84 100644 --- a/devel/xtensa-esp32s3-elf/gcc/Makefile +++ b/devel/xtensa-esp32s3-elf/gcc/Makefile @@ -19,7 +19,6 @@ SUBST_VARS += V LIBELF = libelf-0.8.13 SITES.elf = https://github.com/earlephilhower/esp-quick-toolchain/raw/master/blobs/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.elf = ${LIBELF}${EXTRACT_SUFX} .if ${MACHINE_ARCH} == "powerpc64" diff --git a/devel/xtensa-lx106-elf/gcc/Makefile b/devel/xtensa-lx106-elf/gcc/Makefile index a5431264b..35aef63ab 100644 --- a/devel/xtensa-lx106-elf/gcc/Makefile +++ b/devel/xtensa-lx106-elf/gcc/Makefile @@ -33,7 +33,6 @@ PATCH_DIST_STRIP = -p1 LIBELF = libelf-0.8.13 SITES.elf = https://github.com/earlephilhower/esp-quick-toolchain/raw/master/blobs/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.elf = ${LIBELF}${EXTRACT_SUFX} .if ${MACHINE_ARCH} == "powerpc64" diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index c1f66f393..2511ac325 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -23,7 +23,7 @@ SHARED_LIBS += wpg-0.3-lo 3.4 # 3.4 SHARED_LIBS += wps-0.4-lo 4.12 # 4.12 BV= 7.6 -VERSION= ${BV}.1.2 +VERSION= ${BV}.2.1 DISTNAME= libreoffice-${VERSION} WRKDIST= ${WRKDIR}/libreoffice-${VERSION} CATEGORIES= editors productivity diff --git a/editors/libreoffice/distinfo b/editors/libreoffice/distinfo index 121e8a478..fae591b1c 100644 --- a/editors/libreoffice/distinfo +++ b/editors/libreoffice/distinfo @@ -59,10 +59,10 @@ SHA256 (libreoffice/liborcus-0.18.1.tar.xz) = YAa58VdjFeMT33FafnKhfz4LF9e2vRGc+o SHA256 (libreoffice/libpagemaker-0.0.4.tar.xz) = Zq2s1wWn0ZiV4I6sRtHoUTMq3y5zbFZr7xFk56RCUZ0= SHA256 (libreoffice/libqxp-0.0.2.tar.xz) = 4Te2sRASClLJjt0C69xAle4I0NUpWpQxapgXUAlalFw= SHA256 (libreoffice/libre-hebrew-1.0.tar.gz) = 9ZYlfB23Bs41eVsY1/ZqTbmdQncl8g6ThJFLU0FCV5o= -SHA256 (libreoffice/libreoffice-7.6.1.2.tar.xz) = djp5n/Fa/uCwsCvyIgAKkOkQHTBHtb/BT2/JR1mDPR0= -SHA256 (libreoffice/libreoffice-dictionaries-7.6.1.2.tar.xz) = SXWZIslWAZPkn2yfuQ33YKR1bfCx+zOkHXyZ+YtYB5o= -SHA256 (libreoffice/libreoffice-help-7.6.1.2.tar.xz) = IFsLT9kiIA6W8zlkoH8PzRCiwEuOBBpwLWj7oww/NCg= -SHA256 (libreoffice/libreoffice-translations-7.6.1.2.tar.xz) = TZQrcJhp+1BPYuTexOIT3+FXdaDrDhJgj25XhjKTPkY= +SHA256 (libreoffice/libreoffice-7.6.2.1.tar.xz) = 5dJzO9As4kwwIHeVt3ufXitaujoUdzN1+1zCKO0rnKI= +SHA256 (libreoffice/libreoffice-dictionaries-7.6.2.1.tar.xz) = 7xJ+NTXYiSjmcIBCeVUdgVcOVwogO38pWUHe9Fc7wxQ= +SHA256 (libreoffice/libreoffice-help-7.6.2.1.tar.xz) = a9wnAnpgMDF4XWxlB4UHOt2NVYcquBoVBnRZ7hts0Ug= +SHA256 (libreoffice/libreoffice-translations-7.6.2.1.tar.xz) = WyOfphJ+h7ALeZCl7e+WsfpSL4DB2W4/h0nZUZD21go= SHA256 (libreoffice/libstaroffice-0.0.7.tar.xz) = +U+wrYIW+XEnvt7xY6RYhrQ8Yt6sXlsPXmKOI0IgyNs= SHA256 (libreoffice/libvisio-0.1.7.tar.xz) = j6+N+HDLJ7CaeHoZWdbGRvqkTQ2KsVGIPfQItxZr6kw= SHA256 (libreoffice/libwpg-0.3.4.tar.xz) = tV/alEDR4HBjDrJIfYuGl89BLCFKJ8runfac7HwATeM= @@ -138,10 +138,10 @@ SIZE (libreoffice/liborcus-0.18.1.tar.xz) = 2070352 SIZE (libreoffice/libpagemaker-0.0.4.tar.xz) = 306496 SIZE (libreoffice/libqxp-0.0.2.tar.xz) = 341760 SIZE (libreoffice/libre-hebrew-1.0.tar.gz) = 531276 -SIZE (libreoffice/libreoffice-7.6.1.2.tar.xz) = 280220916 -SIZE (libreoffice/libreoffice-dictionaries-7.6.1.2.tar.xz) = 53323084 -SIZE (libreoffice/libreoffice-help-7.6.1.2.tar.xz) = 166959304 -SIZE (libreoffice/libreoffice-translations-7.6.1.2.tar.xz) = 216793420 +SIZE (libreoffice/libreoffice-7.6.2.1.tar.xz) = 280623380 +SIZE (libreoffice/libreoffice-dictionaries-7.6.2.1.tar.xz) = 52992556 +SIZE (libreoffice/libreoffice-help-7.6.2.1.tar.xz) = 166958512 +SIZE (libreoffice/libreoffice-translations-7.6.2.1.tar.xz) = 216806496 SIZE (libreoffice/libstaroffice-0.0.7.tar.xz) = 707920 SIZE (libreoffice/libvisio-0.1.7.tar.xz) = 854296 SIZE (libreoffice/libwpg-0.3.4.tar.xz) = 340428 diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 56e3401f2..00ace884d 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -31,7 +31,6 @@ LUACOMPAT_VER = v0.9 SITES.a = https://github.com/luvit/luv/archive/ SITES.b = https://github.com/LuaJIT/LuaJIT/archive/ SITES.c = https://github.com/keplerproject/lua-compat-5.3/archive/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.a = luv-{}${LUV_VER}${EXTRACT_SUFX} DISTFILES.b = luajit-{}${LUAJIT_VER}${EXTRACT_SUFX} DISTFILES.c = lua-compat-5.3-{}${LUACOMPAT_VER}${EXTRACT_SUFX} diff --git a/editors/vis/Makefile b/editors/vis/Makefile index 2f15bce7b..1f256b6d6 100644 --- a/editors/vis/Makefile +++ b/editors/vis/Makefile @@ -20,7 +20,6 @@ WANTLIB += c curses iconv intl m termkey tre ${MODLUA_WANTLIB} SITES = ${HOMEPAGE}/releases/download/v${V}/ SITES.test = ${HOMEPAGE}-test/releases/download/v${TEST_V}/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.test = ${TEST_DISTNAME}${EXTRACT_SUFX} MODULES = lang/lua diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 18a498605..97d7c1b17 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -2,8 +2,9 @@ USE_WXNEEDED = Yes COMMENT = Nintendo DS emulator -DISTNAME = desmume-0.9.11 -REVISION = 12 +V = 0.9.13 +DISTNAME = desmume-${V} +EXTRACT_SUFX = .tar.xz CATEGORIES = emulators @@ -12,37 +13,36 @@ HOMEPAGE = https://desmume.org/ # GPLv2+ PERMIT_PACKAGE = Yes -WANTLIB += agg c m pthread ${LIBCXX} z GL GLU X11 Xcomposite +WANTLIB += ${COMPILER_LIBCXX} GL GLU SDL2 SoundTouch X11 Xcomposite WANTLIB += Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender -WANTLIB += fontconfig freetype gdk_pixbuf-2.0 gio-2.0 -WANTLIB += glib-2.0 gobject-2.0 gthread-2.0 SDL SoundTouch -WANTLIB += atk-1.0 cairo gdk-x11-2.0 gtk-x11-2.0 iconv intl -WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 zzip -WANTLIB += harfbuzz +WANTLIB += agg atk-1.0 c cairo fontconfig freetype gdk-x11-2.0 +WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gthread-2.0 +WANTLIB += gtk-x11-2.0 harfbuzz intl m pango-1.0 pangocairo-1.0 +WANTLIB += pangoft2-1.0 pcap z zzip -SITES = ${SITE_SOURCEFORGE:=desmume/} +SITES = https://github.com/TASEmulators/desmume/releases/download/release_${V:S/./_/g}/ RUN_DEPENDS = devel/desktop-file-utils LIB_DEPENDS = archivers/zziplib \ audio/soundtouch \ - devel/sdl \ + devel/sdl2 \ graphics/agg \ graphics/gdk-pixbuf2 \ x11/gtk+2 -CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - MODULES = textproc/intltool - COMPILER = base-clang ports-gcc +FIX_CRLF_FILES = desmume/src/arm_jit.cpp \ + desmume/src/utils/task.cpp + CONFIGURE_STYLE = gnu -FIX_CRLF_FILES = src/MMU_timing.h \ - src/path.h \ - src/arm_jit.cpp \ - src/utils/AsmJit/core/stringbuilder.h + +CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +WRKSRC=${WRKDIST}/desmume/src/frontend/posix .include diff --git a/emulators/desmume/distinfo b/emulators/desmume/distinfo index 37d0ab282..66185f9f5 100644 --- a/emulators/desmume/distinfo +++ b/emulators/desmume/distinfo @@ -1,2 +1,2 @@ -SHA256 (desmume-0.9.11.tar.gz) = OrNLpswAlWYkUCXB3ZS/RJtqG0FtJDh8tC4YPHjjiJY= -SIZE (desmume-0.9.11.tar.gz) = 5359305 +SHA256 (desmume-0.9.13.tar.xz) = VzRFDgwl9ELdRM2mpAQQ/WVHD0/i+h658Le22uItq68= +SIZE (desmume-0.9.13.tar.xz) = 10437780 diff --git a/emulators/desmume/patches/patch-src_arm_jit_cpp b/emulators/desmume/patches/patch-desmume_src_arm_jit_cpp similarity index 73% rename from emulators/desmume/patches/patch-src_arm_jit_cpp rename to emulators/desmume/patches/patch-desmume_src_arm_jit_cpp index 8ddfaf1d2..6f3f2eee3 100644 --- a/emulators/desmume/patches/patch-src_arm_jit_cpp +++ b/emulators/desmume/patches/patch-desmume_src_arm_jit_cpp @@ -1,12 +1,12 @@ BSS is immutable so mark it as mutable so that mprotect RWX works -see: mimmutable(1) +see: mimmutable(2) https://github.com/google/syzkaller/commit/bc009f82ea71c399f19eef28f115ff5cda7be4ba -Index: src/arm_jit.cpp ---- src/arm_jit.cpp.orig -+++ src/arm_jit.cpp -@@ -198,7 +198,8 @@ static u8 recompile_counts[(1<<26)/16]; +Index: desmume/src/arm_jit.cpp +--- desmume/src/arm_jit.cpp.orig ++++ desmume/src/arm_jit.cpp +@@ -205,7 +205,8 @@ static u8 recompile_counts[(1<<26)/16]; // Reduces memory needed for function pointers. // FIXME win64 needs this too, x86_32 doesn't diff --git a/emulators/desmume/patches/patch-src_gtk_main_cpp b/emulators/desmume/patches/patch-desmume_src_frontend_posix_gtk2_main_cpp similarity index 71% rename from emulators/desmume/patches/patch-src_gtk_main_cpp rename to emulators/desmume/patches/patch-desmume_src_frontend_posix_gtk2_main_cpp index f111eb944..6e098071a 100644 --- a/emulators/desmume/patches/patch-src_gtk_main_cpp +++ b/emulators/desmume/patches/patch-desmume_src_frontend_posix_gtk2_main_cpp @@ -1,10 +1,10 @@ https://forums.desmume.org/viewtopic.php?id=10415 -Index: src/gtk/main.cpp ---- src/gtk/main.cpp.orig -+++ src/gtk/main.cpp -@@ -3131,6 +3131,11 @@ common_gtk_main( class configured_features *my_config) - pDrawingArea = gtk_drawing_area_new(); +Index: desmume/src/frontend/posix/gtk2/main.cpp +--- desmume/src/frontend/posix/gtk2/main.cpp.orig ++++ desmume/src/frontend/posix/gtk2/main.cpp +@@ -3551,6 +3551,11 @@ common_gtk_main( class configured_features *my_config) + gtk_container_add (GTK_CONTAINER (pVBox), pDrawingArea); + /* Set a black background color for a usable full-screen mode. */ diff --git a/emulators/desmume/patches/patch-desmume_src_libretro-common_rthreads_rthreads_c b/emulators/desmume/patches/patch-desmume_src_libretro-common_rthreads_rthreads_c new file mode 100644 index 000000000..32ef140c9 --- /dev/null +++ b/emulators/desmume/patches/patch-desmume_src_libretro-common_rthreads_rthreads_c @@ -0,0 +1,22 @@ +OpenBSD does not implement pthread_setname_np + +Index: desmume/src/libretro-common/rthreads/rthreads.c +--- desmume/src/libretro-common/rthreads/rthreads.c.orig ++++ desmume/src/libretro-common/rthreads/rthreads.c +@@ -54,6 +54,7 @@ + #include + #else + #include ++#include + #include + #endif + +@@ -323,7 +324,7 @@ void sthread_setname(sthread_t *thread, const char *na + // any thread. At the time of this writing (2021/08/30), there is no way to + // set the thread name from a different thread when running an Apple OS. + #if !defined(USE_WIN32_THREADS) && !defined(__APPLE__) +- pthread_setname_np(thread->id, name); ++ pthread_set_name_np(thread->id, name); + #endif + } + diff --git a/emulators/desmume/patches/patch-desmume_src_utils_task_cpp b/emulators/desmume/patches/patch-desmume_src_utils_task_cpp new file mode 100644 index 000000000..2e0fafcf0 --- /dev/null +++ b/emulators/desmume/patches/patch-desmume_src_utils_task_cpp @@ -0,0 +1,26 @@ +OpenBSD does not implement pthread_setname_np + +Index: desmume/src/utils/task.cpp +--- desmume/src/utils/task.cpp.orig ++++ desmume/src/utils/task.cpp +@@ -28,6 +28,11 @@ + #include + #endif + ++#ifdef __OpenBSD__ ++#include ++#include ++#endif ++ + class Task::Impl { + private: + sthread_t* _thread; +@@ -65,7 +70,7 @@ static void taskProc(void *arg) + #if defined(MAC_OS_X_VERSION_10_6) && (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6) + if (ctx->needSetThreadName) + { +- pthread_setname_np(ctx->threadName); ++ pthread_set_name_np(ctx->threadName); + ctx->needSetThreadName = false; + } + #endif diff --git a/emulators/desmume/patches/patch-desmume_src_wifi_cpp b/emulators/desmume/patches/patch-desmume_src_wifi_cpp new file mode 100644 index 000000000..e0f6e5912 --- /dev/null +++ b/emulators/desmume/patches/patch-desmume_src_wifi_cpp @@ -0,0 +1,13 @@ +Missing includes for INADDR_ANY + +Index: desmume/src/wifi.cpp +--- desmume/src/wifi.cpp.orig ++++ desmume/src/wifi.cpp +@@ -44,6 +44,7 @@ + #include + #include + #include ++#include + #define socket_t int + #define sockaddr_t struct sockaddr + #define closesocket close diff --git a/emulators/desmume/patches/patch-src_MMU_timing_h b/emulators/desmume/patches/patch-src_MMU_timing_h deleted file mode 100644 index 03350f9b8..000000000 --- a/emulators/desmume/patches/patch-src_MMU_timing_h +++ /dev/null @@ -1,19 +0,0 @@ -ports-gcc fix for: -error: enumerator value for 'BLOCKMASK' is not an integer constant -From: -https://sourceforge.net/p/desmume/bugs/1570/ - -Index: src/MMU_timing.h ---- src/MMU_timing.h.orig -+++ src/MMU_timing.h -@@ -155,8 +155,8 @@ class CacheController (private) - enum { ASSOCIATIVITY = 1 << ASSOCIATIVESHIFT }; - enum { BLOCKSIZE = 1 << BLOCKSIZESHIFT }; - enum { TAGSHIFT = SIZESHIFT - ASSOCIATIVESHIFT }; -- enum { TAGMASK = (u32)(~0 << TAGSHIFT) }; -- enum { BLOCKMASK = ((u32)~0 >> (32 - TAGSHIFT)) & (u32)(~0 << BLOCKSIZESHIFT) }; -+ enum { TAGMASK = (u32)(~0U << TAGSHIFT) }; -+ enum { BLOCKMASK = ((u32)~0U >> (32 - TAGSHIFT)) & (u32)(~0U << BLOCKSIZESHIFT) }; - enum { WORDSIZE = sizeof(u32) }; - enum { WORDSPERBLOCK = (1 << BLOCKSIZESHIFT) / WORDSIZE }; - enum { DATAPERWORD = WORDSIZE * ASSOCIATIVITY }; diff --git a/emulators/desmume/patches/patch-src_ctrlssdl_cpp b/emulators/desmume/patches/patch-src_ctrlssdl_cpp deleted file mode 100644 index 8d490a6a6..000000000 --- a/emulators/desmume/patches/patch-src_ctrlssdl_cpp +++ /dev/null @@ -1,26 +0,0 @@ -ports-gcc fix for: -error: invalid operands of types '__gnu_cxx::__enable_if::__type {aka double}' and 'int' to binary 'operator>>' -From: -https://sourceforge.net/p/desmume/bugs/1570/ - -Index: src/ctrlssdl.cpp ---- src/ctrlssdl.cpp.orig -+++ src/ctrlssdl.cpp -@@ -200,7 +200,7 @@ u16 get_joy_key(int index) { - break; - case SDL_JOYAXISMOTION: - /* Dead zone of 50% */ -- if( (abs(event.jaxis.value) >> 14) != 0 ) -+ if( ((u32)abs(event.jaxis.value) >> 14) != 0 ) - { - key = ((event.jaxis.which & 15) << 12) | JOY_AXIS << 8 | ((event.jaxis.axis & 127) << 1); - if (event.jaxis.value > 0) { -@@ -370,7 +370,7 @@ do_process_joystick_events( u16 *keypad, SDL_Event *ev - Note: button constants have a 1bit offset. */ - case SDL_JOYAXISMOTION: - key_code = ((event->jaxis.which & 15) << 12) | JOY_AXIS << 8 | ((event->jaxis.axis & 127) << 1); -- if( (abs(event->jaxis.value) >> 14) != 0 ) -+ if( ((u32)abs(event->jaxis.value) >> 14) != 0 ) - { - if (event->jaxis.value > 0) - key_code |= 1; diff --git a/emulators/desmume/patches/patch-src_gfx3d_cpp b/emulators/desmume/patches/patch-src_gfx3d_cpp deleted file mode 100644 index 5cb43494f..000000000 --- a/emulators/desmume/patches/patch-src_gfx3d_cpp +++ /dev/null @@ -1,53 +0,0 @@ -Index: src/gfx3d.cpp ---- src/gfx3d.cpp.orig -+++ src/gfx3d.cpp -@@ -1215,24 +1215,24 @@ static void gfx3d_glNormal(s32 v) - - //apply lighting model - u8 diffuse[3] = { -- (dsDiffuse)&0x1F, -- (dsDiffuse>>5)&0x1F, -- (dsDiffuse>>10)&0x1F }; -+ (u8)( dsDiffuse & 0x1F), -+ (u8)((dsDiffuse >> 5) & 0x1F), -+ (u8)((dsDiffuse >> 10) & 0x1F) }; - - u8 ambient[3] = { -- (dsAmbient)&0x1F, -- (dsAmbient>>5)&0x1F, -- (dsAmbient>>10)&0x1F }; -+ (u8)( dsAmbient & 0x1F), -+ (u8)((dsAmbient >> 5) & 0x1F), -+ (u8)((dsAmbient >> 10) & 0x1F) }; - - u8 emission[3] = { -- (dsEmission)&0x1F, -- (dsEmission>>5)&0x1F, -- (dsEmission>>10)&0x1F }; -+ (u8)( dsEmission & 0x1F), -+ (u8)((dsEmission >> 5) & 0x1F), -+ (u8)((dsEmission >> 10) & 0x1F) }; - - u8 specular[3] = { -- (dsSpecular)&0x1F, -- (dsSpecular>>5)&0x1F, -- (dsSpecular>>10)&0x1F }; -+ (u8)( dsSpecular & 0x1F), -+ (u8)((dsSpecular >> 5) & 0x1F), -+ (u8)((dsSpecular >> 10) & 0x1F) }; - - int vertexColor[3] = { emission[0], emission[1], emission[2] }; - -@@ -1241,9 +1241,9 @@ static void gfx3d_glNormal(s32 v) - if(!((lightMask>>i)&1)) continue; - - u8 _lightColor[3] = { -- (lightColor[i])&0x1F, -- (lightColor[i]>>5)&0x1F, -- (lightColor[i]>>10)&0x1F }; -+ (u8)( lightColor[i] & 0x1F), -+ (u8)((lightColor[i] >> 5) & 0x1F), -+ (u8)((lightColor[i] >> 10) & 0x1F) }; - - //This formula is the one used by the DS - //Reference : http://nocash.emubase.de/gbatek.htm#ds3dpolygonlightparameters diff --git a/emulators/desmume/patches/patch-src_path_h b/emulators/desmume/patches/patch-src_path_h deleted file mode 100644 index 64f0d46bf..000000000 --- a/emulators/desmume/patches/patch-src_path_h +++ /dev/null @@ -1,14 +0,0 @@ -From upstream 8454c93fa37ce9f3c8becc7004a2edddba22f3a1. - -Index: src/path.h ---- src/path.h.orig -+++ src/path.h -@@ -375,7 +375,7 @@ class PathInfo (public) - else if (strchr(strftimeArgs, *p)) - { - char tmp[MAX_PATH]; -- char format[] = { '%', *p, NULL }; -+ char format[] = { '%', *p, '\0' }; - strftime(tmp, MAX_PATH, format, time_struct); - file.append(tmp); - } diff --git a/emulators/desmume/patches/patch-src_utils_AsmJit_core_stringbuilder_h b/emulators/desmume/patches/patch-src_utils_AsmJit_core_stringbuilder_h deleted file mode 100644 index 31a475117..000000000 --- a/emulators/desmume/patches/patch-src_utils_AsmJit_core_stringbuilder_h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/utils/AsmJit/core/stringbuilder.h.orig Tue Apr 14 22:45:30 2015 -+++ src/utils/AsmJit/core/stringbuilder.h Tue Apr 14 22:45:45 2015 -@@ -10,6 +10,8 @@ - #ifndef _ASMJIT_CORE_STRINGBUILDER_H - #define _ASMJIT_CORE_STRINGBUILDER_H - -+#include -+ - // [Dependencies - AsmJit] - #include "../core/assert.h" - #include "../core/defs.h" diff --git a/emulators/desmume/patches/patch-src_utils_libfat_directory_cpp b/emulators/desmume/patches/patch-src_utils_libfat_directory_cpp deleted file mode 100644 index 26bd95516..000000000 --- a/emulators/desmume/patches/patch-src_utils_libfat_directory_cpp +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/utils/libfat/directory.cpp ---- src/utils/libfat/directory.cpp.orig -+++ src/utils/libfat/directory.cpp -@@ -139,7 +139,7 @@ static size_t _FAT_directory_mbstoucs2 (ucs2_t* dst, c - int bytes; - size_t count = 0; - -- while (count < len-1 && src != '\0') { -+ while (count < len-1 && *src != '\0') { - bytes = mbrtowc (&tempChar, src, MB_CUR_MAX, &ps); - if (bytes > 0) { - *dst = (ucs2_t)tempChar; diff --git a/emulators/desmume/patches/patch-src_utils_xstring_cpp b/emulators/desmume/patches/patch-src_utils_xstring_cpp deleted file mode 100644 index f566fbd1b..000000000 --- a/emulators/desmume/patches/patch-src_utils_xstring_cpp +++ /dev/null @@ -1,27 +0,0 @@ -Index: src/utils/xstring.cpp ---- src/utils/xstring.cpp.orig -+++ src/utils/xstring.cpp -@@ -277,8 +277,8 @@ std::string BytesToString(const void* data, int len) - { - Base64Table[ input[0] >> 2 ], - Base64Table[ ((input[0] & 0x03) << 4) | (input[1] >> 4) ], -- n<2 ? '=' : Base64Table[ ((input[1] & 0x0F) << 2) | (input[2] >> 6) ], -- n<3 ? '=' : Base64Table[ input[2] & 0x3F ] -+ (unsigned char)(n<2 ? '=' : Base64Table[ ((input[1] & 0x0F) << 2) | (input[2] >> 6) ]), -+ (unsigned char)(n<3 ? '=' : Base64Table[ input[2] & 0x3F ]) - }; - ret.append(output, output+4); - } -@@ -342,9 +342,9 @@ bool StringToBytes(const std::string& str, void* data, - } - unsigned char outpacket[3] = - { -- (converted[0] << 2) | (converted[1] >> 4), -- (converted[1] << 4) | (converted[2] >> 2), -- (converted[2] << 6) | (converted[3]) -+ (unsigned char)((converted[0] << 2) | (converted[1] >> 4)), -+ (unsigned char)((converted[1] << 4) | (converted[2] >> 2)), -+ (unsigned char)((converted[2] << 6) | (converted[3])) - }; - int outlen = (input[2] == '=') ? 1 : (input[3] == '=' ? 2 : 3); - if(outlen > len) outlen = len; diff --git a/emulators/desmume/patches/patch-src_wifi_cpp b/emulators/desmume/patches/patch-src_wifi_cpp deleted file mode 100644 index d286bf5ec..000000000 --- a/emulators/desmume/patches/patch-src_wifi_cpp +++ /dev/null @@ -1,15 +0,0 @@ -Index: src/wifi.cpp ---- src/wifi.cpp.orig -+++ src/wifi.cpp -@@ -314,9 +314,9 @@ WifiComInterface* wifiCom; - - #if (WIFI_LOGGING_LEVEL >= 1) - #if WIFI_LOG_USE_LOGC -- #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) LOGC(8, "WIFI: "__VA_ARGS__); -+ #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) LOGC(8, "WIFI: " __VA_ARGS__); - #else -- #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) printf("WIFI: "__VA_ARGS__); -+ #define WIFI_LOG(level, ...) if(level <= WIFI_LOGGING_LEVEL) printf("WIFI: " __VA_ARGS__); - #endif - #else - #define WIFI_LOG(level, ...) {} diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile index 65d992aa9..fa07e4870 100644 --- a/games/fheroes2/Makefile +++ b/games/fheroes2/Makefile @@ -1,8 +1,6 @@ COMMENT = engine recreation for Heroes of Might and Magic 2 -GH_ACCOUNT = ihhub -GH_PROJECT = fheroes2 -GH_TAGNAME = 1.0.7 +DIST_TUPLE = github ihhub fheroes2 1.0.8 . CATEGORIES = games HOMEPAGE = https://ihhub.github.io/fheroes2/ MAINTAINER = Thomas Frohwein diff --git a/games/fheroes2/distinfo b/games/fheroes2/distinfo index 9a963feb7..9bdd58958 100644 --- a/games/fheroes2/distinfo +++ b/games/fheroes2/distinfo @@ -1,2 +1,2 @@ -SHA256 (fheroes2-1.0.7.tar.gz) = 9rslTd2EjGpl7XzWhjx1VILCiHnjqX8LH1Qh2TnJYm8= -SIZE (fheroes2-1.0.7.tar.gz) = 11680993 +SHA256 (ihhub-fheroes2-1.0.8.tar.gz) = RAR8eHWXorSh9X9hicnHsCSHKZMjJ6oKeXO1XpiJroc= +SIZE (ihhub-fheroes2-1.0.8.tar.gz) = 11757081 diff --git a/games/fs2open/Makefile b/games/fs2open/Makefile index 14863aed2..3664e16c2 100644 --- a/games/fs2open/Makefile +++ b/games/fs2open/Makefile @@ -28,7 +28,6 @@ LIBROCKET = ecd648a43aff8a9f3daf064d75ca5725237d5b38 SITES.a = https://github.com/asarium/cmake-modules/archive/ SITES.b = https://github.com/asarium/libRocket/archive/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.a = ${RPAVLIK_CMAKE_MOD}.tar.gz DISTFILES.b = ${LIBROCKET}.tar.gz diff --git a/games/godot/Makefile b/games/godot/Makefile index c074854ca..dd1c3e2a1 100644 --- a/games/godot/Makefile +++ b/games/godot/Makefile @@ -2,12 +2,12 @@ BROKEN-powerpc = fails at runtime, the UI is totally blank COMMENT-main = 2D and 3D game engine COMMENT-tools= 2D and 3D game engine (with tools) -COMMENT-sharp = glue for mono/C# module of Godot +COMMENT-sharp= .NET libs for mono/C# module of Godot -V = 3.5.2 +V = 3.5.3 +SHARPFILES_V = 3.5.2 DISTNAME = godot-${V}-stable PKGNAME = godot-${V} -REVISION = 6 CATEGORIES = games @@ -35,11 +35,11 @@ WANTLIB-tools = ${WANTLIB} COMPILER = base-clang ports-gcc SITES = https://downloads.tuxfamily.org/godotengine/${V}/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} EXTRACT_SUFX = .tar.xz SITES.sharp = https://thfr.info/distfiles/ -DISTFILES.sharp = godot-${V}-mono-glue.tar.gz godot-${V}-nuget-packages.tar.xz +DISTFILES.sharp = godot-${SHARPFILES_V}-mono-glue.tar.gz \ + godot-${SHARPFILES_V}-nuget-packages.tar.xz DIST_TUPLE += github CoaguCo-Industries GodotSteam v3.20 godotsteam # MIT @@ -100,14 +100,7 @@ DPB_PROPERTIES = parallel .include -IS_MONO_ARCH= -.for _arch in ${MONO_ARCHS} -. if ${MACHINE_ARCH} == ${_arch} -IS_MONO_ARCH = 1 -. endif -.endfor - -.if !empty(IS_MONO_ARCH) +.if ${PROPERTIES:Mmono} USE_WXNEEDED = Yes USE_NOBTCFI = Yes PORTHOME = ${WRKDIR}/nugethome @@ -126,17 +119,8 @@ RUN_DEPENDS-sharp = RUN_DEPENDS-main = games/godot,-sharp RUN_DEPENDS-tools += devel/msbuild \ games/godot,-sharp -GLUEDIR = ${WRKDIR}/godot-${V}-mono-glue +GLUEDIR = ${WRKDIR}/godot-${SHARPFILES_V}-mono-glue MONOSUFFIX = .mono -SHARP_POST_EXTRACT = mkdir -p ${PORTHOME}/.nuget; \ - mv ${WRKDIR}/godot-${V}-nuget-packages ${PORTHOME}/.nuget/packages; \ - mv ${GLUEDIR}/mono_glue.gen.cpp ${WRKSRC}/modules/mono/glue/; \ - mv ${GLUEDIR}/GodotSharp/GodotSharp/Generated \ - ${WRKSRC}/modules/mono/glue/GodotSharp/GodotSharp/; \ - mv ${GLUEDIR}/GodotSharp/GodotSharpEditor/Generated \ - ${WRKSRC}/modules/mono/glue/GodotSharp/GodotSharpEditor/ -SHARP_DO_INSTALL = ${INSTALL_DATA_DIR} ${PREFIX}/share/godot; \ - cp -R ${WRKBUILD}/bin/GodotSharp ${PREFIX}/share/godot/ .else BUILD_PACKAGES := ${BUILD_PACKAGES:N-sharp} MONOSUFFIX = @@ -165,7 +149,15 @@ post-extract: cp -R ${FILESDIR}/sndio ${WRKDIST}/drivers cp ${FILESDIR}/ujoy/joypad_openbsd.{cpp,h} \ ${WRKDIST}/platform/x11/ - ${SHARP_POST_EXTRACT} +.if ${PROPERTIES:Mmono} + mkdir -p ${PORTHOME}/.nuget + mv ${WRKDIR}/godot-${SHARPFILES_V}-nuget-packages ${PORTHOME}/.nuget/packages + mv ${GLUEDIR}/mono_glue.gen.cpp ${WRKSRC}/modules/mono/glue/ + mv ${GLUEDIR}/GodotSharp/GodotSharp/Generated \ + ${WRKSRC}/modules/mono/glue/GodotSharp/GodotSharp/ + mv ${GLUEDIR}/GodotSharp/GodotSharpEditor/Generated \ + ${WRKSRC}/modules/mono/glue/GodotSharp/GodotSharpEditor +.endif pre-configure: ${SUBST_CMD} ${WRKSRC}/misc/dist/linux/*.desktop @@ -190,7 +182,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/bin/godot.x11.opt.tools.${BINSUFFIX}${MONOSUFFIX} \ ${PREFIX}/bin/godot-tools # GodotSharp files if built - ${SHARP_DO_INSTALL} +.if ${PROPERTIES:Mmono} + ${INSTALL_DATA_DIR} ${PREFIX}/share/godot + cp -R ${WRKBUILD}/bin/GodotSharp ${PREFIX}/share/godot/ +.endif # Rest: man pages, icons, desktop integration ${INSTALL_MAN_DIR} ${PREFIX}/man/man6 ${INSTALL_MAN} ${WRKSRC}/misc/dist/linux/godot.6 \ diff --git a/games/godot/distinfo b/games/godot/distinfo index 458896a73..e98c836fa 100644 --- a/games/godot/distinfo +++ b/games/godot/distinfo @@ -1,8 +1,8 @@ SHA256 (CoaguCo-Industries-GodotSteam-v3.20.tar.gz) = FoAl3iZ+1CWwIPXwJZ9S7q3QMn//RslYT06tXkc38QU= SHA256 (godot-3.5.2-mono-glue.tar.gz) = ezUneQt2JzlsQPF4FvSCcNtJiYbdb3NEY4Lvjj/gz64= SHA256 (godot-3.5.2-nuget-packages.tar.xz) = RXlTjB1IgjZEP2ZJY05xoGQv8XTRKHxwPaMmiNdduQE= -SHA256 (godot-3.5.2-stable.tar.xz) = tDodaynqJby6+86/e6CEMmGqEjfic5SUU4oiANjHvmI= +SHA256 (godot-3.5.3-stable.tar.xz) = PLSBJrdoWPQM9UvTRbuE3B9J2eb4pKdCWthugF05cB0= SIZE (CoaguCo-Industries-GodotSteam-v3.20.tar.gz) = 253832 SIZE (godot-3.5.2-mono-glue.tar.gz) = 1094618 SIZE (godot-3.5.2-nuget-packages.tar.xz) = 55742184 -SIZE (godot-3.5.2-stable.tar.xz) = 24047432 +SIZE (godot-3.5.3-stable.tar.xz) = 24072964 diff --git a/games/godot/pkg/PLIST-main b/games/godot/pkg/PLIST-main index 875921754..80e3c31a6 100644 --- a/games/godot/pkg/PLIST-main +++ b/games/godot/pkg/PLIST-main @@ -1,3 +1,4 @@ @pkgpath games/godot @bin bin/godot @man man/man6/godot.6 +share/applications/ diff --git a/games/godot/pkg/PLIST-tools b/games/godot/pkg/PLIST-tools index 0815fad6c..91452226b 100644 --- a/games/godot/pkg/PLIST-tools +++ b/games/godot/pkg/PLIST-tools @@ -1,6 +1,5 @@ @conflict godot-<=3.4.4p0 @bin bin/godot-tools -share/applications/ share/applications/org.godotengine.Godot.desktop share/doc/pkg-readmes/${PKGSTEM} share/metainfo/ diff --git a/games/openmw/Makefile b/games/openmw/Makefile index b35dc1603..7dac25cbe 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -8,7 +8,6 @@ GH_PROJECT = openmw GH_TAGNAME = openmw-$V DISTNAME = openmw-$V -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.a = e75adf86f91eb3082220085e42dda62679f9a3ea.zip DIST_SUBDIR = openmw SITES.a = https://github.com/recastnavigation/recastnavigation/archive/ diff --git a/games/singularity/Makefile b/games/singularity/Makefile index c3a4d0255..7e6ec6adf 100644 --- a/games/singularity/Makefile +++ b/games/singularity/Makefile @@ -9,7 +9,6 @@ REVISION= 2 CATEGORIES= games -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.m = endgame-singularity-music-${MUSIC_V}.zip HOMEPAGE= http://emhsoft.com/singularity/ diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 98bc63b69..cc9ce3545 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -16,7 +16,6 @@ SITES= https://github.com/teeworlds/teeworlds/releases/download/${V}/ # therefore hosted as archive. SITES.a= http://si3t.ch/pub/openbsd/distfiles/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.a= teeworlds-${V}-data.tar.gz{teeworlds-data.tar.gz} # BSD-like diff --git a/geo/gpxsee/Makefile b/geo/gpxsee/Makefile index 943116216..f236865d9 100644 --- a/geo/gpxsee/Makefile +++ b/geo/gpxsee/Makefile @@ -2,7 +2,7 @@ COMMENT = gpx file viewer GH_PROJECT = GPXSee GH_ACCOUNT = tumic0 -GH_TAGNAME = 13.1 +GH_TAGNAME = 13.9 PKGNAME = ${DISTNAME:L} CATEGORIES = geo x11 diff --git a/geo/gpxsee/distinfo b/geo/gpxsee/distinfo index c9ef8b07a..fc9cc6d28 100644 --- a/geo/gpxsee/distinfo +++ b/geo/gpxsee/distinfo @@ -1,2 +1,2 @@ -SHA256 (GPXSee-13.1.tar.gz) = YnjX1K+I4H2FggMOXl+TB7sHlEfs/vblk2Ok40jAFDw= -SIZE (GPXSee-13.1.tar.gz) = 5494923 +SHA256 (GPXSee-13.9.tar.gz) = hgecfYBTpkg3BCaV5mbNT0qsf7AbGedhBs+bEkZTsi8= +SIZE (GPXSee-13.9.tar.gz) = 5630789 diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index 35a5dc526..6fa3ec8b9 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -5,7 +5,6 @@ CATEGORIES = graphics SITES = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9531/ SITES.t = https://jbig2dec.com/tests/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.t = jb2streams.zip SHARED_LIBS += jbig2dec 1.0 # 0.0 diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile index d38ae8412..b384c5470 100644 --- a/graphics/libjxl/Makefile +++ b/graphics/libjxl/Makefile @@ -7,7 +7,6 @@ GH_TESTDATA_COMMIT=98b37ee31189f1a31bb384191de0ea4b0358e0a0 CATEGORIES = graphics # add external test data -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.t = libjxl-testdata-${GH_TAGNAME}{${GH_TESTDATA_COMMIT}}${EXTRACT_SUFX} SITES.t = https://github.com/libjxl/testdata/archive/ diff --git a/graphics/orthanc/postgresql-plugin/Makefile b/graphics/orthanc/postgresql-plugin/Makefile index 426b760a4..50609f695 100644 --- a/graphics/orthanc/postgresql-plugin/Makefile +++ b/graphics/orthanc/postgresql-plugin/Makefile @@ -4,8 +4,7 @@ VERSION = 4.0 PLUGIN = PostgreSQL DISTNAME = Orthanc${PLUGIN}-${VERSION} -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_ONLY = ${DISTFILES} +EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.f = ${FRAMEWORK_DISTFILE} SITES.f = https://www.orthanc-server.com/downloads/get.php?path=/orthanc/ diff --git a/graphics/orthanc/webviewer-plugin/Makefile b/graphics/orthanc/webviewer-plugin/Makefile index 6f0ea30d4..2c19cab62 100644 --- a/graphics/orthanc/webviewer-plugin/Makefile +++ b/graphics/orthanc/webviewer-plugin/Makefile @@ -11,8 +11,7 @@ PLUGIN_3RDPARTY = cornerstone-0.11.0.zip \ js-url-1.8.6.zip DISTNAME = Orthanc${PLUGIN}-${VERSION} -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_ONLY = ${DISTFILES} +EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.p += ${PLUGIN_3RDPARTY} SITES.p = https://www.orthanc-server.com/downloads/third-party/WebViewer/ diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index e0b1a6e73..070ba0fd0 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -17,10 +17,9 @@ EXTRACT_SUFX= .tar.bz2 # We replace the included ancient copy of libpng with a later release # from the 1.2 branch. -EXTRACT_ONLY= ${DISTFILES} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PNG_V= 1.2.57 SITES.png= ${SITE_SOURCEFORGE:=libpng/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.png = libpng-${PNG_V}.tar.gz diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 8903ed5de..e251359ba 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 sw=4 filetype=make: -# $OpenBSD: bsd.port.mk,v 1.1625 2023/09/25 17:09:10 espie Exp $ +# $OpenBSD: bsd.port.mk,v 1.1626 2023/09/27 08:21:06 semarie Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -781,6 +781,12 @@ _LD_PROGRAM = /usr/bin/ld.lld . if ! ${PROPERTIES:Mlld} _NONDEFAULT_LD = Yes . endif +.elif ${USE_LLD:L} == "ports" +. if ! defined(MODCLANG_VERSION) +ERRORS += "can't use USE_LLD=ports without lang/clang inside MODULES" +. endif +_LD_PROGRAM = ${LOCALBASE}/llvm${MODCLANG_VERSION}/bin/ld.lld +_NONDEFAULT_LD = Yes .else _LD_PROGRAM = /usr/bin/ld.bfd . if ${PROPERTIES:Mlld} diff --git a/inputmethods/fcitx-chinese-addons/Makefile b/inputmethods/fcitx-chinese-addons/Makefile index 607300b7b..c7ef47c58 100644 --- a/inputmethods/fcitx-chinese-addons/Makefile +++ b/inputmethods/fcitx-chinese-addons/Makefile @@ -20,7 +20,6 @@ WANTLIB += IMETable Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Widgets WANTLIB += boost_iostreams-mt boost_regex-mt c m opencc SITES = https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR = fcitx SITES.py = https://download.fcitx-im.org/data/ diff --git a/inputmethods/fcitx/Makefile b/inputmethods/fcitx/Makefile index d8d1c02aa..da7e9eba8 100644 --- a/inputmethods/fcitx/Makefile +++ b/inputmethods/fcitx/Makefile @@ -27,7 +27,6 @@ WANTLIB += xkbcommon xkbcommon-x11 xkbfile z SITES = https://download.fcitx-im.org/fcitx5/fcitx5/ SITES.data = https://download.fcitx-im.org/data/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.data= en_dict-20121020.tar.gz DIST_SUBDIR = fcitx diff --git a/inputmethods/libime/Makefile b/inputmethods/libime/Makefile index 09ea8a73f..18e5445cc 100644 --- a/inputmethods/libime/Makefile +++ b/inputmethods/libime/Makefile @@ -18,7 +18,6 @@ WANTLIB += ${COMPILER_LIBCXX} Fcitx5Utils boost_filesystem-mt WANTLIB += boost_iostreams-mt boost_regex-mt c m SITES = https://download.fcitx-im.org/fcitx5/libime/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} SITES.data = https://download.fcitx-im.org/data/ diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile index 2bd11d708..b08455c5c 100644 --- a/lang/abcl/Makefile +++ b/lang/abcl/Makefile @@ -15,7 +15,6 @@ PERMIT_PACKAGE = Yes SITES = ${HOMEPAGE}/releases/${V}/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX} # Remember to keep MODJAVA_VER in sync with jna diff --git a/lang/clojure/Makefile b/lang/clojure/Makefile index b66e4caf4..c4a21753f 100644 --- a/lang/clojure/Makefile +++ b/lang/clojure/Makefile @@ -1,36 +1,36 @@ -COMMENT = Lisp-1 dialect for the Java Virtual Machine +COMMENT = Lisp-1 dialect for the Java Virtual Machine -V = 1.11.1.1347 -DISTNAME = clojure-tools-$V -PKGNAME = clojure-$V +V = 1.11.1.1413 +DISTNAME = clojure-tools-$V +PKGNAME = clojure-$V -PKG_ARCH = * +PKG_ARCH = * -CATEGORIES = lang +CATEGORIES = lang -HOMEPAGE = https://www.clojure.org/ +HOMEPAGE = https://www.clojure.org/ -MAINTAINER = Omar Polo +MAINTAINER = Omar Polo # Eclipse Public License EPL 1.0 -PERMIT_PACKAGE = Yes +PERMIT_PACKAGE = Yes -SITES = https://download.clojure.org/install/ +SITES = https://github.com/clojure/brew-install/releases/download/$V/ -MODULES = java -MODJAVA_VER = 1.8+ +MODULES = java +MODJAVA_VER = 1.8+ -WRKDIST = ${WRKDIR}/clojure-tools +WRKDIST = ${WRKDIR}/clojure-tools -RUN_DEPENDS = java/javaPathHelper \ - misc/rlwrap \ - shells/bash +RUN_DEPENDS = java/javaPathHelper \ + misc/rlwrap \ + shells/bash -NO_BUILD = Yes -NO_TEST = Yes +NO_BUILD = Yes +NO_TEST = Yes -CLOJURE_HOME = ${PREFIX}/clojure -SUBST_VARS += V +CLOJURE_HOME = ${PREFIX}/clojure +SUBST_VARS += V # Maintainer target to generate completions file completions: install diff --git a/lang/clojure/distinfo b/lang/clojure/distinfo index 9bd9e5dfc..bccd0a0fd 100644 --- a/lang/clojure/distinfo +++ b/lang/clojure/distinfo @@ -1,2 +1,2 @@ -SHA256 (clojure-tools-1.11.1.1347.tar.gz) = 1ebAPk64tJt/Cpt3pKfMTN50YABKPflqG055f4Quv+M= -SIZE (clojure-tools-1.11.1.1347.tar.gz) = 17977299 +SHA256 (clojure-tools-1.11.1.1413.tar.gz) = k8Olo63KUcWFgGNBmr9myD2/JOoV4f2S95v35mI4H+A= +SIZE (clojure-tools-1.11.1.1413.tar.gz) = 17975525 diff --git a/lang/ghc-8.10.7/Makefile b/lang/ghc-8.10.7/Makefile index ea372d88b..7aeb55ae3 100644 --- a/lang/ghc-8.10.7/Makefile +++ b/lang/ghc-8.10.7/Makefile @@ -162,7 +162,7 @@ post-patch: # It doesn't matter whether this is the actual date of the bootstrapper # build. It's just used to get different distfiles whenever new # bootstrappers have to be built. -BOOTSTRAP_DATE = 20230613 +BOOTSTRAP_DATE = 20230925 # Create a bootstrapper. This compiles a stripped-down version of # ghc and creates a `bindist', i.e. a tarball with binaries that diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index b7361d4ed..b1916dfe4 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -14,13 +14,13 @@ USE_NOEXECONLY = Yes USE_NOBTCFI = Yes GHC_VERSION = 9.2.7 -REVISION = 3 +REVISION = 4 DISTNAME = ghc-${GHC_VERSION} CATEGORIES = lang devel HOMEPAGE = https://www.haskell.org/ghc/ # Version of the precompiled binaries -BIN_VER = 8.10.7.20230613 +BIN_VER = 8.10.7.20230925 # lang/python needed for regression tests. MODULES = lang/python diff --git a/lang/ghc/distinfo b/lang/ghc/distinfo index eb8961887..626a6cd7b 100644 --- a/lang/ghc/distinfo +++ b/lang/ghc/distinfo @@ -1,10 +1,10 @@ -SHA256 (ghc/ghc-8.10.7.20230613-amd64-unknown-openbsd.tar.xz) = /QCac6kB92pFCO9fzn90h/bFJysRl8GUQjOHBVA/5SA= -SHA256 (ghc/ghc-8.10.7.20230613-shlibs-amd64.tar.gz) = LpQDN0fV+YASghLoGTjn0yzEeuYPNW9gtUasieUgu+g= +SHA256 (ghc/ghc-8.10.7.20230925-amd64-unknown-openbsd.tar.xz) = nX0+ANvjPFh0fBwvmd/iQ9ZDQE9w1o1IFuLD52aQYbE= +SHA256 (ghc/ghc-8.10.7.20230925-shlibs-amd64.tar.gz) = yffppwOB+SajgE2xN/AeFKvMHuWQanDUxDEqsJvh9DQ= SHA256 (ghc/ghc-9.2.7-src.tar.xz) = olNWehe3NKTA3Q/6KW0zwqW1pUp335iIBqKh4cp+iLg= SHA256 (ghc/ghc-9.2.7-testsuite.tar.xz) = JJSvF12xtiODaWBBo/N+s2VPyN9R8SifTygu6GsJ+1A= SHA256 (ghc/ghc-rtd-update-70526f5bd8.diff) = maCALPRglB5J9LJEQxBqMGdVbH4qK2gqVuaU5xmYdNU= -SIZE (ghc/ghc-8.10.7.20230613-amd64-unknown-openbsd.tar.xz) = 48998912 -SIZE (ghc/ghc-8.10.7.20230613-shlibs-amd64.tar.gz) = 2941676 +SIZE (ghc/ghc-8.10.7.20230925-amd64-unknown-openbsd.tar.xz) = 48988780 +SIZE (ghc/ghc-8.10.7.20230925-shlibs-amd64.tar.gz) = 2951432 SIZE (ghc/ghc-9.2.7-src.tar.xz) = 24610432 SIZE (ghc/ghc-9.2.7-testsuite.tar.xz) = 3219572 SIZE (ghc/ghc-rtd-update-70526f5bd8.diff) = 4245853 diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index cc654aff0..c3ee0b2db 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -25,9 +25,9 @@ WANTLIB += c curses ffi gc gmp iconv intl ltdl m pthread readline WANTLIB += unistring SITES= ${SITE_GNU:=guile/} -SITES.boot= https://charlenew.xyz/distfiles/ - DISTFILES= ${DISTNAME}${EXTRACT_SUFX} + +SITES.boot= https://charlenew.xyz/distfiles/ SUPDISTFILES.boot= ${BOOTSTRAP_32BE} EXTRACT_ONLY= ${DISTFILES} @@ -63,7 +63,7 @@ BOOTSTRAP_32BE= g2strap-2.2.7-32be.tgz .if !${PROPERTIES:Mlp64} && ${PROPERTIES:Mbe} BOOTSTRAP_TARGET= 32-bit-big-endian BOOTSTRAP= ${BOOTSTRAP_32BE} -DISTFILES+= ${SUPDISTFILES} +DISTFILES+= ${SUPDISTFILES.boot} .endif post-extract: diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index eb06ddab9..75f8ee0de 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -59,7 +59,6 @@ PSEUDO_FLAVORS = no_bootstrap FLAVOR ?= DIST_SUBDIR = pypy -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} .if defined(BOOTSTRAP-${MACHINE_ARCH}) && !${FLAVOR:Mno_bootstrap} # ^^ needed to avoid breakage in arches that don't have pypy DISTFILES.boot += ${BOOTSTRAP-${MACHINE_ARCH}} diff --git a/lang/rust/Makefile b/lang/rust/Makefile index e1ae3ddb9..c3f093245 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -58,7 +58,6 @@ PSEUDO_FLAVORS = native_bootstrap DIST_SUBDIR = rust EXTRACT_SUFX = .tar.xz -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} .if ${FLAVOR} == native_bootstrap BUILD_DEPENDS += lang/rust .else diff --git a/mail/mozilla-thunderbird/Makefile b/mail/mozilla-thunderbird/Makefile index a2c44b062..fed57f691 100644 --- a/mail/mozilla-thunderbird/Makefile +++ b/mail/mozilla-thunderbird/Makefile @@ -3,7 +3,7 @@ COMMENT = Mozilla e-mail, calendar, rss and usenet client # Don't forget to bump mail/thunderbird-i18n after updates. -MOZILLA_VERSION = 115.2.3 +MOZILLA_VERSION = 115.3.0 MOZILLA_BRANCH = release MOZILLA_PROJECT = thunderbird MOZILLA_CODENAME = comm/mail diff --git a/mail/mozilla-thunderbird/distinfo b/mail/mozilla-thunderbird/distinfo index 433fd4096..d70c1ecb8 100644 --- a/mail/mozilla-thunderbird/distinfo +++ b/mail/mozilla-thunderbird/distinfo @@ -1,2 +1,2 @@ -SHA256 (mozilla/thunderbird-115.2.3.source.tar.xz) = oVjaAoO3+N6NIMstca0Mir30B1B7orWbijl/YWlVzf8= -SIZE (mozilla/thunderbird-115.2.3.source.tar.xz) = 532512216 +SHA256 (mozilla/thunderbird-115.3.0.source.tar.xz) = K5uhbXN/37kQVddeQ+IM1FclTp+lsJfOzcGwzGSBj8M= +SIZE (mozilla/thunderbird-115.3.0.source.tar.xz) = 533553340 diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index 8cf1101f6..2546350e2 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -11,7 +11,6 @@ SITE_POSTFIX= \ ftp://ftp.porcupine.org/mirrors/postfix-release/ DIST_SUBDIR= postfix -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} HOMEPAGE= https://www.postfix.org/ diff --git a/mail/thunderbird-i18n/Makefile.inc b/mail/thunderbird-i18n/Makefile.inc index dcaffdb34..8b39e55e3 100644 --- a/mail/thunderbird-i18n/Makefile.inc +++ b/mail/thunderbird-i18n/Makefile.inc @@ -3,7 +3,7 @@ ONLY_FOR_ARCHS = amd64 aarch64 PKG_ARCH = * -FV = 115.2.3 +FV = 115.3.0 V = ${FV:C/b.$//} NAME = thunderbird-i18n diff --git a/mail/thunderbird-i18n/distinfo b/mail/thunderbird-i18n/distinfo index 66ef62cdc..bde44a2d8 100644 --- a/mail/thunderbird-i18n/distinfo +++ b/mail/thunderbird-i18n/distinfo @@ -1,108 +1,108 @@ -SHA256 (mozilla/thunderbird-i18n-115.2.3/ar.xpi) = JyDalc7RqFHrXnxAUixucPb5pA9SZ+WADoDAhKmoEoU= -SHA256 (mozilla/thunderbird-i18n-115.2.3/ast.xpi) = +0HM+2Pvtfsj0o8dDIO8WnSqvpl3+QKTg/eTp2c/zps= -SHA256 (mozilla/thunderbird-i18n-115.2.3/be.xpi) = CqkA16e2K1wdrQTa2aZlvSztcWIA9pl8+MIwOYgDn7k= -SHA256 (mozilla/thunderbird-i18n-115.2.3/bg.xpi) = YCJA+bJg//bOnj1O4z8/85Ww2e8TwlEQOL7EZpjGh0o= -SHA256 (mozilla/thunderbird-i18n-115.2.3/br.xpi) = q/zEt8DxlPzH6tb7MJ5dE/v64737BCG0IFP+qpCmZ90= -SHA256 (mozilla/thunderbird-i18n-115.2.3/ca.xpi) = IejH+f/ZhUHBC9j14VVe0hovMY1AROEh0o4TuCMT4l0= -SHA256 (mozilla/thunderbird-i18n-115.2.3/cs.xpi) = ii53M8mQ1iXH9PaN+WWMBBewecYx9dJBDl4XmKUsfz4= -SHA256 (mozilla/thunderbird-i18n-115.2.3/cy.xpi) = XimwPFiQrs0yEbFQhtVZ613GvXP9Vgh3L8rm4vIa2QI= -SHA256 (mozilla/thunderbird-i18n-115.2.3/da.xpi) = RWAmGK1oeu+cIi0MTWsvPiyOq53NX04nnS1mLNf2QpM= -SHA256 (mozilla/thunderbird-i18n-115.2.3/de.xpi) = QFXJY3ULBSkYZUTwsLODXKJZdDfJJXIsJnxTSpeAod4= -SHA256 (mozilla/thunderbird-i18n-115.2.3/dsb.xpi) = dgpkDl7Y1CVjCdpbqkV3p/r23nJhaoDHz43sdXzlSPg= -SHA256 (mozilla/thunderbird-i18n-115.2.3/el.xpi) = K3wOoj6cF0fWN39i8lZaCgaUWs+aNAQ5qCDGPCvVft8= -SHA256 (mozilla/thunderbird-i18n-115.2.3/en-GB.xpi) = J42MQKm5kzrJEYL4jOLJHKF+JFMXzaxc/WQI753zI4M= -SHA256 (mozilla/thunderbird-i18n-115.2.3/en-US.xpi) = BlxLxqTNvK7TAMahvyDo4ui2wjMTwHlhBykRpn0tQCY= -SHA256 (mozilla/thunderbird-i18n-115.2.3/es-AR.xpi) = X8tgj/ZUjhL7fkfsJJxCXq65MA8v3U58jElOkQGTt6g= -SHA256 (mozilla/thunderbird-i18n-115.2.3/es-ES.xpi) = 8wuuH0lMZzb1n2J7mCe/TBIblyQlAfGTWVL8IXWsngM= -SHA256 (mozilla/thunderbird-i18n-115.2.3/et.xpi) = QBIyTlbKqknWWnFuUnCGlYVAinSQA6rpbllti0CDIPA= -SHA256 (mozilla/thunderbird-i18n-115.2.3/eu.xpi) = 9BsYBuMCsoVYKRapMbgaD8y0Kcx6GUkrD/pRjdIhJKc= -SHA256 (mozilla/thunderbird-i18n-115.2.3/fi.xpi) = ofCqB986p3CFfH4ZpdfhTGt5aiDynlWYnjlXym+g0LM= -SHA256 (mozilla/thunderbird-i18n-115.2.3/fr.xpi) = kyQVy8kGst6caA8CRNfQ8q+CyLH+yAkMoySY8OspO/o= -SHA256 (mozilla/thunderbird-i18n-115.2.3/fy-NL.xpi) = /eny5bU7OpW3Sv9X29Tad7b/E5D9WwpexKBS+IKbGw8= -SHA256 (mozilla/thunderbird-i18n-115.2.3/ga-IE.xpi) = PIm+aVsW27imP2k6CQEfuk0bZMkXWd2cQk7C03XN/Ug= -SHA256 (mozilla/thunderbird-i18n-115.2.3/gd.xpi) = dOa/0enTdH+5/NKtfURsbS1O1MLqsj7LQf8D7EUcrkk= -SHA256 (mozilla/thunderbird-i18n-115.2.3/gl.xpi) = QL/eugbDT0vcQ+Ui0BzKe27g/Pv9tEjnf7yA3EkyBEg= -SHA256 (mozilla/thunderbird-i18n-115.2.3/he.xpi) = JcxNIhPxZf7g0dcx7HfCEIO+DCZacojwrU6gjSgyAjA= -SHA256 (mozilla/thunderbird-i18n-115.2.3/hr.xpi) = 8sHB4ke43vPhMj+W+OwUTNAPMBc4fR6AyYkKHg/Fjos= -SHA256 (mozilla/thunderbird-i18n-115.2.3/hsb.xpi) = DsKV5xt1puTo2o3oCgQkriySGNRxRMfUbOs3IkRWREk= -SHA256 (mozilla/thunderbird-i18n-115.2.3/hu.xpi) = yTs6aR26vmbaczxa/0xgvX3ypifLubZd4+/L7c+yyX4= -SHA256 (mozilla/thunderbird-i18n-115.2.3/hy-AM.xpi) = wWc/fHaPxWxlBb/ylntDc13y5GKLV6pWESgcu6JhcWU= -SHA256 (mozilla/thunderbird-i18n-115.2.3/id.xpi) = 2nr+FZWH9MW4NnKnGpcahC0RyzMMcJ5WUkf7prS7as0= -SHA256 (mozilla/thunderbird-i18n-115.2.3/is.xpi) = z9uR7cbWqEC32OPzQ9XAkCfGdSaFf2ONOFhAqjMM0rM= -SHA256 (mozilla/thunderbird-i18n-115.2.3/it.xpi) = D4GTdm74Bzlhs1nh3A4nOCVEywFmgC0D8xV8ICrX5qg= -SHA256 (mozilla/thunderbird-i18n-115.2.3/ja.xpi) = kciFwtri64UfgCuNzXvFQIPHzZy2TO41df1/AWbtmAI= -SHA256 (mozilla/thunderbird-i18n-115.2.3/ko.xpi) = /8vBANuoJW+Q2M1MuLmbSa36M/x6he2Fa7HQ7Uh/yvw= -SHA256 (mozilla/thunderbird-i18n-115.2.3/lt.xpi) = edWawRHeB5gPzQtm2xhFcDA1p27i1alVyLMlMpszLbg= -SHA256 (mozilla/thunderbird-i18n-115.2.3/nb-NO.xpi) = B3oR1cHL4b8oblKDDy0IloFHgHc28DqYhemPuOOgBXE= -SHA256 (mozilla/thunderbird-i18n-115.2.3/nl.xpi) = fw30JPnjADaX9plMHPBucO0BuWSf+K0jCoMd+0Oej2c= -SHA256 (mozilla/thunderbird-i18n-115.2.3/nn-NO.xpi) = c8EzXJJZWCT/+epvpksKZmglneyUPOPAxDquldTZcR8= -SHA256 (mozilla/thunderbird-i18n-115.2.3/pl.xpi) = +pPATBe+E49Ni6VNJyuBU1cvMaJ/nui+iZ9igyOVW58= -SHA256 (mozilla/thunderbird-i18n-115.2.3/pt-BR.xpi) = rqcYMW1x4kwt2FMHlqCN8koXJ2Xk16zf+UhF5xij6hg= -SHA256 (mozilla/thunderbird-i18n-115.2.3/pt-PT.xpi) = KhO0w8UczpUcxAZX0dBjSAASpIUlPNevIB/oiSMXXmk= -SHA256 (mozilla/thunderbird-i18n-115.2.3/rm.xpi) = Xd5LWJcaK5+R/bFQ4XcJ6Hc0KLb4LyxhNA51KaL5mj8= -SHA256 (mozilla/thunderbird-i18n-115.2.3/ro.xpi) = MgRhAGTFJ65WbClSdMyWqg3PY7I+vnYn7IVozZSDTRg= -SHA256 (mozilla/thunderbird-i18n-115.2.3/ru.xpi) = JxhSZPMNquxjPMpFKWNIWo0ZX46nlsUgyI/fRS8KW9U= -SHA256 (mozilla/thunderbird-i18n-115.2.3/sk.xpi) = Os2bKTN2CEfFYBH3FCGOy/J0D/yXDHGnuxc2LzFnGfM= -SHA256 (mozilla/thunderbird-i18n-115.2.3/sl.xpi) = DhjgEartcRzXdXJwZR3xof1X0eOxGZdEW1N8XDT6fzg= -SHA256 (mozilla/thunderbird-i18n-115.2.3/sq.xpi) = MPWPjrqzor0QhihbhKvfMR5Id1e9TAYUGVBy+iHc754= -SHA256 (mozilla/thunderbird-i18n-115.2.3/sr.xpi) = e/SyjXKjWGW6nF1DL6v9+lChp0Qv2VX77JCLDg0pDqw= -SHA256 (mozilla/thunderbird-i18n-115.2.3/sv-SE.xpi) = K/jSq7STf5ug9AtU44CAbJrajH0UX296cyDtRPRAlws= -SHA256 (mozilla/thunderbird-i18n-115.2.3/tr.xpi) = /oKMEUdNIeec1vxNulBE1FHe0kaWVJhLWk2xrTnlIes= -SHA256 (mozilla/thunderbird-i18n-115.2.3/uk.xpi) = 023j8MYPNf9FhLavA+juMbRsEqY/h63ZNJaWDo3+Gh8= -SHA256 (mozilla/thunderbird-i18n-115.2.3/vi.xpi) = 7pMSB7RRFqJIpfBHpjpBK3GKTDP57di1mdSzWm/yHlQ= -SHA256 (mozilla/thunderbird-i18n-115.2.3/zh-CN.xpi) = /P0ySvZAy4p3YOTaBzFfTgFnqxm0MLhH1jm46ZC4jKQ= -SHA256 (mozilla/thunderbird-i18n-115.2.3/zh-TW.xpi) = 8jpFS37QVHw5F3HHxmqvTOrQqxnkK21rxPPvzcIpizs= -SIZE (mozilla/thunderbird-i18n-115.2.3/ar.xpi) = 654725 -SIZE (mozilla/thunderbird-i18n-115.2.3/ast.xpi) = 561120 -SIZE (mozilla/thunderbird-i18n-115.2.3/be.xpi) = 694084 -SIZE (mozilla/thunderbird-i18n-115.2.3/bg.xpi) = 681248 -SIZE (mozilla/thunderbird-i18n-115.2.3/br.xpi) = 626489 -SIZE (mozilla/thunderbird-i18n-115.2.3/ca.xpi) = 664392 -SIZE (mozilla/thunderbird-i18n-115.2.3/cs.xpi) = 733926 -SIZE (mozilla/thunderbird-i18n-115.2.3/cy.xpi) = 703326 -SIZE (mozilla/thunderbird-i18n-115.2.3/da.xpi) = 690779 -SIZE (mozilla/thunderbird-i18n-115.2.3/de.xpi) = 720271 -SIZE (mozilla/thunderbird-i18n-115.2.3/dsb.xpi) = 738024 -SIZE (mozilla/thunderbird-i18n-115.2.3/el.xpi) = 837360 -SIZE (mozilla/thunderbird-i18n-115.2.3/en-GB.xpi) = 661515 -SIZE (mozilla/thunderbird-i18n-115.2.3/en-US.xpi) = 649868 -SIZE (mozilla/thunderbird-i18n-115.2.3/es-AR.xpi) = 713109 -SIZE (mozilla/thunderbird-i18n-115.2.3/es-ES.xpi) = 675706 -SIZE (mozilla/thunderbird-i18n-115.2.3/et.xpi) = 671820 -SIZE (mozilla/thunderbird-i18n-115.2.3/eu.xpi) = 692541 -SIZE (mozilla/thunderbird-i18n-115.2.3/fi.xpi) = 689877 -SIZE (mozilla/thunderbird-i18n-115.2.3/fr.xpi) = 725335 -SIZE (mozilla/thunderbird-i18n-115.2.3/fy-NL.xpi) = 707903 -SIZE (mozilla/thunderbird-i18n-115.2.3/ga-IE.xpi) = 601818 -SIZE (mozilla/thunderbird-i18n-115.2.3/gd.xpi) = 702993 -SIZE (mozilla/thunderbird-i18n-115.2.3/gl.xpi) = 705421 -SIZE (mozilla/thunderbird-i18n-115.2.3/he.xpi) = 667478 -SIZE (mozilla/thunderbird-i18n-115.2.3/hr.xpi) = 674902 -SIZE (mozilla/thunderbird-i18n-115.2.3/hsb.xpi) = 734548 -SIZE (mozilla/thunderbird-i18n-115.2.3/hu.xpi) = 737468 -SIZE (mozilla/thunderbird-i18n-115.2.3/hy-AM.xpi) = 710374 -SIZE (mozilla/thunderbird-i18n-115.2.3/id.xpi) = 642538 -SIZE (mozilla/thunderbird-i18n-115.2.3/is.xpi) = 702210 -SIZE (mozilla/thunderbird-i18n-115.2.3/it.xpi) = 643537 -SIZE (mozilla/thunderbird-i18n-115.2.3/ja.xpi) = 781688 -SIZE (mozilla/thunderbird-i18n-115.2.3/ko.xpi) = 712208 -SIZE (mozilla/thunderbird-i18n-115.2.3/lt.xpi) = 680094 -SIZE (mozilla/thunderbird-i18n-115.2.3/nb-NO.xpi) = 653866 -SIZE (mozilla/thunderbird-i18n-115.2.3/nl.xpi) = 699498 -SIZE (mozilla/thunderbird-i18n-115.2.3/nn-NO.xpi) = 673379 -SIZE (mozilla/thunderbird-i18n-115.2.3/pl.xpi) = 716597 -SIZE (mozilla/thunderbird-i18n-115.2.3/pt-BR.xpi) = 707263 -SIZE (mozilla/thunderbird-i18n-115.2.3/pt-PT.xpi) = 687833 -SIZE (mozilla/thunderbird-i18n-115.2.3/rm.xpi) = 704043 -SIZE (mozilla/thunderbird-i18n-115.2.3/ro.xpi) = 651297 -SIZE (mozilla/thunderbird-i18n-115.2.3/ru.xpi) = 820866 -SIZE (mozilla/thunderbird-i18n-115.2.3/sk.xpi) = 736658 -SIZE (mozilla/thunderbird-i18n-115.2.3/sl.xpi) = 701218 -SIZE (mozilla/thunderbird-i18n-115.2.3/sq.xpi) = 717450 -SIZE (mozilla/thunderbird-i18n-115.2.3/sr.xpi) = 740172 -SIZE (mozilla/thunderbird-i18n-115.2.3/sv-SE.xpi) = 702347 -SIZE (mozilla/thunderbird-i18n-115.2.3/tr.xpi) = 715003 -SIZE (mozilla/thunderbird-i18n-115.2.3/uk.xpi) = 813757 -SIZE (mozilla/thunderbird-i18n-115.2.3/vi.xpi) = 742716 -SIZE (mozilla/thunderbird-i18n-115.2.3/zh-CN.xpi) = 740787 -SIZE (mozilla/thunderbird-i18n-115.2.3/zh-TW.xpi) = 744414 +SHA256 (mozilla/thunderbird-i18n-115.3.0/ar.xpi) = bdgRxYXoUFEvYtLd2j5t89Hl+Mn4h1jYpMI2fTNabhM= +SHA256 (mozilla/thunderbird-i18n-115.3.0/ast.xpi) = et92iXYywKoeCOR/v9nHLdytRlmyW51XfGK8ua6Tpuk= +SHA256 (mozilla/thunderbird-i18n-115.3.0/be.xpi) = ckGq6AHpjuV83AhsPVUwELl24vHNFe3QGhkzQCjR7nU= +SHA256 (mozilla/thunderbird-i18n-115.3.0/bg.xpi) = Ys3s4RbpPlDBcrhw4qjwvNnoCrPvtKkuCuvqT9fh8fU= +SHA256 (mozilla/thunderbird-i18n-115.3.0/br.xpi) = ZePiYUTS39iJrlY/nODBtFGrG077l7YMGCzEu7u5qhw= +SHA256 (mozilla/thunderbird-i18n-115.3.0/ca.xpi) = oigwXEqmlGOiXsVIUOqfM0DOr2SaOjvoJaSagNdwICg= +SHA256 (mozilla/thunderbird-i18n-115.3.0/cs.xpi) = Qi1kVh37kAGUl1WQAf/SnrE3XHlwFCMNQEilBslLiec= +SHA256 (mozilla/thunderbird-i18n-115.3.0/cy.xpi) = Ywc72xchG22UFxCC4mNVeMgxKR781G+dW7SaoTWWw3E= +SHA256 (mozilla/thunderbird-i18n-115.3.0/da.xpi) = NKu2T/cxt595mjSZ6BZLPgT9PMfun3Bct35vl1xOd6k= +SHA256 (mozilla/thunderbird-i18n-115.3.0/de.xpi) = I4loSa6oa2cBwAJJYT2RG4FK3NFQkVsccyc9f7WsjKs= +SHA256 (mozilla/thunderbird-i18n-115.3.0/dsb.xpi) = FfbyBS1daY6Lm+5s9d/nHFIzW0uFY+VLkeUOOrTz0Ag= +SHA256 (mozilla/thunderbird-i18n-115.3.0/el.xpi) = Sk7Tm9ik3lZYdDzTHUsK6u2eRCIkYjQAasfiFmMPcJg= +SHA256 (mozilla/thunderbird-i18n-115.3.0/en-GB.xpi) = EHF+m415PjuPP7pz0ouXsdAHUBmJF9n7SfQaEi5F0BQ= +SHA256 (mozilla/thunderbird-i18n-115.3.0/en-US.xpi) = KpJFNeDeU+tHrOu2VUKPD+9nKyPPablFGmgc8kpKp/M= +SHA256 (mozilla/thunderbird-i18n-115.3.0/es-AR.xpi) = v1Nj7fIPWLmaTVtPBVxWc6k9aIk/J/WPtTpKSvyI3WM= +SHA256 (mozilla/thunderbird-i18n-115.3.0/es-ES.xpi) = oNWxvze1ZOfwHIlllIYObmQoZHEVLuO8ce9wZFsCwMM= +SHA256 (mozilla/thunderbird-i18n-115.3.0/et.xpi) = eCaFGaN4JqyV/h34iOUtGifzLLZ/KZjQ9SdU7bbS3EA= +SHA256 (mozilla/thunderbird-i18n-115.3.0/eu.xpi) = 5ou5Mv69/z97nUdRxBHTqCFhQQ2ZT3KskgH5EMAZNLc= +SHA256 (mozilla/thunderbird-i18n-115.3.0/fi.xpi) = uU0kOC061Uh9XbJ2yRBazq48qOg8k0VlvZE0WCbLCcQ= +SHA256 (mozilla/thunderbird-i18n-115.3.0/fr.xpi) = 6u8i99IPrQauXoGip7UWueKvmAoqNegMPsQnO2YgrE0= +SHA256 (mozilla/thunderbird-i18n-115.3.0/fy-NL.xpi) = oJvXC4P280u5BVZekJG80J5YDRWqPk1J4BLbx37NJSE= +SHA256 (mozilla/thunderbird-i18n-115.3.0/ga-IE.xpi) = eiKwTRxTh83oI0EmYwd8GphrMTIdDYenDapO5+wpeLk= +SHA256 (mozilla/thunderbird-i18n-115.3.0/gd.xpi) = qYqjG5iFsrmkoke3oBgRhFPBZWEbupLnRjaQTHccyeY= +SHA256 (mozilla/thunderbird-i18n-115.3.0/gl.xpi) = +gh1Jg4JiwhGlegy+S5ZQE/o81SNZvGtgFVXETRwAaA= +SHA256 (mozilla/thunderbird-i18n-115.3.0/he.xpi) = bqHbuM0/uFvKUSooPYaJBpt8+ds4ZPxlWXXiYXkuV+0= +SHA256 (mozilla/thunderbird-i18n-115.3.0/hr.xpi) = fMKokr/nLtIOgrsaCajOTYEU90Uj1501BCX/puvDOrs= +SHA256 (mozilla/thunderbird-i18n-115.3.0/hsb.xpi) = WWarbB+0gYJzi+52tWaxzfxKzvVi85d71XI6hVD2/EI= +SHA256 (mozilla/thunderbird-i18n-115.3.0/hu.xpi) = wTYVUCk3N/tXttvyvWQx0Gr39eolJy83A7L2m7a87f0= +SHA256 (mozilla/thunderbird-i18n-115.3.0/hy-AM.xpi) = Cz0q7L2zZrgtLtkwZ58XhRGKgl20McSaBs/BD+3uUow= +SHA256 (mozilla/thunderbird-i18n-115.3.0/id.xpi) = 00uX+6kpaY2c9/2Xx3233RmDW8jIC2PCzKbJHcIpimo= +SHA256 (mozilla/thunderbird-i18n-115.3.0/is.xpi) = 6UixSE2Ut5OYCLfK/lQRbjlsQ58kzTW1h3w0AEaBbN8= +SHA256 (mozilla/thunderbird-i18n-115.3.0/it.xpi) = Q+5WK8ZR1yxbnltqdA3HFVnt9lSceDG7MFoj+GJH+Vs= +SHA256 (mozilla/thunderbird-i18n-115.3.0/ja.xpi) = DCksr1P3rGpOIr44KySBLjOD+wYSCf8/VTEkb31/Rvg= +SHA256 (mozilla/thunderbird-i18n-115.3.0/ko.xpi) = Up/BWmrMghPWS/pTmXju6tqZKwRGqSRBVHZFd1eH888= +SHA256 (mozilla/thunderbird-i18n-115.3.0/lt.xpi) = ssvJfsK8q1phmhcDZev33zL6Sm+FPKcQr9p5IZnMRkU= +SHA256 (mozilla/thunderbird-i18n-115.3.0/nb-NO.xpi) = 6ejQaTaBTpcWjY2bwmJstocw40a6JcRaUX0s4XI+t0E= +SHA256 (mozilla/thunderbird-i18n-115.3.0/nl.xpi) = tiKx8MpsLyxXuCSfZhtNoXFvtT+5pYravh976W+aw6M= +SHA256 (mozilla/thunderbird-i18n-115.3.0/nn-NO.xpi) = NYwwcJY9Nr2ME0b5/C2lRrVlDSpvgKi5fDdCe/qtffI= +SHA256 (mozilla/thunderbird-i18n-115.3.0/pl.xpi) = GNoQlClanG/bYZnsvpz/DHHB3l3Lsfgdieo6dGqP+uQ= +SHA256 (mozilla/thunderbird-i18n-115.3.0/pt-BR.xpi) = 3at1H201N1bDDLj0WTFi18LUddGgRXQc2l0YPvDZcD8= +SHA256 (mozilla/thunderbird-i18n-115.3.0/pt-PT.xpi) = auwth0zGrt+/RXNti9fjLj3LKHqHf1pRR5HKDd90r9M= +SHA256 (mozilla/thunderbird-i18n-115.3.0/rm.xpi) = tVpySC7Y/PvRDkkN5U8KlkQGi3O80o/9CZcf19KyhYA= +SHA256 (mozilla/thunderbird-i18n-115.3.0/ro.xpi) = ePOaE+nDOqDClqAkKCDpceAji3jT48AmvOHYEXXiGyI= +SHA256 (mozilla/thunderbird-i18n-115.3.0/ru.xpi) = qIHLFKu2qvQbDXnnGIGiPEyJ7t4BvTpYBpZYWOUu+gM= +SHA256 (mozilla/thunderbird-i18n-115.3.0/sk.xpi) = 1byvnt6FIKRaoZtR3QVb6CLgyALZZCEOwNf7fyYBJUM= +SHA256 (mozilla/thunderbird-i18n-115.3.0/sl.xpi) = djIkUMrSiSM2fyMICRg0WKzWRaBQntvze8Zg5CXeKYE= +SHA256 (mozilla/thunderbird-i18n-115.3.0/sq.xpi) = 23b1H2eVIawSHA/KNFol0g5IdpqP05K4Sz9kLcgdzvA= +SHA256 (mozilla/thunderbird-i18n-115.3.0/sr.xpi) = g4sc7I56ETa/2LlaN/1e9H+/xoTiY27yZEp95F7ChUE= +SHA256 (mozilla/thunderbird-i18n-115.3.0/sv-SE.xpi) = cVNOqldAjQ3ZrYY5TN4XU4lJ/+UVuFSPQlZo+mwJXaI= +SHA256 (mozilla/thunderbird-i18n-115.3.0/tr.xpi) = 0p7UV3zCuRPu8TBTkM2mqkp/c9MO1dHdJ3IWRTKFKOM= +SHA256 (mozilla/thunderbird-i18n-115.3.0/uk.xpi) = Piiwi3OH/Z6n9xDKBmPLb0MzkRGRcpNAd90lNluio00= +SHA256 (mozilla/thunderbird-i18n-115.3.0/vi.xpi) = 1yYvNPgkf1D4uRn1UD+gEyFvLnaygGZzsRW9sVsU6OU= +SHA256 (mozilla/thunderbird-i18n-115.3.0/zh-CN.xpi) = CJ+cI7hfa1EcjcwfzRlh1AEmJ5U43pGlM9PlUNjYs+Y= +SHA256 (mozilla/thunderbird-i18n-115.3.0/zh-TW.xpi) = Tkf2cKvf8fePYDCaZfiPkJEVwHGL8JjaIN2gJ8gw3ss= +SIZE (mozilla/thunderbird-i18n-115.3.0/ar.xpi) = 654726 +SIZE (mozilla/thunderbird-i18n-115.3.0/ast.xpi) = 561120 +SIZE (mozilla/thunderbird-i18n-115.3.0/be.xpi) = 694083 +SIZE (mozilla/thunderbird-i18n-115.3.0/bg.xpi) = 681249 +SIZE (mozilla/thunderbird-i18n-115.3.0/br.xpi) = 626489 +SIZE (mozilla/thunderbird-i18n-115.3.0/ca.xpi) = 664393 +SIZE (mozilla/thunderbird-i18n-115.3.0/cs.xpi) = 733925 +SIZE (mozilla/thunderbird-i18n-115.3.0/cy.xpi) = 703325 +SIZE (mozilla/thunderbird-i18n-115.3.0/da.xpi) = 690779 +SIZE (mozilla/thunderbird-i18n-115.3.0/de.xpi) = 720271 +SIZE (mozilla/thunderbird-i18n-115.3.0/dsb.xpi) = 738024 +SIZE (mozilla/thunderbird-i18n-115.3.0/el.xpi) = 837360 +SIZE (mozilla/thunderbird-i18n-115.3.0/en-GB.xpi) = 661514 +SIZE (mozilla/thunderbird-i18n-115.3.0/en-US.xpi) = 649867 +SIZE (mozilla/thunderbird-i18n-115.3.0/es-AR.xpi) = 713107 +SIZE (mozilla/thunderbird-i18n-115.3.0/es-ES.xpi) = 675704 +SIZE (mozilla/thunderbird-i18n-115.3.0/et.xpi) = 671819 +SIZE (mozilla/thunderbird-i18n-115.3.0/eu.xpi) = 692540 +SIZE (mozilla/thunderbird-i18n-115.3.0/fi.xpi) = 689877 +SIZE (mozilla/thunderbird-i18n-115.3.0/fr.xpi) = 725335 +SIZE (mozilla/thunderbird-i18n-115.3.0/fy-NL.xpi) = 707904 +SIZE (mozilla/thunderbird-i18n-115.3.0/ga-IE.xpi) = 601816 +SIZE (mozilla/thunderbird-i18n-115.3.0/gd.xpi) = 702991 +SIZE (mozilla/thunderbird-i18n-115.3.0/gl.xpi) = 705420 +SIZE (mozilla/thunderbird-i18n-115.3.0/he.xpi) = 667476 +SIZE (mozilla/thunderbird-i18n-115.3.0/hr.xpi) = 674901 +SIZE (mozilla/thunderbird-i18n-115.3.0/hsb.xpi) = 734546 +SIZE (mozilla/thunderbird-i18n-115.3.0/hu.xpi) = 737467 +SIZE (mozilla/thunderbird-i18n-115.3.0/hy-AM.xpi) = 710374 +SIZE (mozilla/thunderbird-i18n-115.3.0/id.xpi) = 642538 +SIZE (mozilla/thunderbird-i18n-115.3.0/is.xpi) = 702209 +SIZE (mozilla/thunderbird-i18n-115.3.0/it.xpi) = 643537 +SIZE (mozilla/thunderbird-i18n-115.3.0/ja.xpi) = 781687 +SIZE (mozilla/thunderbird-i18n-115.3.0/ko.xpi) = 712207 +SIZE (mozilla/thunderbird-i18n-115.3.0/lt.xpi) = 680094 +SIZE (mozilla/thunderbird-i18n-115.3.0/nb-NO.xpi) = 653865 +SIZE (mozilla/thunderbird-i18n-115.3.0/nl.xpi) = 699497 +SIZE (mozilla/thunderbird-i18n-115.3.0/nn-NO.xpi) = 673377 +SIZE (mozilla/thunderbird-i18n-115.3.0/pl.xpi) = 716599 +SIZE (mozilla/thunderbird-i18n-115.3.0/pt-BR.xpi) = 707262 +SIZE (mozilla/thunderbird-i18n-115.3.0/pt-PT.xpi) = 687833 +SIZE (mozilla/thunderbird-i18n-115.3.0/rm.xpi) = 704043 +SIZE (mozilla/thunderbird-i18n-115.3.0/ro.xpi) = 651297 +SIZE (mozilla/thunderbird-i18n-115.3.0/ru.xpi) = 820865 +SIZE (mozilla/thunderbird-i18n-115.3.0/sk.xpi) = 736657 +SIZE (mozilla/thunderbird-i18n-115.3.0/sl.xpi) = 701216 +SIZE (mozilla/thunderbird-i18n-115.3.0/sq.xpi) = 717450 +SIZE (mozilla/thunderbird-i18n-115.3.0/sr.xpi) = 740171 +SIZE (mozilla/thunderbird-i18n-115.3.0/sv-SE.xpi) = 702346 +SIZE (mozilla/thunderbird-i18n-115.3.0/tr.xpi) = 715002 +SIZE (mozilla/thunderbird-i18n-115.3.0/uk.xpi) = 813757 +SIZE (mozilla/thunderbird-i18n-115.3.0/vi.xpi) = 742715 +SIZE (mozilla/thunderbird-i18n-115.3.0/zh-CN.xpi) = 740787 +SIZE (mozilla/thunderbird-i18n-115.3.0/zh-TW.xpi) = 744414 diff --git a/math/R/Makefile b/math/R/Makefile index 5ab28d2b2..c27194a51 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -22,9 +22,9 @@ WANTLIB += gobject-2.0 harfbuzz iconv icui18n icuuc intl jpeg WANTLIB += lzma m pango-1.0 pangocairo-1.0 pcre2-8 png pthread WANTLIB += readline tiff z -COMPILER = base-clang ports-gcc base-gcc +COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= https://cran.r-project.org/src/base/R-4/ \ +SITES= https://cran.r-project.org/src/base/R-4/ \ https://cloud.r-project.org/src/base/R-4/ MODULES= fortran \ diff --git a/math/aamath/Makefile b/math/aamath/Makefile index 730ff2f21..8640a43e9 100644 --- a/math/aamath/Makefile +++ b/math/aamath/Makefile @@ -11,7 +11,7 @@ MAINTAINER= Matthias Kilian # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/ +SITES= http://openbsd.dead-parrot.de/distfiles/ WANTLIB += ${COMPILER_LIBCXX} c curses m readline diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index a6500b465..a55a61e3b 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB = ${COMPILER_LIBCXX} arpack blas hdf5 lapack m z gfortran -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=arma/} +SITES = ${SITE_SOURCEFORGE:=arma/} EXTRACT_SUFX= .tar.xz COMPILER = base-clang ports-gcc diff --git a/math/bc-gh/Makefile b/math/bc-gh/Makefile index 8b9438f3d..e2e3a26ac 100644 --- a/math/bc-gh/Makefile +++ b/math/bc-gh/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c -MASTER_SITES = https://github.com/gavinhoward/bc/releases/download/${V}/ +SITES = https://github.com/gavinhoward/bc/releases/download/${V}/ COMPILER = base-clang ports-gcc diff --git a/math/bcal/Makefile b/math/bcal/Makefile index 7499206a8..3a3141dac 100644 --- a/math/bcal/Makefile +++ b/math/bcal/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c curses readline -MASTER_SITES = https://github.com/jarun/bcal/releases/download/v${V}/ +SITES = https://github.com/jarun/bcal/releases/download/v${V}/ DEBUG_PACKAGES = ${BUILD_PACKAGES} diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 9e04ec1ec..72a31deb0 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -10,7 +10,7 @@ MAINTAINER= Christian Weisgerber # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/} +SITES= ${SITE_SOURCEFORGE:=calcoo/} LIB_DEPENDS= x11/gtk+2 diff --git a/math/cblas/Makefile b/math/cblas/Makefile index 572b45341..896375014 100644 --- a/math/cblas/Makefile +++ b/math/cblas/Makefile @@ -15,7 +15,7 @@ MAINTAINER= Steven Mestdagh # freely available PERMIT_PACKAGE= Yes -MASTER_SITES= http://www.netlib.org/blas/blast-forum/ \ +SITES= http://www.netlib.org/blas/blast-forum/ \ http://www.netlib.no/netlib/blas/blast-forum/ EXTRACT_SUFX= .tgz DIST_SUBDIR= ${DISTNAME}-${VERSION} diff --git a/math/cfitsio/Makefile b/math/cfitsio/Makefile index f18abe4c0..a7c20fc72 100644 --- a/math/cfitsio/Makefile +++ b/math/cfitsio/Makefile @@ -7,7 +7,7 @@ DISTNAME= cfitsio-4.2.0 SHARED_LIBS += cfitsio 3.0 # 0.0 -MASTER_SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ +SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ # Mostly BSD-style, with two chunks of GPL code diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 8c92fd33d..6d3c6c3a6 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -21,7 +21,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5OpenGL Qt5Svg WANTLIB += Qt5Widgets Qt5Xml gmp m mpfr z -MASTER_SITES = https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14.2/ +SITES = https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14.2/ EXTRACT_SUFX = .tar.xz MODULES = devel/cmake \ diff --git a/math/datamash/Makefile b/math/datamash/Makefile index 2499f72a3..d77074ea7 100644 --- a/math/datamash/Makefile +++ b/math/datamash/Makefile @@ -6,7 +6,7 @@ REVISION= 0 CATEGORIES= math HOMEPAGE= https://www.gnu.org/software/datamash/ -MASTER_SITES= ${MASTER_SITE_GNU:=datamash/} +SITES= ${SITE_GNU:=datamash/} # GPLv3 PERMIT_PACKAGE= Yes diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index 1940b3da6..1b7e5f004 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -11,7 +11,7 @@ HOMEPAGE = http://webhome.phy.duke.edu/~rgb/General/dieharder.php # https://webhome.phy.duke.edu/~rgb/GPL.php PERMIT_PACKAGE = Yes -MASTER_SITES = http://webhome.phy.duke.edu/~rgb/General/dieharder/ +SITES = http://webhome.phy.duke.edu/~rgb/General/dieharder/ EXTRACT_SUFX = .tgz WANTLIB += c gsl gslcblas m diff --git a/math/ecm/Makefile b/math/ecm/Makefile index 1a0ba1799..5b78fc04b 100644 --- a/math/ecm/Makefile +++ b/math/ecm/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c m gmp -MASTER_SITES = http://gforge.inria.fr/frs/download.php/36224/ +SITES = http://gforge.inria.fr/frs/download.php/36224/ LIB_DEPENDS = devel/gmp diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 6fd50d4b3..1fb468aaa 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -13,7 +13,7 @@ PKGNAME = eigen3-${VERSION} # Mostly MPLv2, also LGPLv2.1, LGPLv2.1+ and BSDL PERMIT_PACKAGE = Yes -MASTER_SITES = https://gitlab.com/libeigen/eigen/-/archive/${VERSION}/ +SITES = https://gitlab.com/libeigen/eigen/-/archive/${VERSION}/ # Many dependencies are only needed for tests PSEUDO_FLAVORS = test diff --git a/math/ensmallen/Makefile b/math/ensmallen/Makefile index 3978dadb4..2de4fa476 100644 --- a/math/ensmallen/Makefile +++ b/math/ensmallen/Makefile @@ -7,7 +7,7 @@ MAINTAINER = Marc Espie # BSD PERMIT_PACKAGE = Yes -MASTER_SITES = ${HOMEPAGE}/files/ +SITES = ${HOMEPAGE}/files/ COMPILER = base-clang ports-gcc MODULES += devel/cmake diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 1642376c2..ba60817c0 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -14,7 +14,7 @@ HOMEPAGE= https://www.fftw.org/ PERMIT_PACKAGE= Yes WANTLIB= m -MASTER_SITES= https://fftw.org/ \ +SITES= https://fftw.org/ \ ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 2e2b2fd3f..d8218ad24 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -19,7 +19,7 @@ HOMEPAGE= https://www.fftw.org/ # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= https://fftw.org/ \ +SITES= https://fftw.org/ \ ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ diff --git a/math/gbc/Makefile b/math/gbc/Makefile index b02e34c87..075484584 100644 --- a/math/gbc/Makefile +++ b/math/gbc/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c curses edit -MASTER_SITES = ${MASTER_SITE_GNU:=bc/} +SITES = ${SITE_GNU:=bc/} CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --program-prefix=g \ diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index 67c96a30e..5e330f906 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -16,7 +16,7 @@ HOMEPAGE= http://www.geogebra.org # See: http://www.geogebra.org/download/license.txt PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=geogebra/} +SITES= ${SITE_GOOGLECODE:=geogebra/} MODULES= java MODJAVA_VER= 1.8+ diff --git a/math/ginac/Makefile b/math/ginac/Makefile index bacedee88..8d0e6edf0 100644 --- a/math/ginac/Makefile +++ b/math/ginac/Makefile @@ -12,7 +12,7 @@ MAINTAINER= Paul Irofti # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 WANTLIB= ${COMPILER_LIBCXX} c cln curses gmp m readline diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 0b69109bc..1eba93078 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -4,7 +4,7 @@ V = 5.4 PATCHLEVEL = 8 DISTNAME = gnuplot-${V}.${PATCHLEVEL} CATEGORIES = math graphics -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gnuplot/} +SITES = ${SITE_SOURCEFORGE:=gnuplot/} HOMEPAGE = http://www.gnuplot.info/ diff --git a/math/grace/Makefile b/math/grace/Makefile index eedbdcb4d..65c00afcf 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -13,7 +13,7 @@ WANTLIB += c fftw jpeg m netcdf png t1 z GRACE_SITES= ftp://plasma-gate.weizmann.ac.il/pub/ \ ftp://ftp.fu-berlin.de/unix/graphics/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/ -MASTER_SITES= ${GRACE_SITES:=grace/src/grace5/} +SITES= ${GRACE_SITES:=grace/src/grace5/} CONFIGURE_STYLE= gnu MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/ac-tools diff --git a/math/graphviz/Makefile b/math/graphviz/Makefile index cd5e69760..f816872e0 100644 --- a/math/graphviz/Makefile +++ b/math/graphviz/Makefile @@ -9,7 +9,7 @@ CATEGORIES= math devel graphics MULTI_PACKAGES= -main -tcl -MASTER_SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$V/ +SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/$V/ SHARED_LIBS += cdt 2.0 # 5.0 SHARED_LIBS += xdot 1.0 # 4.0 diff --git a/math/grpn/Makefile b/math/grpn/Makefile index e40e73136..4118bfa91 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -6,7 +6,7 @@ CATEGORIES= math x11 HOMEPAGE= http://lashwhip.com/grpn.html -MASTER_SITES= http://lashwhip.com/grpn/ \ +SITES= http://lashwhip.com/grpn/ \ ftp://lashwhip.com/pub/ # GPLv2 diff --git a/math/gunits/Makefile b/math/gunits/Makefile index 635b492c5..b11493a85 100644 --- a/math/gunits/Makefile +++ b/math/gunits/Makefile @@ -3,7 +3,7 @@ COMMENT= GNU units conversion program DISTNAME= units-2.22 PKGNAME= g${DISTNAME} CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_GNU:=units/} +SITES= ${SITE_GNU:=units/} HOMEPAGE= https://www.gnu.org/software/units/ diff --git a/math/hc/Makefile b/math/hc/Makefile index e3bafb21b..aae7851e5 100644 --- a/math/hc/Makefile +++ b/math/hc/Makefile @@ -7,7 +7,7 @@ CATEGORIES= math HOMEPAGE= http://www.geocities.com/connorbd/software/hc.html -MASTER_SITES= http://www.geocities.com/connorbd/software/ +SITES= http://www.geocities.com/connorbd/software/ # GPL PERMIT_PACKAGE= Yes diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index 1a43a93c9..659ca44b8 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += X11 Xaw Xext Xmu Xt c -MASTER_SITES= https://spacehopper.org/mirrors/ \ +SITES= https://spacehopper.org/mirrors/ \ ftp://aixpdslib.seas.ucla.edu/pub/hexcalc/RISC/3.2/src/ NO_TEST= Yes diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 948f1ee57..99470172a 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} m WANTLIB += arpack blas cxsparse glpk gmp lapack xml2 -MASTER_SITES = https://github.com/igraph/igraph/releases/download/$V/ +SITES = https://github.com/igraph/igraph/releases/download/$V/ COMPILER = base-clang ports-gcc MODULES = devel/cmake diff --git a/math/isl/Makefile b/math/isl/Makefile index ae57e831d..27ecfc8c9 100644 --- a/math/isl/Makefile +++ b/math/isl/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += gmp -MASTER_SITES = https://gcc.gnu.org/pub/gcc/infrastructure/ +SITES = https://gcc.gnu.org/pub/gcc/infrastructure/ EXTRACT_SUFX = .tar.bz2 LIB_DEPENDS = devel/gmp diff --git a/math/jacal/Makefile b/math/jacal/Makefile index 12f38e404..b7de54e55 100644 --- a/math/jacal/Makefile +++ b/math/jacal/Makefile @@ -7,7 +7,7 @@ EXTRACT_SUFX= .zip HOMEPAGE= http://people.csail.mit.edu/jaffer/JACAL -MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/ \ +SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/ \ http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/ # GPLv3 diff --git a/math/labplot/Makefile b/math/labplot/Makefile index c8b671848..0d68bca51 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -29,7 +29,7 @@ WANTLIB += Qt5Xml X11 c cantorlibs cerf cfitsio fftw3 gsl gslcblas WANTLIB += hdf5 lz4 m markdown matio netcdf poppler poppler-qt5 WANTLIB += spectre z -MASTER_SITES = https://download.kde.org/stable/labplot/ +SITES = https://download.kde.org/stable/labplot/ EXTRACT_SUFX = .tar.xz MODULES = devel/kf5 diff --git a/math/libcerf/Makefile b/math/libcerf/Makefile index a1077e385..2d0442cc9 100644 --- a/math/libcerf/Makefile +++ b/math/libcerf/Makefile @@ -5,7 +5,7 @@ DISTNAME = libcerf-v${V} PKGNAME = libcerf-${V} EXTRACT_SUFX = .tgz CATEGORIES = math -MASTER_SITES = https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${V}/ +SITES = https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${V}/ REVISION = 0 SHARED_LIBS += cerf 2.0 # 1.13 diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 6168b9388..5fac18e6d 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -17,7 +17,7 @@ WANTLIB += ngtcp2 ngtcp2_crypto_quictls ssl xml2 z COMPILER = base-clang ports-gcc -MASTER_SITES = https://github.com/Qalculate/libqalculate/releases/download/v$V/ +SITES = https://github.com/Qalculate/libqalculate/releases/download/v$V/ MODULES = textproc/intltool diff --git a/math/lpsolve/Makefile.inc b/math/lpsolve/Makefile.inc index 3977ac3fb..795fd56a1 100644 --- a/math/lpsolve/Makefile.inc +++ b/math/lpsolve/Makefile.inc @@ -4,7 +4,7 @@ V ?= ${V_MAJOR}.2.0 CATEGORIES ?= math devel HOMEPAGE ?= http://lpsolve.sourceforge.net MAINTAINER ?= Edd Barrett -MASTER_SITES ?= ${MASTER_SITE_SOURCEFORGE:=lpsolve/} +SITES ?= ${SITE_SOURCEFORGE:=lpsolve/} # LGPLv2.1 PERMIT_PACKAGE ?= Yes diff --git a/math/lrs/Makefile b/math/lrs/Makefile index f1d6537de..024bd4b5f 100644 --- a/math/lrs/Makefile +++ b/math/lrs/Makefile @@ -17,7 +17,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c gmp -MASTER_SITES = http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/ +SITES = http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/ USE_GMAKE = Yes diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 31f58fa13..462edd519 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c m curses readline -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} EXTRACT_SUFX = .tar.bz2 MAKE_ENV = READLINE=1 diff --git a/math/matio/Makefile b/math/matio/Makefile index d316c2f4e..26e6a6bcc 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= https://sourceforge.net/projects/matio/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matio/} +SITES= ${SITE_SOURCEFORGE:=matio/} COMPILER= base-clang ports-gcc diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 909fb00d2..000d9d005 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c ecl ffi gc gmp m pthread -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} +SITES= ${SITE_SOURCEFORGE:=maxima/} USE_GMAKE= yes diff --git a/math/mcl/Makefile b/math/mcl/Makefile index 1ed04b0f8..e61e6e9ec 100644 --- a/math/mcl/Makefile +++ b/math/mcl/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= https://micans.org/mcl/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= https://micans.org/mcl/src/ +SITES= https://micans.org/mcl/src/ WANTLIB= c m pthread diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index 3b41b2f20..9239113a7 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -3,7 +3,7 @@ COMMENT= monte carlo simulation software DISTNAME= mcsim-4.2.0 CATEGORIES= math REVISION= 2 -MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/} +SITES= ${SITE_GNU:=mcsim/} FAKE_FLAGS= PREFIX="${WRKINST}${PREFIX}" WRKDIST= ${WRKDIR}/mcsim diff --git a/math/ministat/Makefile b/math/ministat/Makefile index ba4b18760..f4ce364d2 100644 --- a/math/ministat/Makefile +++ b/math/ministat/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes # uses pledge() WANTLIB= c m -MASTER_SITES= https://people.freebsd.org/~misha/ +SITES= https://people.freebsd.org/~misha/ NO_TEST= Yes # needs -lm for gcc archs MAKE_FLAGS= CFLAGS="${CFLAGS} -lm" diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index 51d7f61d8..808d9bc05 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -25,7 +25,7 @@ MAINTAINER = Marc Espie # parts are 3-clause BSD, others MPL 2, other Boost SL 1.0 PERMIT_PACKAGE = Yes -MASTER_SITES = https://mlpack.org/files/ +SITES = https://mlpack.org/files/ MULTI_PACKAGES = -main -python diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index 06b954a51..84f976e81 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= archivers/libzip \ TEST_DEPENDS= shells/bash \ textproc/gdiff -MASTER_SITES= https://downloads.unidata.ucar.edu/netcdf-c/$V/ +SITES= https://downloads.unidata.ucar.edu/netcdf-c/$V/ CONFIGURE_STYLE= gnu CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo" \ diff --git a/math/nonogram/Makefile b/math/nonogram/Makefile index 550919bd1..d3f1f9e36 100644 --- a/math/nonogram/Makefile +++ b/math/nonogram/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c -MASTER_SITES = https://www.lancs.ac.uk/~simpsons/archives/ +SITES = https://www.lancs.ac.uk/~simpsons/archives/ EXTRACT_SUFX = .zip diff --git a/math/nonolib/Makefile b/math/nonolib/Makefile index 2b095ca31..074adcaa1 100644 --- a/math/nonolib/Makefile +++ b/math/nonolib/Makefile @@ -11,7 +11,7 @@ MAINTAINER = Anthony J. Bentley # LGPLv2.1+ PERMIT_PACKAGE = Yes -MASTER_SITES = https://www.lancs.ac.uk/~simpsons/archives/ +SITES = https://www.lancs.ac.uk/~simpsons/archives/ EXTRACT_SUFX = .zip diff --git a/math/ntl/Makefile b/math/ntl/Makefile index d847dbe51..6d36e9b4a 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -15,7 +15,7 @@ WANTLIB = m gmp ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} LIB_DEPENDS = devel/gmp diff --git a/math/octave/Makefile b/math/octave/Makefile index f1e3600e1..b22eedb7a 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -17,7 +17,7 @@ MAINTAINER = Steven Mestdagh # GPLv3 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_GNU:=octave/} +SITES = ${SITE_GNU:=octave/} MODULES = fortran \ x11/qt5 diff --git a/math/openfst/Makefile b/math/openfst/Makefile index ffc382cd0..5538e7f68 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -28,7 +28,7 @@ WANTLIB += c m ${COMPILER_LIBCXX} # c++17 COMPILER = base-clang ports-gcc -MASTER_SITES = http://www.openfst.org/twiki/pub/FST/FstDownload/ +SITES = http://www.openfst.org/twiki/pub/FST/FstDownload/ CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --enable-bin \ diff --git a/math/pari/Makefile b/math/pari/Makefile index f4b932fcf..9c1312289 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB += X11 c gmp m readline -MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/ \ +SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/ \ https://pari.math.u-bordeaux.fr/pub/pari/OLD/${V:R}/ BUILD_DEPENDS= print/texlive/base diff --git a/math/plplot/Makefile b/math/plplot/Makefile index e18cae14e..5b7ad1302 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -25,7 +25,7 @@ HOMEPAGE = http://plplot.sourceforge.net/ # LGPL PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=plplot/} +SITES = ${SITE_SOURCEFORGE:=plplot/} COMPILER = base-clang ports-gcc base-gcc MODULES = fortran diff --git a/math/prover9/ladr/Makefile b/math/prover9/ladr/Makefile index a42bc1e9e..ceaa36070 100644 --- a/math/prover9/ladr/Makefile +++ b/math/prover9/ladr/Makefile @@ -4,7 +4,7 @@ DISTNAME= LADR-Dec-2007 PKGNAME= ${DISTNAME:L:S/-Dec//} REVISION = 3 -MASTER_SITES= ${HOMEPAGE}/download/ +SITES= ${HOMEPAGE}/download/ WANTLIB += c m diff --git a/math/prover9/p9m4/Makefile b/math/prover9/p9m4/Makefile index 25bb24399..2078ee23d 100644 --- a/math/prover9/p9m4/Makefile +++ b/math/prover9/p9m4/Makefile @@ -4,7 +4,7 @@ DISTNAME= p9m4-v05 PKGNAME= ${DISTNAME:S/v//} REVISION = 3 -MASTER_SITES= ${HOMEPAGE}/gui/ +SITES= ${HOMEPAGE}/gui/ CONFIGURE_STYLE= # empty diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 622a33e83..45aeb8ceb 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -19,7 +19,7 @@ WANTLIB += intl lzma m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre2-8 WANTLIB += pixman-1 png pq readline spread-sheet-widget ssl xcb WANTLIB += xcb-render xcb-shm xml2 z Xau Xdmcp execinfo jpeg -MASTER_SITES = ${MASTER_SITE_GNU:=pspp/} +SITES = ${SITE_GNU:=pspp/} COMPILER = base-clang ports-gcc diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 40da3869c..cc0f27d76 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -18,7 +18,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c m -MASTER_SITES = ${HOMEPAGE}download/ +SITES = ${HOMEPAGE}download/ DISTFILES = ${DISTNAME:R}-src-${QHULL_REV}${EXTRACT_SUFX} EXTRACT_SUFX = .tgz diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile index 96f9b668f..a8c95553a 100644 --- a/math/qrupdate/Makefile +++ b/math/qrupdate/Makefile @@ -13,7 +13,7 @@ MAINTAINER = Paul Irofti # GPL v3 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qrupdate/} +SITES = ${SITE_SOURCEFORGE:=qrupdate/} MODULES = fortran MODFORTRAN_COMPILER = gfortran diff --git a/math/sc/Makefile b/math/sc/Makefile index 21a446ceb..d792222a9 100644 --- a/math/sc/Makefile +++ b/math/sc/Makefile @@ -4,7 +4,7 @@ DISTNAME= sc-7.16 REVISION= 6 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/financial/spreadsheet/} +SITES= ${SITE_SUNSITE:=apps/financial/spreadsheet/} # Public Domain PERMIT_PACKAGE= Yes diff --git a/math/spread-sheet-widget/Makefile b/math/spread-sheet-widget/Makefile index fe97f3942..659434400 100644 --- a/math/spread-sheet-widget/Makefile +++ b/math/spread-sheet-widget/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += pthread -MASTER_SITES = https://alpha.gnu.org/gnu/ssw/ +SITES = https://alpha.gnu.org/gnu/ssw/ BUILD_DEPENDS = x11/gtk+3 diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index cc819bf12..3d86fe998 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -24,7 +24,7 @@ PERMIT_PACKAGE= Yes WANTLIB += ${MODFORTRAN_WANTLIB} blas lapack m -MASTER_SITES= http://faculty.cse.tamu.edu/davis/SuiteSparse/ +SITES= http://faculty.cse.tamu.edu/davis/SuiteSparse/ MODULES= fortran MODFORTRAN_COMPILER= gfortran diff --git a/math/udunits/Makefile b/math/udunits/Makefile index e1b5b1207..3c2d1a447 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -10,7 +10,7 @@ HOMEPAGE = http://www.unidata.ucar.edu/software/udunits/ # original BSD-like, with advertisement clause PERMIT_PACKAGE = Yes -MASTER_SITES = ftp://ftp.unidata.ucar.edu/pub/udunits/ +SITES = ftp://ftp.unidata.ucar.edu/pub/udunits/ WANTLIB += c expat m diff --git a/math/veusz/Makefile b/math/veusz/Makefile index d05a40385..17c0cfeef 100644 --- a/math/veusz/Makefile +++ b/math/veusz/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets Qt5Xml WANTLIB += m -MASTER_SITES = https://github.com/veusz/veusz/releases/download/${DISTNAME}/ +SITES = https://github.com/veusz/veusz/releases/download/${DISTNAME}/ MODULES = lang/python \ x11/qt5 diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index 45f8157e9..fc8345f2b 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c curses gmp>=7 m mpfr>=0.2 readline -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=w-calc/} +SITES = ${SITE_SOURCEFORGE:=w-calc/} LIB_DEPENDS = devel/gmp devel/mpfr diff --git a/math/wmcalc/Makefile b/math/wmcalc/Makefile index e56dfbad0..ecdc6c4e3 100644 --- a/math/wmcalc/Makefile +++ b/math/wmcalc/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://members.cox.net/ehf_dockapps/ PERMIT_PACKAGE= Yes WANTLIB= X11 Xext Xpm c m -MASTER_SITES= ${HOMEPAGE}wmcalc/ +SITES= ${HOMEPAGE}wmcalc/ NO_TEST= Yes diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 0eb20abd4..f9e2aec8f 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math devel HOMEPAGE= http://yorick.sourceforge.net/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yorick/} +SITES= ${SITE_SOURCEFORGE:=yorick/} EXTRACT_SUFX= .tgz # BSD diff --git a/misc/WordGenerator/Makefile b/misc/WordGenerator/Makefile index 4db670f56..b372e35ce 100644 --- a/misc/WordGenerator/Makefile +++ b/misc/WordGenerator/Makefile @@ -11,7 +11,7 @@ MAINTAINER = Benoit Lecocq # GPLv3 PERMIT_PACKAGE = Yes -MASTER_SITES = http://www.arcane-labs.net/download/OpenBSD/ \ +SITES = http://www.arcane-labs.net/download/OpenBSD/ \ http://billposer.org/Software/Downloads/ MODULES = x11/tk diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 522ff7c85..654e6f234 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -19,7 +19,7 @@ WANTLIB += X11 c m # TLS COMPILER= base-clang ports-gcc -MASTER_SITES= https://www.astrolog.org/ftp/ +SITES= https://www.astrolog.org/ftp/ DISTFILES= ${DISTNAME}.zip \ ${DISTNAME}-{ephem/}astephem.zip UNZIP= unzip -a diff --git a/misc/bible-kjv/Makefile b/misc/bible-kjv/Makefile index 5be11def0..c13d9cffd 100644 --- a/misc/bible-kjv/Makefile +++ b/misc/bible-kjv/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c curses readline -MASTER_SITES= ${MASTER_SITE_DEBIAN:=main/b/bible-kjv/} +SITES= ${SITE_DEBIAN:=main/b/bible-kjv/} WRKDIST= ${WRKDIR}/work diff --git a/misc/brltty/Makefile b/misc/brltty/Makefile index d6cc2c81a..d044413eb 100644 --- a/misc/brltty/Makefile +++ b/misc/brltty/Makefile @@ -4,7 +4,7 @@ DISTNAME= brltty-3.6 REVISION= 7 CATEGORIES= misc HOMEPAGE= https://brltty.app -MASTER_SITES= https://brltty.app/archive/ +SITES= https://brltty.app/archive/ # GPLv2 PERMIT_PACKAGE= Yes diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile index 8157b7f3e..89256d215 100644 --- a/misc/bsdiff/Makefile +++ b/misc/bsdiff/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= bz2 c -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} MAKE_FLAGS= CC='${CC}' \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib -lbz2" diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile index daa19062b..9821fcce9 100644 --- a/misc/buffer/Makefile +++ b/misc/buffer/Makefile @@ -9,7 +9,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL:=steve/} +SITES= ${SITE_FREEBSD_LOCAL:=steve/} EXTRACT_SUFX= .tar.bz2 MAKE_ENV= CC="${CC}" diff --git a/misc/ccze/Makefile b/misc/ccze/Makefile index 84eedfcda..5a3e69570 100644 --- a/misc/ccze/Makefile +++ b/misc/ccze/Makefile @@ -6,7 +6,7 @@ CATEGORIES= misc MAINTAINER= Robert Nagy -MASTER_SITES= https://distfiles.bsdfrog.org/ +SITES= https://distfiles.bsdfrog.org/ # GPL PERMIT_PACKAGE= Yes diff --git a/misc/cdrdao/Makefile b/misc/cdrdao/Makefile index e2ffc6f08..2005e9e98 100644 --- a/misc/cdrdao/Makefile +++ b/misc/cdrdao/Makefile @@ -2,7 +2,7 @@ COMMENT= write audio/data CD-Rs in disk-at-once mode DISTNAME= cdrdao-1.2.1 CATEGORIES= audio misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cdrdao/} +SITES= ${SITE_SOURCEFORGE:=cdrdao/} REVISION= 6 HOMEPAGE= http://cdrdao.sourceforge.net/ diff --git a/misc/clex/Makefile b/misc/clex/Makefile index 7b5b19210..2f78b548a 100644 --- a/misc/clex/Makefile +++ b/misc/clex/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c curses -MASTER_SITES= ${HOMEPAGE:=download/} +SITES= ${HOMEPAGE:=download/} CONFIGURE_STYLE= gnu diff --git a/misc/cmdpack/Makefile b/misc/cmdpack/Makefile index b1f7bc81f..b8fa5ceff 100644 --- a/misc/cmdpack/Makefile +++ b/misc/cmdpack/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c -MASTER_SITES = http://www.neillcorlett.com/downloads/ +SITES = http://www.neillcorlett.com/downloads/ NO_TEST = Yes diff --git a/misc/deco/Makefile b/misc/deco/Makefile index f638c1598..a54b7d528 100644 --- a/misc/deco/Makefile +++ b/misc/deco/Makefile @@ -4,7 +4,7 @@ DISTNAME= deco383 PKGNAME= deco-3.8.3 REVISION= 2 CATEGORIES= misc -MASTER_SITES= https://distfiles.sigtrap.nl/ +SITES= https://distfiles.sigtrap.nl/ EXTRACT_SUFX= .tgz # GPL diff --git a/misc/delay/Makefile b/misc/delay/Makefile index 9ed71f8f8..e3e8d85db 100644 --- a/misc/delay/Makefile +++ b/misc/delay/Makefile @@ -3,7 +3,7 @@ COMMENT= delay program with feedback to the user DISTNAME= delay-1.6 REVISION= 0 CATEGORIES= misc -MASTER_SITES= ${HOMEPAGE}dl/ +SITES= ${HOMEPAGE}dl/ HOMEPAGE= http://onegeek.org/~tom/software/delay/ diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index e3deeb348..111865348 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c curses iconv intl -MASTER_SITES = https://invisible-mirror.net/archives/dialog/ \ +SITES = https://invisible-mirror.net/archives/dialog/ \ ftp://ftp.invisible-island.net/dialog/ EXTRACT_SUFX = .tgz diff --git a/misc/digitemp/Makefile b/misc/digitemp/Makefile index 63f711e39..54a491346 100644 --- a/misc/digitemp/Makefile +++ b/misc/digitemp/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c m usb pthread -MASTER_SITES= ${HOMEPAGE}/software/linux/ +SITES= ${HOMEPAGE}/software/linux/ LIB_DEPENDS= devel/libusb-compat diff --git a/misc/divecmd/Makefile b/misc/divecmd/Makefile index 74cbf5234..fd6a89238 100644 --- a/misc/divecmd/Makefile +++ b/misc/divecmd/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes # uses pledge() WANTLIB += divecomputer expat m c -MASTER_SITES = https://kristaps.bsd.lv/divecmd/snapshots/ +SITES = https://kristaps.bsd.lv/divecmd/snapshots/ LIB_DEPENDS = misc/libdivecomputer diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile index e3ea55142..dcd35c7d1 100644 --- a/misc/dtach/Makefile +++ b/misc/dtach/Makefile @@ -9,7 +9,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c util -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/} +SITES= ${SITE_SOURCEFORGE:=dtach/} CONFIGURE_STYLE= gnu NO_TEST= Yes diff --git a/misc/dtcltiny/Makefile b/misc/dtcltiny/Makefile index 39e2a4314..50979c317 100644 --- a/misc/dtcltiny/Makefile +++ b/misc/dtcltiny/Makefile @@ -11,7 +11,7 @@ MAINTAINER = Sebastian Reitenbach # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dtcltiny/} +SITES = ${SITE_SOURCEFORGE:=dtcltiny/} MODULES = x11/qt5 WANTLIB += c m pthread ${COMPILER_LIBCXX} diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile index f2863bb58..9991f1d1e 100644 --- a/misc/dvtm/Makefile +++ b/misc/dvtm/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c curses util -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} NO_TEST= Yes diff --git a/misc/ent/Makefile b/misc/ent/Makefile index d6ceac728..cbc9f6fde 100644 --- a/misc/ent/Makefile +++ b/misc/ent/Makefile @@ -9,7 +9,7 @@ REVISION= 1 EXTRACT_SUFX= .zip HOMEPAGE= https://www.fourmilab.ch/random/ -MASTER_SITES= https://www.fourmilab.ch/random/ +SITES= https://www.fourmilab.ch/random/ WRKDIST= ${WRKDIR} ALL_TARGET= ent diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index c374cb409..0c9fc954b 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -15,7 +15,6 @@ WANTLIB = c SITES = ftp://ftp.figlet.org/pub/figlet/program/unix/ SITES.c = http://www.arcane-labs.net/download/OpenBSD/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.c = figlet-contributed-06092002${EXTRACT_SUFX} MAKE_FLAGS = CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" \ DEFAULTFONTDIR=${PREFIX}/share/figlet diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index eb77b7730..b31fbccc0 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c iconv intl m -MASTER_SITES= ${MASTER_SITE_GNU:=findutils/} +SITES= ${SITE_GNU:=findutils/} LIB_DEPENDS= devel/gettext,-runtime diff --git a/misc/fortunes-ru/Makefile b/misc/fortunes-ru/Makefile index 5ebe0fef1..c1ef453c2 100644 --- a/misc/fortunes-ru/Makefile +++ b/misc/fortunes-ru/Makefile @@ -6,7 +6,7 @@ CATEGORIES = misc # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = https://www.ohvost.ru/dnl/ +SITES = https://www.ohvost.ru/dnl/ NO_BUILD = Yes NO_TEST = Yes diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile index 55d83bc82..0c0ea358b 100644 --- a/misc/ftdi-eeprom/Makefile +++ b/misc/ftdi-eeprom/Makefile @@ -8,7 +8,7 @@ CATEGORIES= misc PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= http://www.bwct.de/ +SITES= http://www.bwct.de/ FAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \ MANDIR="${TRUEPREFIX}/man/man" diff --git a/misc/garmin-utils/Makefile b/misc/garmin-utils/Makefile index 40e78b31e..7132aad6b 100644 --- a/misc/garmin-utils/Makefile +++ b/misc/garmin-utils/Makefile @@ -4,7 +4,7 @@ DISTNAME= garmin-utils-2.4 REVISION= 2 CATEGORIES= misc geo -MASTER_SITES= ftp://ftp.snafu.org/pub/ +SITES= ftp://ftp.snafu.org/pub/ PERMIT_PACKAGE= Yes diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index ddb4a9818..86096a8f2 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -4,7 +4,7 @@ DISTNAME= geekcode-1.7.3 CATEGORIES= misc REVISION= 2 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geekcode/} +SITES= ${SITE_SOURCEFORGE:=geekcode/} # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/misc/gnugetopt/Makefile b/misc/gnugetopt/Makefile index 00dc39014..34e2440f6 100644 --- a/misc/gnugetopt/Makefile +++ b/misc/gnugetopt/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://software.frodo.looijaard.name/getopt/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= http://frodo.looijaard.name/system/files/software/getopt/ +SITES= http://frodo.looijaard.name/system/files/software/getopt/ WANTLIB= c iconv intl diff --git a/misc/gnuwatch/Makefile b/misc/gnuwatch/Makefile index ba1148dcd..d9ef46676 100644 --- a/misc/gnuwatch/Makefile +++ b/misc/gnuwatch/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB= curses c -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=procps-ng/} +SITES= ${SITE_SOURCEFORGE:=procps-ng/} NO_TEST= Yes CONFIGURE_STYLE=gnu diff --git a/misc/gone/Makefile b/misc/gone/Makefile index bfdb8c2f3..4ee7c723e 100644 --- a/misc/gone/Makefile +++ b/misc/gone/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ${HOMEPAGE}/downloads/ +SITES= ${HOMEPAGE}/downloads/ CONFIGURE_STYLE= gnu CONFIGURE_ENV= with_setuid="no" diff --git a/misc/gpsd/Makefile b/misc/gpsd/Makefile index 80691d861..a8b698c6e 100644 --- a/misc/gpsd/Makefile +++ b/misc/gpsd/Makefile @@ -20,7 +20,7 @@ HOMEPAGE = https://gpsd.gitlab.io/gpsd/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gpsd/} +SITES = ${SITE_SAVANNAH:=gpsd/} # C++11 COMPILER = base-clang ports-gcc diff --git a/misc/gramps/Makefile b/misc/gramps/Makefile index 05130028e..9b18cee85 100644 --- a/misc/gramps/Makefile +++ b/misc/gramps/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= https://gramps-project.org/ # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} +SITES= ${SITE_SOURCEFORGE:=gramps/} MODULES= lang/python \ textproc/intltool diff --git a/misc/hfsplus/Makefile b/misc/hfsplus/Makefile index dd9694200..1b8e18763 100644 --- a/misc/hfsplus/Makefile +++ b/misc/hfsplus/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= https://distfiles.sigtrap.nl/ +SITES= https://distfiles.sigtrap.nl/ EXTRACT_SUFX= .src.tar.bz2 USE_GMAKE= Yes diff --git a/misc/impress/Makefile b/misc/impress/Makefile index ca42ee16b..7b69d6c19 100644 --- a/misc/impress/Makefile +++ b/misc/impress/Makefile @@ -6,7 +6,7 @@ REVISION= 2 DISTFILES= imp${VERSION}.tar.gz CATEGORIES= misc -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} HOMEPAGE= http://www.ntlug.org/~ccox/impress/ diff --git a/misc/insult/Makefile b/misc/insult/Makefile index c451922f6..b1da751d2 100644 --- a/misc/insult/Makefile +++ b/misc/insult/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c -MASTER_SITES = ${HOMEPAGE}/dl/ +SITES = ${HOMEPAGE}/dl/ MAKE_FLAGS = CC="${CC}" MAKE_ENV = LDFLAGS="${LDFLAGS}" diff --git a/misc/lchat/Makefile b/misc/lchat/Makefile index 9d5c7db49..a16610dc9 100644 --- a/misc/lchat/Makefile +++ b/misc/lchat/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c grapheme -MASTER_SITES = https://dl.suckless.org/tools/ +SITES = https://dl.suckless.org/tools/ LIB_DEPENDS = textproc/libgrapheme diff --git a/misc/libcpucycles/Makefile b/misc/libcpucycles/Makefile index 6cf83cf64..6d90e5d6f 100644 --- a/misc/libcpucycles/Makefile +++ b/misc/libcpucycles/Makefile @@ -5,7 +5,7 @@ DISTNAME= libcpucycles-${V} SHARED_LIBS+= cpucycles 0.0 # 1.0 CATEGORIES= misc HOMEPAGE= https://cpucycles.cr.yp.to/ -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} MAINTAINER= Miguel Landaeta diff --git a/misc/libdivecomputer/Makefile b/misc/libdivecomputer/Makefile index 6a89ebfc4..c2e8841f1 100644 --- a/misc/libdivecomputer/Makefile +++ b/misc/libdivecomputer/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c m -MASTER_SITES = https://www.libdivecomputer.org/releases/ +SITES = https://www.libdivecomputer.org/releases/ USE_GMAKE = Yes CONFIGURE_STYLE = gnu diff --git a/misc/libstubborn/Makefile b/misc/libstubborn/Makefile index 00bfa694d..974656e41 100644 --- a/misc/libstubborn/Makefile +++ b/misc/libstubborn/Makefile @@ -8,7 +8,7 @@ MAINTAINER = Thomas Frohwein # ISC PERMIT_PACKAGE = Yes -MASTER_SITES = https://github.com/rfht/libstubborn/releases/download/${V}/ +SITES = https://github.com/rfht/libstubborn/releases/download/${V}/ NO_TEST = Yes do-install: diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index cf53af93c..0c4abd3d5 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -1,7 +1,7 @@ COMMENT= genealogical database and programming system DISTNAME= lifelines-3.0.62 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lifelines/} +SITES= ${SITE_SOURCEFORGE:=lifelines/} REVISION= 2 HOMEPAGE= http://lifelines.sourceforge.net/ diff --git a/misc/logjam/Makefile b/misc/logjam/Makefile index 6568ade867..a402a2807 100644 --- a/misc/logjam/Makefile +++ b/misc/logjam/Makefile @@ -19,7 +19,7 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 png psl soup-2.4 WANTLIB += sqlite3 unistring xcb xcb-render xcb-shm xml2 z WANTLIB += Xau Xdmcp execinfo jpeg -MASTER_SITES = ${HOMEPAGE}/download/ +SITES = ${HOMEPAGE}/download/ EXTRACT_SUFX = .tar.bz2 MODULES = textproc/intltool diff --git a/misc/m17n/Makefile.inc b/misc/m17n/Makefile.inc index a718e6e0b..d02121cb6 100644 --- a/misc/m17n/Makefile.inc +++ b/misc/m17n/Makefile.inc @@ -8,7 +8,7 @@ MAINTAINER ?= Eric Brown # LGPLv2+ PERMIT_PACKAGE ?= Yes -MASTER_SITES ?= ${MASTER_SITE_SAVANNAH:=m17n/} +SITES ?= ${SITE_SAVANNAH:=m17n/} USE_GMAKE ?= Yes CONFIGURE_STYLE ?= gnu diff --git a/misc/m17n/db/Makefile b/misc/m17n/db/Makefile index 4d0099e90..0c6246f0b 100644 --- a/misc/m17n/db/Makefile +++ b/misc/m17n/db/Makefile @@ -3,7 +3,6 @@ COMMENT = database for multilingual text processing library DISTNAME = m17n-db-${M17N_V} GLIBC = glibc-2.28 -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.glibc=${GLIBC}${EXTRACT_SUFX} SITES.glibc = ${SITE_GNU:=glibc/} diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index ccf7a47b5..fedf14e93 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -5,7 +5,7 @@ EPOCH= 0 CATEGORIES= misc productivity -MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ +SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ HOMEPAGE= http://member.wide.ad.jp/wg/mgp/ diff --git a/misc/mc/Makefile b/misc/mc/Makefile index a24f98951..c38d316ed 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -4,7 +4,7 @@ DISTNAME= mc-4.8.30 CATEGORIES= misc HOMEPAGE= https://www.midnight-commander.org/ -MASTER_SITES= ${HOMEPAGE}downloads/ +SITES= ${HOMEPAGE}downloads/ MAINTAINER= Robert Nagy EXTRACT_SUFX= .tar.xz diff --git a/misc/memcached/Makefile b/misc/memcached/Makefile index 44ed0c1bf..eda8ab4b0 100644 --- a/misc/memcached/Makefile +++ b/misc/memcached/Makefile @@ -17,7 +17,7 @@ WANTLIB += c crypto event pthread ssl event_core FLAVOR?= FLAVORS= sasl -MASTER_SITES= http://memcached.org/files/ +SITES= http://memcached.org/files/ CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/misc/memchan/Makefile b/misc/memchan/Makefile index 93ab6b08f..62b2ec97f 100644 --- a/misc/memchan/Makefile +++ b/misc/memchan/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=memchan/} +SITES = ${SITE_SOURCEFORGE:=memchan/} MODULES = lang/tcl BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS} \ diff --git a/misc/migrationtools/Makefile b/misc/migrationtools/Makefile index 95731ec9c..a9699412c 100644 --- a/misc/migrationtools/Makefile +++ b/misc/migrationtools/Makefile @@ -4,7 +4,7 @@ DISTNAME= MigrationTools-47 PKGNAME= ${DISTNAME:L} CATEGORIES= misc -MASTER_SITES= http://www.padl.com/download/ +SITES= http://www.padl.com/download/ HOMEPAGE= http://www.padl.com/OSS/MigrationTools.html # BSD diff --git a/misc/most/Makefile b/misc/most/Makefile index d62c878bf..c5b52b23e 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -5,7 +5,7 @@ CATEGORIES= misc HOMEPAGE= https://www.jedsoft.org/most/ -MASTER_SITES= https://www.jedsoft.org/releases/most/ +SITES= https://www.jedsoft.org/releases/most/ LIB_DEPENDS= devel/libslang diff --git a/misc/openbabel/Makefile b/misc/openbabel/Makefile index 21ac8b7d5..1f3507538 100644 --- a/misc/openbabel/Makefile +++ b/misc/openbabel/Makefile @@ -21,7 +21,7 @@ PERMIT_PACKAGE= Yes WANTLIB+= ${COMPILER_LIBCXX} boost_iostreams-mt boost_regex-mt WANTLIB+= c cairo m xml2 z -MASTER_SITES= https://github.com/openbabel/openbabel/releases/download/openbabel-${V:S/./-/g}/ +SITES= https://github.com/openbabel/openbabel/releases/download/openbabel-${V:S/./-/g}/ EXTRACT_SUFX= -source.tar.bz2 COMPILER= base-clang ports-gcc diff --git a/misc/os-test/Makefile b/misc/os-test/Makefile index 75e7d85ba..00aa9b628 100644 --- a/misc/os-test/Makefile +++ b/misc/os-test/Makefile @@ -21,8 +21,8 @@ PERMIT_PACKAGE = Yes WANTLIB = c #DISTFILES = ${DISTNAME}${EXTRACT_SUFX}{archive${EXTRACT_SUFX}?ref=${GL_COMMIT}} -#MASTER_SITES = https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/repository/ -MASTER_SITES = https://spacehopper.org/mirrors/ +#SITES = https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/repository/ +SITES = https://spacehopper.org/mirrors/ MAKE_FILE = BSDmakefile diff --git a/misc/osinfo/Makefile.inc b/misc/osinfo/Makefile.inc index ffab85fc4..6387d98b4 100644 --- a/misc/osinfo/Makefile.inc +++ b/misc/osinfo/Makefile.inc @@ -9,5 +9,5 @@ HOMEPAGE= https://libosinfo.org/ # GPLv2+ - LGPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= https://releases.pagure.org/libosinfo/ +SITES= https://releases.pagure.org/libosinfo/ EXTRACT_SUFX= .tar.xz diff --git a/misc/p5-Umph-Prompt/Makefile b/misc/p5-Umph-Prompt/Makefile index 4597ac6dd..eb7c81c69 100644 --- a/misc/p5-Umph-Prompt/Makefile +++ b/misc/p5-Umph-Prompt/Makefile @@ -11,7 +11,7 @@ HOMEPAGE = http://repo.or.cz/w/umph-prompt.git # LGPLv2.1+ PERMIT_PACKAGE = Yes -MASTER_SITES = https://distfiles.sigtrap.nl/ +SITES = https://distfiles.sigtrap.nl/ CONFIGURE_STYLE = perl diff --git a/misc/p5-User-Identity/Makefile b/misc/p5-User-Identity/Makefile index 2e955a4ab..8e7208dde 100644 --- a/misc/p5-User-Identity/Makefile +++ b/misc/p5-User-Identity/Makefile @@ -1,14 +1,17 @@ -COMMENT = maintains info about a physical person +COMMENT = maintains info about a physical person -DISTNAME = User-Identity-1.01 -CATEGORIES = misc +DISTNAME = User-Identity-1.02 -# perl +CATEGORIES = misc + +# Perl PERMIT_PACKAGE = Yes MODULES = cpan + +RUN_DEPENDS = devel/p5-Hash-Ordered>=0.014 \ + geo/p5-Geography-Countries + PKG_ARCH = * -RUN_DEPENDS = geo/p5-Geography-Countries - .include diff --git a/misc/p5-User-Identity/distinfo b/misc/p5-User-Identity/distinfo index e951e9e82..7659aebd1 100644 --- a/misc/p5-User-Identity/distinfo +++ b/misc/p5-User-Identity/distinfo @@ -1,2 +1,2 @@ -SHA256 (User-Identity-1.01.tar.gz) = 7ACIoYjGq/sxaU/k1ce84MQt4MyiKK5+K90r/P4vrQ0= -SIZE (User-Identity-1.01.tar.gz) = 28933 +SHA256 (User-Identity-1.02.tar.gz) = OySu5/UnjGXD8EEVsHyG5kaTTpnqQJJANj8wiZE+uJk= +SIZE (User-Identity-1.02.tar.gz) = 29058 diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index eedcbf05e..990f7da3c 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c curses iconv intl m slang -MASTER_SITES= https://git.kitenet.net/index.cgi/pdmenu.git/snapshot/ +SITES= https://git.kitenet.net/index.cgi/pdmenu.git/snapshot/ BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/gettext,-runtime \ diff --git a/misc/pfm/Makefile b/misc/pfm/Makefile index 9eabad8a1..906fe8923 100644 --- a/misc/pfm/Makefile +++ b/misc/pfm/Makefile @@ -6,7 +6,7 @@ CATEGORIES= misc HOMEPAGE= http://p-f-m.sourceforge.net/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p-f-m/} +SITES= ${SITE_SOURCEFORGE:=p-f-m/} # GPLv2 PERMIT_PACKAGE= Yes diff --git a/misc/plan/Makefile b/misc/plan/Makefile index 54eb7c48b..2e845b417 100644 --- a/misc/plan/Makefile +++ b/misc/plan/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= X11 Xext Xpm Xt c m Xm # ftp server seems to have a firewalling/config problem -MASTER_SITES= ftp://ftp.bitrot.de/pub/plan/ \ +SITES= ftp://ftp.bitrot.de/pub/plan/ \ https://spacehopper.org/mirrors/ FIX_EXTRACT_PERMISSIONS= Yes diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile index 6e4b2521c..8be423ac8 100644 --- a/misc/posixtestsuite/Makefile +++ b/misc/posixtestsuite/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c m pthread -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=posixtest/} +SITES = ${SITE_SOURCEFORGE:=posixtest/} BUILD_DEPENDS = textproc/gsed diff --git a/misc/randtype/Makefile b/misc/randtype/Makefile index ecc58b916..1b49c5c07 100644 --- a/misc/randtype/Makefile +++ b/misc/randtype/Makefile @@ -5,7 +5,7 @@ CATEGORIES= misc REVISION= 0 HOMEPAGE= http://bjk.sourceforge.net/randtype/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bjk/} +SITES= ${SITE_SOURCEFORGE:=bjk/} FIX_EXTRACT_PERMISSIONS=Yes diff --git a/misc/redshift/Makefile b/misc/redshift/Makefile index fb0832c06..97c020e8b 100644 --- a/misc/redshift/Makefile +++ b/misc/redshift/Makefile @@ -15,7 +15,7 @@ WANTLIB = X11 Xau Xdmcp Xext Xxf86vm c drm ffi gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 iconv intl m pcre2-8 pthread xcb WANTLIB += xcb-randr z -MASTER_SITES= https://github.com/jonls/redshift/releases/download/v$V/ +SITES= https://github.com/jonls/redshift/releases/download/v$V/ EXTRACT_SUFX= .tar.xz MODULES= lang/python \ diff --git a/misc/remind/Makefile b/misc/remind/Makefile index 7f543e092..deabc3fed 100644 --- a/misc/remind/Makefile +++ b/misc/remind/Makefile @@ -17,7 +17,7 @@ COMPILER_LANGS= c WANTLIB= c m -MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ +SITES= https://dianne.skoll.ca/projects/remind/download/ TEST_ENV= LC_ALL=en_US.UTF-8 diff --git a/misc/rlwrap/Makefile b/misc/rlwrap/Makefile index 18a454758..c77b5235f 100644 --- a/misc/rlwrap/Makefile +++ b/misc/rlwrap/Makefile @@ -7,7 +7,7 @@ CATEGORIES= misc # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/hanslub42/rlwrap/releases/download/v$V/ +SITES= https://github.com/hanslub42/rlwrap/releases/download/v$V/ WANTLIB= c curses readline util diff --git a/misc/rocrail/Makefile b/misc/rocrail/Makefile index 186a66b68..91b7d0db2 100644 --- a/misc/rocrail/Makefile +++ b/misc/rocrail/Makefile @@ -18,7 +18,7 @@ MAINTAINER = Sebastian Reitenbach # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = http://bugs.launchpad.net/rocrail/sunrise/2.0/+download/ +SITES = http://bugs.launchpad.net/rocrail/sunrise/2.0/+download/ COMPILER = base-clang ports-gcc base-gcc diff --git a/misc/screen-shm/Makefile b/misc/screen-shm/Makefile index 0874d0ed3..7c9c57e5a 100644 --- a/misc/screen-shm/Makefile +++ b/misc/screen-shm/Makefile @@ -6,7 +6,7 @@ PORTROACH= ignore:1 DISTNAME= screen-4.0.3 REVISION= 9 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNU:=screen/} +SITES= ${SITE_GNU:=screen/} HOMEPAGE= https://www.gnu.org/software/screen/ diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 188855ba5..66deac2c9 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -2,7 +2,7 @@ COMMENT= multi-screen window manager DISTNAME= screen-4.9.1 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNU:=screen/} +SITES= ${SITE_GNU:=screen/} HOMEPAGE= https://www.gnu.org/software/screen/ diff --git a/misc/sent/Makefile b/misc/sent/Makefile index 30599aa16..87ef0c143 100644 --- a/misc/sent/Makefile +++ b/misc/sent/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB= X11 Xft c fontconfig m -MASTER_SITES= http://dl.suckless.org/tools/ +SITES= http://dl.suckless.org/tools/ RUN_DEPENDS= archivers/bzip2 \ graphics/farbfeld diff --git a/misc/shared-desktop-ontologies/Makefile b/misc/shared-desktop-ontologies/Makefile index e3e37cbe4..91084466c 100644 --- a/misc/shared-desktop-ontologies/Makefile +++ b/misc/shared-desktop-ontologies/Makefile @@ -9,7 +9,7 @@ HOMEPAGE = http://sourceforge.net/apps/trac/oscaf/ CATEGORIES = misc -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=oscaf/} +SITES = ${SITE_SOURCEFORGE:=oscaf/} # BSD - CC-BY PERMIT_PACKAGE = Yes diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 1853b7d8c..7f2e0e237 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE= Yes # uses pledge() WANTLIB += c glib-2.0 xml2 -MASTER_SITES= https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/${V}/ +SITES= https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/${V}/ MODULES= devel/meson \ lang/python diff --git a/misc/spdrs60/Makefile b/misc/spdrs60/Makefile index 0fdd17253..64fbce579 100644 --- a/misc/spdrs60/Makefile +++ b/misc/spdrs60/Makefile @@ -4,7 +4,7 @@ DISTNAME = spdrs60-0.6.5 CATEGORIES = misc x11 HOMEPAGE = http://spdrs60.sourceforge.net/ -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=spdrs60/} +SITES = ${SITE_SOURCEFORGE:=spdrs60/} MAINTAINER = Sebastian Reitenbach diff --git a/misc/srcpd/Makefile b/misc/srcpd/Makefile index 7a6ae598d..d9e2ccaa0 100644 --- a/misc/srcpd/Makefile +++ b/misc/srcpd/Makefile @@ -4,7 +4,7 @@ DISTNAME = srcpd-2.1.6 CATEGORIES = misc net HOMEPAGE = http://srcpd.sourceforge.net/ -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=srcpd/} +SITES = ${SITE_SOURCEFORGE:=srcpd/} MAINTAINER = Sebastian Reitenbach diff --git a/misc/subsurface/Makefile b/misc/subsurface/Makefile index 803e0d17b..1f2a4ca67 100644 --- a/misc/subsurface/Makefile +++ b/misc/subsurface/Makefile @@ -23,7 +23,7 @@ WANTLIB += Qt5WebKit Qt5WebKitWidgets Qt5Widgets c crypto curl WANTLIB += git2 m sqlite3 ssh2 ssl usb-1.0 xml2 xslt zip WANTLIB += Qt5PositioningQuick Qt5QmlModels -MASTER_SITES = https://subsurface-divelog.org/downloads/ +SITES = https://subsurface-divelog.org/downloads/ EXTRACT_SUFX = .tgz DISTFILES = Subsurface-${VER}${EXTRACT_SUFX} \ libdivecomputer-subsurface-branch-${VER}${EXTRACT_SUFX} diff --git a/misc/supercat/Makefile b/misc/supercat/Makefile index ec54c046b..29a494b80 100644 --- a/misc/supercat/Makefile +++ b/misc/supercat/Makefile @@ -4,7 +4,7 @@ DISTNAME= supercat-0.5.8 CATEGORIES= misc HOMEPAGE= https://supercat.nosredna.net/ -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} # GPLv3+ PERMIT_PACKAGE= Yes diff --git a/misc/tapclean/Makefile b/misc/tapclean/Makefile index 42a2745e0..9418d2011 100644 --- a/misc/tapclean/Makefile +++ b/misc/tapclean/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c m # the software authors do not make source release tarballs -MASTER_SITES = http://theunixzoo.co.uk/distfiles/ +SITES = http://theunixzoo.co.uk/distfiles/ NO_TEST = Yes diff --git a/misc/teseq/Makefile b/misc/teseq/Makefile index 62012dafd..754cc9af2 100644 --- a/misc/teseq/Makefile +++ b/misc/teseq/Makefile @@ -9,7 +9,7 @@ MAINTAINER= Christian Weisgerber # GPLv3 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_GNU:=teseq/} +SITES= ${SITE_GNU:=teseq/} EXTRACT_SUFX= .tar.xz WANTLIB= c diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 414f68220..fffe31eef 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -7,7 +7,7 @@ MAINTAINER = Stuart Cassoff PERMIT_PACKAGE =Yes -MASTER_SITES = ftp://ftp.tcl.tk/pub/tcl/mirror/ftp.procplace.com/alcatel/code/ +SITES = ftp://ftp.tcl.tk/pub/tcl/mirror/ftp.procplace.com/alcatel/code/ EXTRACT_SUFX = .tcl.gz MODULES = x11/tk MODTK_VERSION = 8.6 diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 9f98efd91..a29f4b519 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -8,7 +8,7 @@ MAINTAINER = Stuart Cassoff # BSD/GPL PERMIT_PACKAGE = Yes -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} MODULES = x11/tk RUN_DEPENDS = ${MODTK_RUN_DEPENDS} NO_BUILD = Yes diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 9eb391a33..cf287b96e 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -9,7 +9,7 @@ MAINTAINER = Stuart Cassoff # Artistic License PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tkman/} +SITES = ${SITE_SOURCEFORGE:=tkman/} MODULES = x11/tk RUN_DEPENDS = ${MODTK_RUN_DEPENDS} \ diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index a557df4c9..95a796ff1 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c caca -MASTER_SITES = http://caca.zoy.org/raw-attachment/wiki/toilet/ +SITES = http://caca.zoy.org/raw-attachment/wiki/toilet/ LIB_DEPENDS = graphics/libcaca diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index 9c7de0613..6845e3139 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -9,9 +9,9 @@ HOMEPAGE= http://0xcc.net/ttyrec/ # BSD PERMIT_PACKAGE= Yes -WANTLIB= c +WANTLIB= c -MASTER_SITES= http://0xcc.net/ttyrec/ +SITES= http://0xcc.net/ttyrec/ NO_TEST= Yes diff --git a/misc/uniutils/Makefile b/misc/uniutils/Makefile index 1e002c274..cb539e179 100644 --- a/misc/uniutils/Makefile +++ b/misc/uniutils/Makefile @@ -14,7 +14,7 @@ WANTLIB= c iconv intl LIB_DEPENDS= devel/gettext,-runtime -MASTER_SITES= http://billposer.org/Software/Downloads/ +SITES= http://billposer.org/Software/Downloads/ CONFIGURE_STYLE=gnu CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/misc/vmware-vncpasswd/Makefile b/misc/vmware-vncpasswd/Makefile index c280fa261..a705e2317 100644 --- a/misc/vmware-vncpasswd/Makefile +++ b/misc/vmware-vncpasswd/Makefile @@ -14,8 +14,8 @@ PERMIT_DISTFILES= missing license WANTLIB= c -MASTER_SITES= https://spacehopper.org/mirrors/ -#MASTER_SITES= http://communities.vmware.com/servlet/JiveServlet/download/7535-4-13355/ +SITES= https://spacehopper.org/mirrors/ +#SITES= http://communities.vmware.com/servlet/JiveServlet/download/7535-4-13355/ EXTRACT_SUFX= .zip NO_TEST= Yes diff --git a/misc/vttest/Makefile b/misc/vttest/Makefile index 108d32f08..df01c2253 100644 --- a/misc/vttest/Makefile +++ b/misc/vttest/Makefile @@ -9,7 +9,7 @@ MAINTAINER= Christian Weisgerber # MIT PERMIT_PACKAGE= Yes -MASTER_SITES= https://invisible-mirror.net/archives/vttest/ \ +SITES= https://invisible-mirror.net/archives/vttest/ \ ftp://ftp.invisible-island.net/vttest/ EXTRACT_SUFX= .tgz diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile index 98c978f14..33b030088 100644 --- a/misc/wmmand/Makefile +++ b/misc/wmmand/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= X11 Xext Xpm c -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmmand/} +SITES= ${SITE_SOURCEFORGE:=wmmand/} EXTRACT_SUFX= .tar.bz2 RUN_DEPENDS= graphics/ImageMagick \ diff --git a/misc/xcdroast/Makefile b/misc/xcdroast/Makefile index 918f0a0f1..91329053c 100644 --- a/misc/xcdroast/Makefile +++ b/misc/xcdroast/Makefile @@ -3,7 +3,7 @@ DISTNAME= xcdroast-0.98alpha16 PKGNAME= ${DISTNAME:L:S/alpha/a/} REVISION= 8 CATEGORIES= misc x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/} +SITES= ${SITE_SOURCEFORGE:=xcdroast/} HOMEPAGE= http://www.xcdroast.org/ diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile index 0bac7717e..a63e35833 100644 --- a/misc/xgas/Makefile +++ b/misc/xgas/Makefile @@ -5,7 +5,7 @@ PKGNAME= xgas-1.0 REVISION= 4 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/demos/} +SITES= ${SITE_SUNSITE:=X11/demos/} PERMIT_PACKAGE= Yes diff --git a/misc/xkcd-viewer/Makefile b/misc/xkcd-viewer/Makefile index 8797ce99b..57c860c24 100644 --- a/misc/xkcd-viewer/Makefile +++ b/misc/xkcd-viewer/Makefile @@ -5,7 +5,7 @@ PKGNAME= ${DISTNAME:L:S/_/-/} REVISION= 3 CATEGORIES= misc -MASTER_SITES= http://www.autistici.org/fox/files/XKCD_viewer/ +SITES= http://www.autistici.org/fox/files/XKCD_viewer/ FIX_EXTRACT_PERMISSIONS=Yes # GPLv3 diff --git a/misc/xless/Makefile b/misc/xless/Makefile index 2e266c76a..038bb2ff6 100644 --- a/misc/xless/Makefile +++ b/misc/xless/Makefile @@ -8,7 +8,7 @@ PERMIT_PACKAGE= Yes WANTLIB= ICE SM Xau Xdmcp X11 Xaw Xext Xmu Xpm Xt c -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \ +SITES= ${SITE_XCONTRIB:=applications/} \ ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/ CONFIGURE_STYLE=imake diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index 07ab03794..1450fc6d0 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -4,7 +4,7 @@ DISTNAME= xtar-1.4 REVISION= 6 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} +SITES= ${SITE_XCONTRIB:=utilities/} # License: BSD PERMIT_PACKAGE= Yes diff --git a/misc/xtimer/Makefile b/misc/xtimer/Makefile index f4a33bb7b..abc10d10a 100644 --- a/misc/xtimer/Makefile +++ b/misc/xtimer/Makefile @@ -5,7 +5,7 @@ PKGNAME= xtimer-0.8089 REVISION= 4 CATEGORIES= misc -MASTER_SITES= http://www.bsddiary.net/xtimer/ +SITES= http://www.bsddiary.net/xtimer/ PERMIT_PACKAGE= Yes diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index 4e918ab64..1df8a102b 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -5,7 +5,7 @@ CATEGORIES= misc HOMEPAGE= https://www.han.de/~werner/ytree.html -MASTER_SITES= https://www.han.de/~werner/ +SITES= https://www.han.de/~werner/ # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/misc/zzuf/Makefile b/misc/zzuf/Makefile index 6808684e2..98027a708 100644 --- a/misc/zzuf/Makefile +++ b/misc/zzuf/Makefile @@ -7,7 +7,7 @@ DISTNAME= zzuf-${VERSION} CATEGORIES= misc security -MASTER_SITES= https://github.com/samhocevar/zzuf/releases/download/v${VERSION}/ +SITES= https://github.com/samhocevar/zzuf/releases/download/v${VERSION}/ # WTFPL PERMIT_PACKAGE= Yes diff --git a/multimedia/ccextractor/Makefile b/multimedia/ccextractor/Makefile index 6959fc335..a2d3a85a2 100644 --- a/multimedia/ccextractor/Makefile +++ b/multimedia/ccextractor/Makefile @@ -4,7 +4,7 @@ COMMENT = closed caption subtitles extractor HOMEPAGE = http://ccextractor.sourceforge.net/ V = 0.56 DISTFILES = ccextractor.${V:S/.//}-src.zip -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ccextractor/} +SITES = ${SITE_SOURCEFORGE:=ccextractor/} DISTNAME = ccextractor-$V REVISION = 2 WRKDIST = ${WRKDIR}/ccextractor.$V diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile index 76a851ec1..d382e6f8f 100644 --- a/multimedia/dav1d/Makefile +++ b/multimedia/dav1d/Makefile @@ -8,7 +8,7 @@ VER= 1.2.1 DISTNAME= dav1d-${VER} REVISION= 1 CATEGORIES= multimedia -MASTER_SITES= https://downloads.videolan.org/pub/videolan/dav1d/${VER}/ +SITES= https://downloads.videolan.org/pub/videolan/dav1d/${VER}/ EXTRACT_SUFX= .tar.xz SHARED_LIBS= dav1d 2.3 diff --git a/multimedia/devede/Makefile b/multimedia/devede/Makefile index e5b8d692a..85f18f246 100644 --- a/multimedia/devede/Makefile +++ b/multimedia/devede/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= https://www.rastersoft.com/programas/devede.html # GPLv3 PERMIT_PACKAGE= Yes -MASTER_SITES= https://gitlab.com/rastersoft/devedeng/-/archive/${MODPY_EGG_VERSION}/ +SITES= https://gitlab.com/rastersoft/devedeng/-/archive/${MODPY_EGG_VERSION}/ MODULES= lang/python MODPY_SETUPTOOLS= Yes diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index b64627c6e..a19a2d3cf 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -2,7 +2,7 @@ COMMENT= creates DVD file structures DISTNAME= dvdauthor-0.7.2 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/} +SITES= ${SITE_SOURCEFORGE:=dvdauthor/} REVISION= 2 HOMEPAGE= http://dvdauthor.sourceforge.net/ diff --git a/multimedia/dvdbackup/Makefile b/multimedia/dvdbackup/Makefile index f79720be6..514e1bd66 100644 --- a/multimedia/dvdbackup/Makefile +++ b/multimedia/dvdbackup/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://dvd-create.sourceforge.net/ # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= http://dvd-create.sourceforge.net/ +SITES= http://dvd-create.sourceforge.net/ LIB_DEPENDS= multimedia/libdvdnav WANTLIB= c dvdnav dvdread pthread diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index cae666379..afc33b6e1 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -4,7 +4,7 @@ DISTNAME= DVDStyler-3.2.1 PKGNAME= ${DISTNAME:L} REVISION= 0 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/} +SITES= ${SITE_SOURCEFORGE:=dvdstyler/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= https://www.dvdstyler.org/ diff --git a/multimedia/get_flash_videos/Makefile b/multimedia/get_flash_videos/Makefile index 2e03c6a31..d0680464c 100644 --- a/multimedia/get_flash_videos/Makefile +++ b/multimedia/get_flash_videos/Makefile @@ -12,7 +12,7 @@ MAINTAINER= Nigel Taylor # Apache 2.0 PERMIT_PACKAGE= Yes -MASTER_SITES = https://github.com/monsieurvideo/get-flash-videos/releases/download/${V}/ +SITES = https://github.com/monsieurvideo/get-flash-videos/releases/download/${V}/ MODULES= perl CONFIGURE_STYLE=perl diff --git a/multimedia/gstreamer1/Makefile.inc b/multimedia/gstreamer1/Makefile.inc index 8e4d0ace6..60baee7a9 100644 --- a/multimedia/gstreamer1/Makefile.inc +++ b/multimedia/gstreamer1/Makefile.inc @@ -29,7 +29,7 @@ GST_PKGNAME_PREFIX= gstreamer1 PERMIT_PACKAGE ?= Yes DIST_SUBDIR= gstreamer -MASTER_SITE_GST= http://gstreamer.freedesktop.org/src/ +SITE_GST= http://gstreamer.freedesktop.org/src/ EXTRACT_SUFX ?= .tar.xz P= multimedia/${GST_PKGNAME_PREFIX} diff --git a/multimedia/gstreamer1/core/Makefile b/multimedia/gstreamer1/core/Makefile index 10668c777..c58b289a3 100644 --- a/multimedia/gstreamer1/core/Makefile +++ b/multimedia/gstreamer1/core/Makefile @@ -11,7 +11,7 @@ SHARED_LIBS += gstcheck-1.0 7.1 # 0.2206.0 WANTLIB += c execinfo gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl m -MASTER_SITES= ${MASTER_SITE_GST:=gstreamer/} +SITES= ${SITE_GST:=gstreamer/} BUILD_DEPENDS= devel/bison \ devel/gobject-introspection \ diff --git a/multimedia/gstreamer1/plugins-bad/Makefile b/multimedia/gstreamer1/plugins-bad/Makefile index 8f9ccda02..7173a41ad 100644 --- a/multimedia/gstreamer1/plugins-bad/Makefile +++ b/multimedia/gstreamer1/plugins-bad/Makefile @@ -28,7 +28,7 @@ WANTLIB += gstreamer-1.0 gstrtp-1.0 gstsdp-1.0 gsttag-1.0 gstvideo-1.0 WANTLIB += intl lcms2 m nettle opus orc-0.4 pango-1.0 pangocairo-1.0 WANTLIB += rsvg-2 xml2 -MASTER_SITES = ${MASTER_SITE_GST:=gst-plugins-bad/} +SITES = ${SITE_GST:=gst-plugins-bad/} BUILD_DEPENDS= devel/gobject-introspection diff --git a/multimedia/gstreamer1/plugins-base/Makefile b/multimedia/gstreamer1/plugins-base/Makefile index 197238a1d..222687389 100644 --- a/multimedia/gstreamer1/plugins-base/Makefile +++ b/multimedia/gstreamer1/plugins-base/Makefile @@ -16,7 +16,7 @@ SHARED_LIBS += gstapp-1.0 7.1 # 0.2206.0 SHARED_LIBS += gstallocators-1.0 6.1 # 0.2206.0 SHARED_LIBS += gstgl-1.0 6.1 # 0.2206.0 -MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-base/} +SITES= ${SITE_GST:=gst-plugins-base/} WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo cdda_interface WANTLIB += cdda_paranoia gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 diff --git a/multimedia/gstreamer1/plugins-good/Makefile b/multimedia/gstreamer1/plugins-good/Makefile index 9b383e731..54997e96b 100644 --- a/multimedia/gstreamer1/plugins-good/Makefile +++ b/multimedia/gstreamer1/plugins-good/Makefile @@ -11,7 +11,7 @@ PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-good-${V} PKGNAME-main= ${PKGNAME} PKGNAME-pulse= ${GST_PKGNAME_PREFIX}-plugins-pulse-${V} -MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-good/} +SITES= ${SITE_GST:=gst-plugins-good/} WANTLIB += glib-2.0 gobject-2.0 gstaudio-1.0 gstbase-1.0 gstreamer-1.0 WANTLIB += intl diff --git a/multimedia/gstreamer1/plugins-libav/Makefile b/multimedia/gstreamer1/plugins-libav/Makefile index baf85f3b0..06b34a8f5 100644 --- a/multimedia/gstreamer1/plugins-libav/Makefile +++ b/multimedia/gstreamer1/plugins-libav/Makefile @@ -7,7 +7,7 @@ WANTLIB += avcodec avfilter avformat avutil glib-2.0 gobject-2.0 WANTLIB += gstaudio-1.0 gstbase-1.0 gstpbutils-1.0 gstreamer-1.0 WANTLIB += gstvideo-1.0 -MASTER_SITES= ${MASTER_SITE_GST:=gst-libav/} +SITES= ${SITE_GST:=gst-libav/} LIB_DEPENDS= ${P}/plugins-base=${V} \ graphics/ffmpeg diff --git a/multimedia/gstreamer1/plugins-ugly/Makefile b/multimedia/gstreamer1/plugins-ugly/Makefile index 8a183d318..41b503ecf 100644 --- a/multimedia/gstreamer1/plugins-ugly/Makefile +++ b/multimedia/gstreamer1/plugins-ugly/Makefile @@ -8,7 +8,7 @@ WANTLIB += gstbase-1.0 gstpbutils-1.0 gstreamer-1.0 gstriff-1.0 WANTLIB += gstrtp-1.0 gstrtsp-1.0 gstsdp-1.0 gsttag-1.0 gstvideo-1.0 WANTLIB += intl x264 -MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-ugly/} +SITES= ${SITE_GST:=gst-plugins-ugly/} LIB_DEPENDS= ${P}/plugins-base=${V} \ audio/libcdio \ diff --git a/multimedia/gstreamer1/py-gstreamer/Makefile b/multimedia/gstreamer1/py-gstreamer/Makefile index ec18a573d..df66a6791 100644 --- a/multimedia/gstreamer1/py-gstreamer/Makefile +++ b/multimedia/gstreamer1/py-gstreamer/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://gstreamer.freedesktop.org/modules/gst-python.html WANTLIB += ${MODPY_WANTLIB} WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-1.0 -MASTER_SITES= ${MASTER_SITE_GST:=gst-python/} +SITES= ${SITE_GST:=gst-python/} # XXX we need the meson MODULE to come first, but Makefile.inc is parsed after MODULES= devel/meson lang/python diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 3172309f6..4f9a73463 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -27,7 +27,7 @@ WANTLIB += png postproc speex ssl swresample swscale theoradec WANTLIB += theoraenc udfread vidstab vorbis vorbisenc vpx x264 WANTLIB += x265 xcb xcb-render xcb-shm xml2 xvidcore z zimg -MASTER_SITES = https://github.com/HandBrake/HandBrake/releases/download/${V}/ +SITES = https://github.com/HandBrake/HandBrake/releases/download/${V}/ COMPILER = base-clang ports-gcc diff --git a/multimedia/hdhomerun/Makefile b/multimedia/hdhomerun/Makefile index 3b142d102..6f3dfc4fd 100644 --- a/multimedia/hdhomerun/Makefile +++ b/multimedia/hdhomerun/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${FW} ${SRC} EXTRACT_ONLY= ${SRC} PKGNAME= hdhomerun-$V CATEGORIES= multimedia -MASTER_SITES= http://download.silicondust.com/hdhomerun/ +SITES= http://download.silicondust.com/hdhomerun/ HOMEPAGE= http://www.silicondust.com/ diff --git a/multimedia/imagination/Makefile b/multimedia/imagination/Makefile index 4b6cfe361..e4e479025 100644 --- a/multimedia/imagination/Makefile +++ b/multimedia/imagination/Makefile @@ -20,7 +20,7 @@ WANTLIB += wavpack xcb xcb-render xcb-shm z WANTLIB += Xau Xdmcp crypto jpeg WANTLIB += ${COMPILER_LIBCXX} -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=imagination/} +SITES = ${SITE_SOURCEFORGE:=imagination/} CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --localedir=${PREFIX}/share/locale diff --git a/multimedia/kid3/Makefile b/multimedia/kid3/Makefile index c1cf87c17..82e2c57a2 100644 --- a/multimedia/kid3/Makefile +++ b/multimedia/kid3/Makefile @@ -16,7 +16,7 @@ WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Multimedia WANTLIB += Qt5Network Qt5Widgets Qt5Xml c chromaprint gstreamer-1.0 WANTLIB += id3 m ogg readline tag vorbis vorbisfile z -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=kid3/} +SITES = ${SITE_SOURCEFORGE:=kid3/} EXTRACT_SUFX = .tar.gz # Python is only needed for tests, but KDE Frameworks depend on it anyway diff --git a/multimedia/lebiniou-data/Makefile b/multimedia/lebiniou-data/Makefile index 3c2488393..d64c6be39 100644 --- a/multimedia/lebiniou-data/Makefile +++ b/multimedia/lebiniou-data/Makefile @@ -11,7 +11,7 @@ HOMEPAGE = https://biniou.net/ # GPLv2+ PERMIT_PACKAGE = Yes -MASTER_SITES = https://gitlab.com/lebiniou/lebiniou-data/-/archive/${V}/ +SITES = https://gitlab.com/lebiniou/lebiniou-data/-/archive/${V}/ CONFIGURE_STYLE = autoreconf AUTOCONF_VERSION = 2.68 diff --git a/multimedia/lebiniou/Makefile b/multimedia/lebiniou/Makefile index d28e8a140..f7cff81ba 100644 --- a/multimedia/lebiniou/Makefile +++ b/multimedia/lebiniou/Makefile @@ -16,7 +16,7 @@ WANTLIB += avutil c caca fftw3 glib-2.0 intl jack jansson m orcania WANTLIB += pthread pulse pulse-simple sndfile sndio swscale ulfius WANTLIB += yder -MASTER_SITES = https://gitlab.com/lebiniou/lebiniou/-/archive/${V}/ +SITES = https://gitlab.com/lebiniou/lebiniou/-/archive/${V}/ # C11 COMPILER = base-clang ports-gcc diff --git a/multimedia/libaacs/Makefile b/multimedia/libaacs/Makefile index 4f20d8cde..6c186c3fc 100644 --- a/multimedia/libaacs/Makefile +++ b/multimedia/libaacs/Makefile @@ -6,8 +6,8 @@ DISTNAME = libaacs-${V} CATEGORIES = multimedia HOMEPAGE = https://www.videolan.org/developers/libaacs.html -MASTER_SITES = https://download.videolan.org/pub/videolan/libaacs/${V}/ \ - ftp://ftp.videolan.org/pub/videolan/libaacs/${V}/ +SITES = https://download.videolan.org/pub/videolan/libaacs/${V}/ \ + ftp://ftp.videolan.org/pub/videolan/libaacs/${V}/ EXTRACT_SUFX = .tar.bz2 # LGPL v2.1 diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index cff63a1ca..d23c5926c 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -3,7 +3,7 @@ COMMENT= portable ASS/SSA subtitle renderer VER= 0.17.1 DISTNAME= libass-${VER} CATEGORIES= multimedia devel -MASTER_SITES= https://github.com/libass/libass/releases/download/${VER}/ +SITES= https://github.com/libass/libass/releases/download/${VER}/ EXTRACT_SUFX= .tar.xz SHARED_LIBS= ass 3.1 diff --git a/multimedia/libbdplus/Makefile b/multimedia/libbdplus/Makefile index 37ee5fd63..481108edb 100644 --- a/multimedia/libbdplus/Makefile +++ b/multimedia/libbdplus/Makefile @@ -6,7 +6,7 @@ DISTNAME = libbdplus-${V} CATEGORIES = multimedia HOMEPAGE = http://www.videolan.org/developers/libbdplus.html -MASTER_SITES = https://download.videolan.org/pub/videolan/libbdplus/${V}/ +SITES = https://download.videolan.org/pub/videolan/libbdplus/${V}/ EXTRACT_SUFX = .tar.bz2 # LGPL v2.1 diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile index fde087d41..588b6672b 100644 --- a/multimedia/libbluray/Makefile +++ b/multimedia/libbluray/Makefile @@ -6,7 +6,7 @@ CATEGORIES = multimedia HOMEPAGE = https://www.videolan.org/developers/libbluray.html -MASTER_SITES = https://download.videolan.org/pub/videolan/libbluray/${V}/ +SITES = https://download.videolan.org/pub/videolan/libbluray/${V}/ EXTRACT_SUFX = .tar.bz2 # LGPL v2.1 diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile index 8e3187765..d3d4d77fc 100644 --- a/multimedia/libde265/Makefile +++ b/multimedia/libde265/Makefile @@ -30,7 +30,7 @@ WANTLIB-tools += z zstd xcb-shm MULTI_PACKAGES= -main -tools -MASTER_SITES= https://github.com/strukturag/libde265/releases/download/v$V/ +SITES= https://github.com/strukturag/libde265/releases/download/v$V/ COMPILER= base-clang ports-gcc diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index 10390fad1..96b1c6922 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB = c iconv intl m popt pthread -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdv/} +SITES= ${SITE_SOURCEFORGE:=libdv/} LIB_DEPENDS= devel/popt diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 796fe06d1..822437d44 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -4,7 +4,7 @@ VER= 6.1.1 DISTNAME= libdvdnav-${VER} EPOCH= 0 CATEGORIES= multimedia -MASTER_SITES= https://download.videolan.org/pub/videolan/libdvdnav/${VER}/ +SITES= https://download.videolan.org/pub/videolan/libdvdnav/${VER}/ EXTRACT_SUFX= .tar.bz2 SHARED_LIBS= dvdnav 7.2 diff --git a/multimedia/libheif/Makefile b/multimedia/libheif/Makefile index 80871adfb..73a620715 100644 --- a/multimedia/libheif/Makefile +++ b/multimedia/libheif/Makefile @@ -17,7 +17,7 @@ WANTLIB += ${COMPILER_LIBCXX} aom c dav1d de265 gdk_pixbuf-2.0 WANTLIB += glib-2.0 gobject-2.0 intl jpeg m png sharpyuv x265 WANTLIB += z -MASTER_SITES= https://github.com/strukturag/libheif/releases/download/v$V/ +SITES= https://github.com/strukturag/libheif/releases/download/v$V/ COMPILER= base-clang ports-gcc diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index cc8a92e4a..54877784d 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -2,7 +2,7 @@ COMMENT= extensible open standard audio/video container library DISTNAME= libmatroska-1.7.1 CATEGORIES= multimedia -MASTER_SITES= https://dl.matroska.org/downloads/libmatroska/ +SITES= https://dl.matroska.org/downloads/libmatroska/ EXTRACT_SUFX= .tar.xz SHARED_LIBS= matroska 5.2 diff --git a/multimedia/libmms/Makefile b/multimedia/libmms/Makefile index 1e7b99c24..571f67fbb 100644 --- a/multimedia/libmms/Makefile +++ b/multimedia/libmms/Makefile @@ -2,7 +2,7 @@ COMMENT = library for parsing mms:// and mmsh:// type network streams DISTNAME = libmms-0.6.2 CATEGORIES = multimedia net -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libmms/} +SITES = ${SITE_SOURCEFORGE:=libmms/} REVISION= 5 SHARED_LIBS = mms 1.0 #0.2 diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile index eb6e4d6c9..b2e06d492 100644 --- a/multimedia/libmp4v2/Makefile +++ b/multimedia/libmp4v2/Makefile @@ -16,7 +16,7 @@ WANTLIB = c m ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES = https://distfiles.sigtrap.nl/ +SITES = https://distfiles.sigtrap.nl/ EXTRACT_SUFX = .tar.bz2 BUILD_DEPENDS = devel/help2man diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 74dcd1899..9a46f1333 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -4,7 +4,7 @@ COMMENT= open video codec DISTNAME= libtheora-1.2.20190601 REVISION= 0 CATEGORIES= multimedia -MASTER_SITES= https://comstyle.com/source/ +SITES= https://comstyle.com/source/ EXTRACT_SUFX= .tar.xz SHARED_LIBS= theora 4.0 \ diff --git a/multimedia/libtheorafile/Makefile b/multimedia/libtheorafile/Makefile index 0a887c93c..b6737e130 100644 --- a/multimedia/libtheorafile/Makefile +++ b/multimedia/libtheorafile/Makefile @@ -18,7 +18,7 @@ PERMIT_PACKAGE = Yes WANTLIB += m -MASTER_SITES = https://github.com/FNA-XNA/FNA/releases/download/${FNA}/ +SITES = https://github.com/FNA-XNA/FNA/releases/download/${FNA}/ EXTRACT_SUFX = .zip MAKE_ENV = LIBtheorafile_VERSION=${LIBtheorafile_VERSION} diff --git a/multimedia/libtheoraplay/Makefile b/multimedia/libtheoraplay/Makefile index 8843546b4..79e14bcf8 100644 --- a/multimedia/libtheoraplay/Makefile +++ b/multimedia/libtheoraplay/Makefile @@ -8,7 +8,7 @@ DISTFILES = libtheoraplay-${HG_CHANGESET}{${HG_COMMIT}}${EXTRACT_SUFX} PKGNAME = libtheoraplay-${HG_CHANGESET} REVISION = 1 CATEGORIES = multimedia -MASTER_SITES = https://hg.icculus.org/icculus/theoraplay/archive/ +SITES = https://hg.icculus.org/icculus/theoraplay/archive/ SHARED_LIBS = theoraplay 0.0 # Changeset 61 diff --git a/multimedia/libudfread/Makefile b/multimedia/libudfread/Makefile index 43c053da5..362db1b16 100644 --- a/multimedia/libudfread/Makefile +++ b/multimedia/libudfread/Makefile @@ -2,7 +2,7 @@ COMMENT= library for reading UDF from raw devices and image files DISTNAME= libudfread-1.1.2 CATEGORIES= multimedia devel -MASTER_SITES= https://download.videolan.org/videolan/libudfread/ +SITES= https://download.videolan.org/videolan/libudfread/ EXTRACT_SUFX= .tar.bz2 SHARED_LIBS= udfread 0.0 diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile index e46f410ce..e5a8fa698 100644 --- a/multimedia/libv4l/Makefile +++ b/multimedia/libv4l/Makefile @@ -19,7 +19,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c execinfo jpeg m pthread -MASTER_SITES = https://linuxtv.org/downloads/v4l-utils/ +SITES = https://linuxtv.org/downloads/v4l-utils/ EXTRACT_SUFX = .tar.bz2 diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile index f65d42f0e..962344e43 100644 --- a/multimedia/lsdvd/Makefile +++ b/multimedia/lsdvd/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c dvdread -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lsdvd/} +SITES= ${SITE_SOURCEFORGE:=lsdvd/} LIB_DEPENDS= devel/libdvdread diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile index d5f862301..2a2a031ae 100644 --- a/multimedia/minidlna/Makefile +++ b/multimedia/minidlna/Makefile @@ -13,7 +13,7 @@ WANTLIB += FLAC avcodec avformat avutil c exif iconv id3tag intl jpeg WANTLIB += ogg pthread sqlite3 vorbis z # sometimes https://github.com/glebius/minidlna has useful things -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=minidlna/} +SITES= ${SITE_SOURCEFORGE:=minidlna/} BUILD_DEPENDS= devel/gettext,-tools diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 542e7b1f8..6d31ecdd2 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -3,7 +3,7 @@ COMMENT= tools to edit/modify/encode video streams DISTNAME= mjpegtools-2.0.0 REVISION= 13 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mjpeg/} +SITES= ${SITE_SOURCEFORGE:=mjpeg/} SHARED_LIBS= lavfile 5.0 \ lavjpeg 5.0 \ diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index df8955da1..99c048e99 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -16,7 +16,7 @@ WANTLIB += Qt5Gui Qt5Multimedia Qt5Network Qt5Svg Qt5Widgets boost_filesystem WANTLIB += boost_system c cmark dvdread ebml fmt gmp iconv intl WANTLIB += m matroska ogg pugixml vorbis z -MASTER_SITES= https://mkvtoolnix.download/sources/ +SITES= https://mkvtoolnix.download/sources/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile index 413d566d6..e7acfc97e 100644 --- a/multimedia/mlt7/Makefile +++ b/multimedia/mlt7/Makefile @@ -10,8 +10,7 @@ CATEGORIES = multimedia devel HOMEPAGE = https://www.mltframework.org/ -MASTER_SITES = \ - https://github.com/mltframework/mlt/releases/download/v${V}/ +SITES = https://github.com/mltframework/mlt/releases/download/v${V}/ DEBUG_PACKAGES = ${BUILD_PACKAGES} diff --git a/multimedia/mpgtx/Makefile b/multimedia/mpgtx/Makefile index daae97995..b9d49ce5b 100644 --- a/multimedia/mpgtx/Makefile +++ b/multimedia/mpgtx/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://mpgtx.sourceforge.net/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpgtx/} +SITES= ${SITE_SOURCEFORGE:=mpgtx/} WANTLIB= c m ${COMPILER_LIBCXX} diff --git a/multimedia/oggz/Makefile b/multimedia/oggz/Makefile index bbcf3c580..f43345530 100644 --- a/multimedia/oggz/Makefile +++ b/multimedia/oggz/Makefile @@ -12,7 +12,7 @@ SHARED_LIBS = oggz 0.0 # BSD PERMIT_PACKAGE = Yes -MASTER_SITES = https://downloads.xiph.org/releases/liboggz/ +SITES = https://downloads.xiph.org/releases/liboggz/ WANTLIB = c ogg m diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index 5a649e566..c774122a1 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -3,7 +3,7 @@ DISTNAME= ogmtools-1.5 REVISION = 2 EXTRACT_SUFX= .tar.bz2 CATEGORIES= multimedia -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} HOMEPAGE= http://www.bunkus.org/videotools/ogmtools/ diff --git a/multimedia/phonon-backend/gstreamer/Makefile b/multimedia/phonon-backend/gstreamer/Makefile index cf68dcd04..1c49fc50b 100644 --- a/multimedia/phonon-backend/gstreamer/Makefile +++ b/multimedia/phonon-backend/gstreamer/Makefile @@ -4,7 +4,7 @@ VERSION = 4.10.0 DISTNAME = phonon-backend-gstreamer-${VERSION} REVISION = 2 -MASTER_SITES = ${MASTER_SITE_KDE:=stable/phonon/phonon-backend-gstreamer/${VERSION}/} +SITES = ${SITE_KDE:=stable/phonon/phonon-backend-gstreamer/${VERSION}/} EXTRACT_SUFX = .tar.xz WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5OpenGL Qt5Widgets diff --git a/multimedia/phonon-backend/vlc/Makefile b/multimedia/phonon-backend/vlc/Makefile index 4e387ea69..c70fd28ed 100644 --- a/multimedia/phonon-backend/vlc/Makefile +++ b/multimedia/phonon-backend/vlc/Makefile @@ -3,7 +3,7 @@ VERSION = 0.11.2 DISTNAME = phonon-backend-vlc-${VERSION} REVISION = 0 -MASTER_SITES = ${MASTER_SITE_KDE:=stable/phonon/phonon-backend-vlc/${VERSION}/} +SITES = ${SITE_KDE:=stable/phonon/phonon-backend-vlc/${VERSION}/} EXTRACT_SUFX = .tar.xz WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets m phonon4qt5 diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile index d49a050f7..39650f7a9 100644 --- a/multimedia/phonon/Makefile +++ b/multimedia/phonon/Makefile @@ -20,7 +20,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets c m pulse WANTLIB += pulse-mainloop-glib -MASTER_SITES = ${MASTER_SITE_KDE:=stable/phonon/${VERSION}/} +SITES = ${SITE_KDE:=stable/phonon/${VERSION}/} MODULES = devel/kf5 diff --git a/multimedia/pipewire/Makefile.inc b/multimedia/pipewire/Makefile.inc index 233b603ee..92be012a0 100644 --- a/multimedia/pipewire/Makefile.inc +++ b/multimedia/pipewire/Makefile.inc @@ -10,6 +10,6 @@ MAINTAINER ?= Antoine Jacoutot # helvum: GPLv3 PERMIT_PACKAGE= Yes -MASTER_SITES ?= https://gitlab.freedesktop.org/pipewire/${PW_PROJECT}/-/archive/${PW_VERSION}/ +SITES ?= https://gitlab.freedesktop.org/pipewire/${PW_PROJECT}/-/archive/${PW_VERSION}/ DEBUG_PACKAGES ?= ${BUILD_PACKAGES} diff --git a/multimedia/pipewire/helvum/Makefile b/multimedia/pipewire/helvum/Makefile index a21727280..143660f14 100644 --- a/multimedia/pipewire/helvum/Makefile +++ b/multimedia/pipewire/helvum/Makefile @@ -4,8 +4,6 @@ COMMENT= GTK patchbay for pipewire PW_PROJECT= helvum PW_VERSION= 0.4.1 -# needed because the devel/cargo module resets the list -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} CATEGORIES= audio diff --git a/multimedia/regionset/Makefile b/multimedia/regionset/Makefile index 5f6b4b9ac..87d56143e 100644 --- a/multimedia/regionset/Makefile +++ b/multimedia/regionset/Makefile @@ -5,7 +5,7 @@ DISTNAME= regionset-0.2 CATEGORIES= multimedia HOMEPAGE= http://linvdr.org/projects/regionset/ -MASTER_SITES= http://linvdr.org/download/regionset/ +SITES= http://linvdr.org/download/regionset/ # GPLv2 PERMIT_PACKAGE= Yes diff --git a/multimedia/sfml/Makefile b/multimedia/sfml/Makefile index cdad0576f..e38d08d19 100644 --- a/multimedia/sfml/Makefile +++ b/multimedia/sfml/Makefile @@ -24,7 +24,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} FLAC GL GLU freetype m ogg openal WANTLIB += vorbis vorbisenc vorbisfile -MASTER_SITES = https://www.sfml-dev.org/files/ +SITES = https://www.sfml-dev.org/files/ MODULES = devel/cmake diff --git a/multimedia/streamdvd/Makefile b/multimedia/streamdvd/Makefile index 46e79bab9..c3e635ab2 100755 --- a/multimedia/streamdvd/Makefile +++ b/multimedia/streamdvd/Makefile @@ -3,7 +3,7 @@ COMMENT= fast tool to backup video DVDs 'on the fly' DISTNAME= streamdvd-0.4 REVISION = 6 CATEGORIES= multimedia -MASTER_SITES= http://www.badabum.de/down/ +SITES= http://www.badabum.de/down/ HOMEPAGE= http://www.badabum.de/streamdvd.html diff --git a/multimedia/subrip/Makefile b/multimedia/subrip/Makefile index c4abd5558..c0364073d 100644 --- a/multimedia/subrip/Makefile +++ b/multimedia/subrip/Makefile @@ -3,7 +3,7 @@ DISTNAME= ogmrip-0.10.0 PKGNAME= subrip-0.10.0 REVISION= 2 CATEGORIES= multimedia converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ogmrip/} +SITES= ${SITE_SOURCEFORGE:=ogmrip/} HOMEPAGE= http://ogmrip.sourceforge.net/ diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile index 5422c5c54..fe2d6d332 100644 --- a/multimedia/subtitleripper/Makefile +++ b/multimedia/subtitleripper/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= http://subtitleripper.sourceforge.net/ # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=subtitleripper/} +SITES= ${SITE_SOURCEFORGE:=subtitleripper/} WANTLIB= c m z png netpbm diff --git a/multimedia/svt-av1/Makefile b/multimedia/svt-av1/Makefile index 5a726f76c..930887ffa 100644 --- a/multimedia/svt-av1/Makefile +++ b/multimedia/svt-av1/Makefile @@ -6,7 +6,7 @@ VER= 1.5.0 DISTNAME= SVT-AV1-v${VER} PKGNAME= svt-av1-${VER} CATEGORIES= multimedia -MASTER_SITES= https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${VER}/ +SITES= https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${VER}/ EXTRACT_SUFX= .tar.bz2 SHARED_LIBS= SvtAv1Dec 2.0 \ diff --git a/multimedia/synfig/Makefile b/multimedia/synfig/Makefile index def69fc3c..b4541ce9a 100644 --- a/multimedia/synfig/Makefile +++ b/multimedia/synfig/Makefile @@ -30,7 +30,7 @@ WANTLIB += swresample swscale theoradec theoraenc tiff vorbis WANTLIB += vorbisenc vpx webp webpdemux webpmux x264 x265 xcb WANTLIB += xml++-2.6 xml2 xvidcore z zstd deflate -MASTER_SITES= https://github.com/synfig/synfig/releases/download/v${V}/ +SITES= https://github.com/synfig/synfig/releases/download/v${V}/ # c++11 COMPILER = base-clang ports-gcc diff --git a/multimedia/synfigstudio/Makefile b/multimedia/synfigstudio/Makefile index d346bdd13..7bf557636 100644 --- a/multimedia/synfigstudio/Makefile +++ b/multimedia/synfigstudio/Makefile @@ -37,7 +37,7 @@ WANTLIB += webpdemux webpmux x264 x265 xcb xcb-render xcb-shm WANTLIB += xml++-2.6 xml2 xvidcore z zstd atspi dbus-1 sharpyuv -MASTER_SITES= https://github.com/synfig/synfig/releases/download/v${V}/ +SITES= https://github.com/synfig/synfig/releases/download/v${V}/ MODULES = textproc/intltool diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 2171860fa..b14f226e4 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -6,7 +6,7 @@ CATEGORIES= multimedia HOMEPAGE= https://bitbucket.org/achurch_/transcode/ -MASTER_SITES= https://bitbucket.org/france/transcode-tcforge/downloads/ +SITES= https://bitbucket.org/france/transcode-tcforge/downloads/ EXTRACT_SUFX= .tar.bz2 # GPLv2 diff --git a/multimedia/upplay/Makefile b/multimedia/upplay/Makefile index 8987c2a6f..4f723c343 100644 --- a/multimedia/upplay/Makefile +++ b/multimedia/upplay/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5WebKit WANTLIB += Qt5WebKitWidgets Qt5Widgets c jsoncpp m upnpp -MASTER_SITES = https://www.lesbonscomptes.com/upplay/downloads/ +SITES = https://www.lesbonscomptes.com/upplay/downloads/ # C++11 COMPILER = base-clang ports-gcc diff --git a/multimedia/vitunes/Makefile b/multimedia/vitunes/Makefile index 20537a639..654f09780 100755 --- a/multimedia/vitunes/Makefile +++ b/multimedia/vitunes/Makefile @@ -18,7 +18,7 @@ WANTLIB += c curses m tag tag_c util z LIB_DEPENDS = audio/taglib RUN_DEPENDS = x11/mplayer -MASTER_SITES = ${HOMEPAGE}/files/ +SITES = ${HOMEPAGE}/files/ ALL_TARGET = vitunes NO_TEST = Yes diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile index f2e5a42e3..415dd9097 100644 --- a/multimedia/x265/Makefile +++ b/multimedia/x265/Makefile @@ -5,7 +5,7 @@ DISTNAME= x265_${VER} PKGNAME= x265-${VER} REVISION= 2 CATEGORIES= multimedia -MASTER_SITES= https://bitbucket.org/multicoreware/x265_git/downloads/ +SITES= https://bitbucket.org/multicoreware/x265_git/downloads/ SHARED_LIBS= x265 23.0 diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 5da023501..2ab526350 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -2,7 +2,7 @@ COMMENT= multimedia decoding library DISTNAME= xine-lib-1.2.13 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} +SITES= ${SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.xz SHARED_LIBS= xine 38.0 diff --git a/multimedia/xine-ui/Makefile b/multimedia/xine-ui/Makefile index 4a0db7706..8956db8be 100644 --- a/multimedia/xine-ui/Makefile +++ b/multimedia/xine-ui/Makefile @@ -2,7 +2,7 @@ COMMENT= multimedia player DISTNAME= xine-ui-0.99.14 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} +SITES= ${SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.xz REVISION= 0 diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile index fc8b2f5dd..4c08c8b43 100644 --- a/multimedia/xvidcore/Makefile +++ b/multimedia/xvidcore/Makefile @@ -2,7 +2,7 @@ COMMENT= ISO MPEG-4 compliant video codec DISTNAME= xvidcore-1.3.7 CATEGORIES= multimedia -MASTER_SITES= https://downloads.xvid.com/downloads/ +SITES= https://downloads.xvid.com/downloads/ EXTRACT_SUFX= .tar.bz2 SHARED_LIBS= xvidcore 5.0 diff --git a/net/Makefile b/net/Makefile index e52d6af45..7043db3f7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -351,6 +351,7 @@ SUBDIR += openvpn SUBDIR += openvpn,mbedtls SUBDIR += openvpn-auth-ldap + SUBDIR += openvpn-otp SUBDIR += openvpn_bsdauth SUBDIR += osrtspproxy SUBDIR += owamp diff --git a/net/adns/Makefile b/net/adns/Makefile index c270cac0c..fc657a465 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= https://www.chiark.greenend.org.uk/~ian/adns/ftp/ +SITES= https://www.chiark.greenend.org.uk/~ian/adns/ftp/ CONFIGURE_STYLE= gnu dest USE_GMAKE= Yes diff --git a/net/aggregate/Makefile b/net/aggregate/Makefile index f2c42ac13..8d6f4f841 100644 --- a/net/aggregate/Makefile +++ b/net/aggregate/Makefile @@ -4,7 +4,7 @@ DISTNAME= aggregate-1.6 REVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_ISC:=aggregate/} +SITES= ${SITE_ISC:=aggregate/} PERMIT_PACKAGE= Yes diff --git a/net/amule/Makefile b/net/amule/Makefile index c43c04585..04debb08f 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -22,7 +22,7 @@ PKGNAME-web = amuleweb-$V # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=amule/} +SITES = ${SITE_SOURCEFORGE:=amule/} EXTRACT_SUFX = .tar.xz LIB_DEPENDS = diff --git a/net/argus/Makefile b/net/argus/Makefile index 692b1583f..a5f42b3f3 100644 --- a/net/argus/Makefile +++ b/net/argus/Makefile @@ -5,7 +5,7 @@ REVISION = 3 CATEGORIES = net HOMEPAGE = http://qosient.com/argus/ -MASTER_SITES = http://qosient.com/argus/src/ +SITES = http://qosient.com/argus/src/ MAINTAINER = Steven Mestdagh diff --git a/net/arpcatch/Makefile b/net/arpcatch/Makefile index da103b9ff..67e2a8ff9 100644 --- a/net/arpcatch/Makefile +++ b/net/arpcatch/Makefile @@ -5,7 +5,7 @@ PKGNAME= ${DISTNAME}-19970824 REVISION= 0 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} HOMEPAGE= http://skoda.sockpuppet.org/tqbf/ diff --git a/net/arpd/Makefile b/net/arpd/Makefile index e9a6183e1..e5742b49e 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net PERMIT_PACKAGE= Yes WANTLIB= c pcap event dnet -MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ +SITES= http://www.citi.umich.edu/u/provos/honeyd/ AUTOCONF_VERSION= 2.52 CONFIGURE_STYLE= autoconf diff --git a/net/arping/Makefile b/net/arping/Makefile index 6d0ebc8c8..28a12e38f 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c m pcap lib/libnet-1.1/net=11 -MASTER_SITES = http://www.habets.pp.se/synscan/files/ +SITES = http://www.habets.pp.se/synscan/files/ LIB_DEPENDS = net/libnet/1.1 diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index f9400172e..6fd5de089 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -4,7 +4,7 @@ DISTNAME= arpwatch-2.1a15 REVISION= 20 CATEGORIES= net -MASTER_SITES= ftp://ftp.ee.lbl.gov/ +SITES= ftp://ftp.ee.lbl.gov/ MAINTAINER= Jasper Lievisse Adriaanse diff --git a/net/axel/Makefile b/net/axel/Makefile index a9dfaf133..00ad31ee4 100644 --- a/net/axel/Makefile +++ b/net/axel/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/axel-download-accelerator/axel # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/axel-download-accelerator/axel/releases/download/v${V}/ +SITES= https://github.com/axel-download-accelerator/axel/releases/download/v${V}/ WANTLIB += c crypto pthread ssl diff --git a/net/balance/Makefile b/net/balance/Makefile index 1ee161944..437d7072f 100644 --- a/net/balance/Makefile +++ b/net/balance/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= http://www.inlab.de/ +SITES= http://www.inlab.de/ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= balance diff --git a/net/bindgraph/Makefile b/net/bindgraph/Makefile index a482b945d..5cf944e2e 100644 --- a/net/bindgraph/Makefile +++ b/net/bindgraph/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net www HOMEPAGE= http://www.linux.it/~md/software/ -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} MAINTAINER= Pierre-Emmanuel Andre diff --git a/net/bing/Makefile b/net/bing/Makefile index 23842ed77..2cffc1912 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -3,7 +3,7 @@ COMMENT= point-to-point bandwidth measurement tool DISTNAME= bing-1.0.5 REVISION= 3 CATEGORIES= net -MASTER_SITES= https://distfiles.sigtrap.nl/ +SITES= https://distfiles.sigtrap.nl/ # BSD PERMIT_PACKAGE= Yes diff --git a/net/bird/Makefile.inc b/net/bird/Makefile.inc index 68a9904ef..5d47dde3f 100644 --- a/net/bird/Makefile.inc +++ b/net/bird/Makefile.inc @@ -10,7 +10,7 @@ HOMEPAGE= https://bird.network.cz/ # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= https://bird.network.cz/download/ \ +SITES= https://bird.network.cz/download/ \ ftp://bird.network.cz/pub/bird/ DEBUG_PACKAGES= ${BUILD_PACKAGES} diff --git a/net/bitlbee-facebook/Makefile b/net/bitlbee-facebook/Makefile index 8d42b609d..fcb6d0bef 100644 --- a/net/bitlbee-facebook/Makefile +++ b/net/bitlbee-facebook/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB += ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 iconv WANTLIB += intl json-glib-1.0 pcre2-8 pthread z -MASTER_SITES= https://github.com/bitlbee/bitlbee-facebook/releases/download/v$V/ +SITES= https://github.com/bitlbee/bitlbee-facebook/releases/download/v$V/ BUILD_DEPENDS= net/bitlbee RUN_DEPENDS= net/bitlbee diff --git a/net/bitlbee/Makefile b/net/bitlbee/Makefile index fb2bc1109..3a2419cb7 100644 --- a/net/bitlbee/Makefile +++ b/net/bitlbee/Makefile @@ -18,7 +18,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c m pthread glib-2.0 gmodule-2.0 ssl crypto intl -MASTER_SITES= https://get.bitlbee.org/src/ +SITES= https://get.bitlbee.org/src/ MODULES= devel/gettext,-runtime MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} diff --git a/net/bnc/Makefile b/net/bnc/Makefile index 85cce7d23..57ddb08d6 100644 --- a/net/bnc/Makefile +++ b/net/bnc/Makefile @@ -3,7 +3,7 @@ COMMENT= simple IRC relay proxy with support for virtual hosting DISTNAME= ${PKGNAME:S,-,,} PKGNAME= bnc-2.9.4 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE}files/ +SITES= ${HOMEPAGE}files/ HOMEPAGE= http://gotbnc.com/ diff --git a/net/bore/Makefile b/net/bore/Makefile index 223343d05..2940d721e 100644 --- a/net/bore/Makefile +++ b/net/bore/Makefile @@ -12,9 +12,7 @@ PERMIT_PACKAGE = Yes # uses pledge(2) WANTLIB += c c++abi pthread -MASTER_SITES = https://bitbucket.org/delan/nonymous/get/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} -PATCHORIG = .openbsd.orig +SITES = https://bitbucket.org/delan/nonymous/get/ MODULES = devel/cargo SEPARATE_BUILD = Yes diff --git a/net/bro/Makefile b/net/bro/Makefile index 5e689d6c4..5ae96c574 100644 --- a/net/bro/Makefile +++ b/net/bro/Makefile @@ -25,7 +25,7 @@ WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB} WANTLIB += c m maxminddb pcap pthread z WANTLIB += lib/eopenssl11/crypto lib/eopenssl11/ssl lib/libbind/bind -MASTER_SITES= https://download.zeek.org/ \ +SITES= https://download.zeek.org/ \ https://old.zeek.org/downloads/ FIX_EXTRACT_PERMISSIONS=Yes diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 6a35b262c..d51bb188d 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net HOMEPAGE= http://wiki.github.com/btpd/btpd/ -MASTER_SITES= https://github.com/downloads/btpd/btpd/ +SITES= https://github.com/downloads/btpd/btpd/ # BSD PERMIT_PACKAGE= Yes diff --git a/net/bwm-ng/Makefile b/net/bwm-ng/Makefile index 07e650ebc..5b95e3304 100644 --- a/net/bwm-ng/Makefile +++ b/net/bwm-ng/Makefile @@ -2,7 +2,7 @@ COMMENT= realtime bandwidth monitoring of interfaces DISTNAME= bwm-ng-0.6.3 CATEGORIES= net -MASTER_SITES= https://www.gropp.org/bwm-ng/ +SITES= https://www.gropp.org/bwm-ng/ HOMEPAGE= https://www.gropp.org/?id=projects&sub=bwm-ng # GPLv2+ diff --git a/net/cadaver/Makefile b/net/cadaver/Makefile index 2a3217c8d..292d2a2f7 100644 --- a/net/cadaver/Makefile +++ b/net/cadaver/Makefile @@ -12,7 +12,7 @@ WANTLIB = c crypto curses expat intl iconv neon proxy readline ssl z LIB_DEPENDS= net/neon -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} NO_TEST= Yes CONFIGURE_STYLE= gnu diff --git a/net/castget/Makefile b/net/castget/Makefile index 22fee4aad..280a09b46 100644 --- a/net/castget/Makefile +++ b/net/castget/Makefile @@ -6,7 +6,7 @@ REVISION= 0 HOMEPAGE= https://castget.johndal.com/ -MASTER_SITES= ${MASTER_SITE_SAVANNAH:=castget/} +SITES= ${SITE_SAVANNAH:=castget/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/cftp/Makefile b/net/cftp/Makefile index 1a455477e..43f9b35c9 100644 --- a/net/cftp/Makefile +++ b/net/cftp/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c curses -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} CONFIGURE_STYLE= gnu diff --git a/net/cgterm/Makefile b/net/cgterm/Makefile index e1e479198..8c7eb0fcf 100644 --- a/net/cgterm/Makefile +++ b/net/cgterm/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += SDL c pthread -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} LIB_DEPENDS = devel/sdl diff --git a/net/clic/Makefile b/net/clic/Makefile index f9aa73969..486f76a7d 100644 --- a/net/clic/Makefile +++ b/net/clic/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes # uses pledge() WANTLIB += c ecl ffi gc gmp m pthread -MASTER_SITES = ftp://bitreich.org/releases/clic/ +SITES = ftp://bitreich.org/releases/clic/ LIB_DEPENDS = lang/ecl diff --git a/net/cnupm/Makefile b/net/cnupm/Makefile index 493d8077b..dc6bc18d8 100644 --- a/net/cnupm/Makefile +++ b/net/cnupm/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://pdp-11.org.ru/~form/cnupm # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}/files/ +SITES= ${HOMEPAGE}/files/ MAKE_ENV= BINDIR=${TRUEPREFIX}/sbin MANDIR=${TRUEPREFIX}/man/man CFLAGS+= -DCNUPM_USER=\"_cnupm\" diff --git a/net/coccinella/Makefile b/net/coccinella/Makefile index 7ff94ac51..1f2ac421e 100644 --- a/net/coccinella/Makefile +++ b/net/coccinella/Makefile @@ -11,7 +11,7 @@ MAINTAINER = Sebastian Reitenbach # GPLv3 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=coccinella/} +SITES = ${SITE_SOURCEFORGE:=coccinella/} MODULES = x11/tk RUN_DEPENDS = audio/snack \ diff --git a/net/crawl/Makefile b/net/crawl/Makefile index ecb5e8169..790fd71a6 100644 --- a/net/crawl/Makefile +++ b/net/crawl/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c event lib/db/db=3 -MASTER_SITES= http://www.monkey.org/~provos/ +SITES= http://www.monkey.org/~provos/ LIB_DEPENDS= databases/db/v3 diff --git a/net/ctrace/Makefile b/net/ctrace/Makefile index 85c5aeb96..b8a9bdde8 100644 --- a/net/ctrace/Makefile +++ b/net/ctrace/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://www.pratyeka.org/ctrace/ PERMIT_PACKAGE= no license PERMIT_DISTFILES= no license -MASTER_SITES= ${HOMEPAGE}download/ +SITES= ${HOMEPAGE}download/ RUN_DEPENDS= devel/p5-List-MoreUtils \ net/p5-Net-RawIP \ diff --git a/net/czmq/Makefile b/net/czmq/Makefile index 819eb9482..271f1c66d 100644 --- a/net/czmq/Makefile +++ b/net/czmq/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c ossp-uuid pthread sodium zmq -MASTER_SITES= https://github.com/zeromq/czmq/releases/download/v$V/ +SITES= https://github.com/zeromq/czmq/releases/download/v$V/ LIB_DEPENDS= devel/uuid \ net/zeromq diff --git a/net/daq/Makefile b/net/daq/Makefile index 344bceb75..880bc4175 100644 --- a/net/daq/Makefile +++ b/net/daq/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB = pcap -MASTER_SITES = https://www.snort.org/downloads/snort/ +SITES = https://www.snort.org/downloads/snort/ SEPARATE_BUILD = Yes diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index 2bbdbae98..fc878ec50 100644 --- a/net/darkstat/Makefile +++ b/net/darkstat/Makefile @@ -4,7 +4,7 @@ PORTROACH= site:https://github.com/emikulic/darkstat/archive/ DISTNAME= darkstat-3.0.719 CATEGORIES= net www -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 REVISION= 3 diff --git a/net/dbip/Makefile.inc b/net/dbip/Makefile.inc index d3cdcb282..fd4a7053c 100644 --- a/net/dbip/Makefile.inc +++ b/net/dbip/Makefile.inc @@ -7,7 +7,7 @@ HOMEPAGE = https://db-ip.com/db/lite.php # CC BY 4.0 PERMIT_PACKAGE = Yes -MASTER_SITES = https://download.db-ip.com/free/ +SITES = https://download.db-ip.com/free/ EXTRACT_SUFX = .gz WRKDIST = ${WRKDIR} diff --git a/net/dhcdrop/Makefile b/net/dhcdrop/Makefile index 4c84a67b2..56f79af60 100644 --- a/net/dhcdrop/Makefile +++ b/net/dhcdrop/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c pcap -MASTER_SITES = http://www.netpatch.ru/projects/dhcdrop/ +SITES = http://www.netpatch.ru/projects/dhcdrop/ EXTRACT_SUFX = .tar.bz2 CONFIGURE_STYLE = gnu diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile index d2b8aaa41..f5369f09c 100644 --- a/net/dhcpdump/Makefile +++ b/net/dhcpdump/Makefile @@ -10,7 +10,7 @@ HOMEPAGE = http://mavetju.org/unix/general.php # BSD PERMIT_PACKAGE = Yes -MASTER_SITES = http://mavetju.org/download/ +SITES = http://mavetju.org/download/ WANTLIB = c pcap diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile index a3e07d273..c475922fe 100644 --- a/net/dhcping/Makefile +++ b/net/dhcping/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net HOMEPAGE= http://www.mavetju.org/unix/general.php -MASTER_SITES= http://www.mavetju.org/download/ +SITES= http://www.mavetju.org/download/ # GPL PERMIT_PACKAGE= Yes diff --git a/net/dico/Makefile b/net/dico/Makefile index bba82e673..d28165bb3 100644 --- a/net/dico/Makefile +++ b/net/dico/Makefile @@ -19,7 +19,7 @@ WANTLIB += c crypto curses gcrypt gpg-error gsasl iconv idn intl WANTLIB += lber ldap ltdl m pam pcre pthread readline sasl2 ssl WANTLIB += util z -MASTER_SITES = ${MASTER_SITE_GNU:=dico/} +SITES = ${SITE_GNU:=dico/} MODULES = lang/python LIB_DEPENDS = databases/openldap \ diff --git a/net/dictd/Makefile b/net/dictd/Makefile index b6371e40e..88c72e7d6 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -17,7 +17,7 @@ HOMEPAGE= http://www.dict.org PERMIT_PACKAGE= Yes WANTLIB= c z -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} +SITES= ${SITE_SOURCEFORGE:=dict/} USE_GMAKE= Yes CONFIGURE_STYLE=gnu diff --git a/net/dleyna/Makefile b/net/dleyna/Makefile index 876910cfe..7d12f0060 100644 --- a/net/dleyna/Makefile +++ b/net/dleyna/Makefile @@ -14,7 +14,7 @@ CATEGORIES= net multimedia MAINTAINER= Antoine Jacoutot # override gnome MODULE -MASTER_SITES= https://gitlab.gnome.org/World/dLeyna/-/archive/v${GNOME_VERSION}/ +SITES= https://gitlab.gnome.org/World/dLeyna/-/archive/v${GNOME_VERSION}/ EXTRACT_SUFX= .tar.gz WRKDIST= ${WRKDIR}/dLeyna-v${GNOME_VERSION}-9444b8eb9e48a3985340c7f7e0d3a63d2b352302 diff --git a/net/dlint/Makefile b/net/dlint/Makefile index a71e41971..8532e874a 100644 --- a/net/dlint/Makefile +++ b/net/dlint/Makefile @@ -11,7 +11,7 @@ HOMEPAGE= http://www.domtools.com/ # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= http://www.domtools.com/pub/ +SITES= http://www.domtools.com/pub/ NO_BUILD= Yes NO_TEST= Yes diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 15c21d08e..9c0a3dc65 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -16,7 +16,7 @@ WANTLIB += ${MODLUA_WANTLIB} c curses edit m \ fstrm h2o-evloop nghttp2 pthread \ z crypto ssl sodium ${COMPILER_LIBCXX} -MASTER_SITES= https://downloads.powerdns.com/releases/ +SITES= https://downloads.powerdns.com/releases/ CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.69 diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile index f2aac276c..d8309536d 100644 --- a/net/dnsmasq/Makefile +++ b/net/dnsmasq/Makefile @@ -2,7 +2,7 @@ COMMENT= lightweight caching DNS forwarder, DHCP and TFTP server DISTNAME= dnsmasq-2.89 CATEGORIES= net -MASTER_SITES= https://thekelleys.org.uk/dnsmasq/ +SITES= https://thekelleys.org.uk/dnsmasq/ EXTRACT_SUFX= .tar.xz HOMEPAGE= https://dnsmasq.org/ diff --git a/net/dnsreflector/Makefile b/net/dnsreflector/Makefile index 7abadda53..fca1356bc 100644 --- a/net/dnsreflector/Makefile +++ b/net/dnsreflector/Makefile @@ -6,7 +6,7 @@ REVISION= 0 HOMEPAGE= http://www.wolfermann.org/dnsreflector.html -MASTER_SITES= http://www.wolfermann.org/ +SITES= http://www.wolfermann.org/ # BSD PERMIT_PACKAGE= Yes diff --git a/net/dnstracer/Makefile b/net/dnstracer/Makefile index 4651f0f49..51d448664 100644 --- a/net/dnstracer/Makefile +++ b/net/dnstracer/Makefile @@ -9,7 +9,7 @@ WANTLIB= c COMMENT= domain name system resolution tracer HOMEPAGE= https://www.mavetju.org/unix/dnstracer.php -MASTER_SITES= https://www.mavetju.org/download/ +SITES= https://www.mavetju.org/download/ CONFIGURE_STYLE= gnu diff --git a/net/doc/Makefile b/net/doc/Makefile index b2914eba4..1bb03edf8 100644 --- a/net/doc/Makefile +++ b/net/doc/Makefile @@ -6,7 +6,7 @@ REVISION= 0 PERMIT_PACKAGE= Yes -MASTER_SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/ +SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/ do-build: mv ${WRKSRC}/doc ${WRKSRC}/doc.dist diff --git a/net/dog/Makefile b/net/dog/Makefile index 6751af12d..62f37d9a9 100644 --- a/net/dog/Makefile +++ b/net/dog/Makefile @@ -19,7 +19,7 @@ CONFIGURE_STYLE = cargo SEPARATE_BUILD = Yes HOMEPAGE = https://dns.lookup.dog/ -MASTER_SITES.man = https://github.com/ogham/dog/releases/download/${GH_TAGNAME}/ +SITES.man = https://github.com/ogham/dog/releases/download/${GH_TAGNAME}/ DISTFILES.man = dog-${GH_TAGNAME}-x86_64-apple-darwin.zip # for riscv64 and powerpc64, please keep: cc >= 1.0.73 and libc >= 0.2.113 diff --git a/net/dsocks/Makefile b/net/dsocks/Makefile index 3d04ce119..a34b731e2 100644 --- a/net/dsocks/Makefile +++ b/net/dsocks/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://monkey.org/~dugsong/dsocks/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=dsocks/} +SITES= ${SITE_GOOGLECODE:=dsocks/} MAKE_FLAGS= CFLAGS="-Wall ${CFLAGS}" \ SHLIB_MAJOR=${LIBdsocks_VERSION:R} \ diff --git a/net/dxpc/Makefile b/net/dxpc/Makefile index 2a51220da..aff7e87da 100644 --- a/net/dxpc/Makefile +++ b/net/dxpc/Makefile @@ -9,7 +9,7 @@ MAINTAINER = Marc Espie # BSD PERMIT_PACKAGE = Yes -MASTER_SITES = http://www.vigor.nu/dxpc/${VERSION}/ +SITES = http://www.vigor.nu/dxpc/${VERSION}/ HOMEPAGE = http://www.vigor.nu/dxpc/ LIB_DEPENDS = archivers/lzo diff --git a/net/echoping/Makefile b/net/echoping/Makefile index f9fa4961e..b72d28cc8 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -6,7 +6,7 @@ PKGNAME= echoping-${VER:S/_/./g} REVISION= 1 CATEGORIES= net -MASTER_SITES= https://framagit.org/bortzmeyer/echoping/-/archive/RELEASE_${VER}/ +SITES= https://framagit.org/bortzmeyer/echoping/-/archive/RELEASE_${VER}/ HOMEPAGE= https://github.com/bortzmeyer/echoping diff --git a/net/ekg/Makefile b/net/ekg/Makefile index c2a51728e..2aa12cbaf 100644 --- a/net/ekg/Makefile +++ b/net/ekg/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c crypto gadu curses pthread ssl z -MASTER_SITES= ${HOMEPAGE}archive/ +SITES= ${HOMEPAGE}archive/ LIB_DEPENDS= net/libgadu diff --git a/net/enet/Makefile b/net/enet/Makefile index 60ceb94de..376821c49 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -12,7 +12,7 @@ MAINTAINER = Laurent FANIS # MIT-like PERMIT_PACKAGE = Yes -MASTER_SITES = ${HOMEPAGE}/download/ +SITES = ${HOMEPAGE}/download/ CONFIGURE_STYLE = gnu diff --git a/net/epic4/Makefile b/net/epic4/Makefile index 196993328..32c9d7436 100644 --- a/net/epic4/Makefile +++ b/net/epic4/Makefile @@ -5,7 +5,7 @@ REVISION= 3 HELP_DATE= 20050315 DISTNAME= epic4-${VERSION} CATEGORIES= net -MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ +SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ DISTFILES= epic4-${VERSION}.tar.bz2 epic4-help-${HELP_DATE}.tar.bz2 HOMEPAGE= http://www.epicsol.org/ diff --git a/net/epic5/Makefile b/net/epic5/Makefile index 2f2344928..518ace51f 100644 --- a/net/epic5/Makefile +++ b/net/epic5/Makefile @@ -5,7 +5,7 @@ DISTNAME= epic5-${VERSION} CATEGORIES= net HOMEPAGE= http://www.epicsol.org/ MAINTAINER= Joey Beach -MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ +SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ REVISION= 0 # BSD diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 10e4a26e9..2b3f5bd11 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -6,7 +6,7 @@ COMMENT= multi-purpose sniffer/interceptor/logger V= 0.8.3.1 DISTNAME= ettercap-$V CATEGORIES= net -MASTER_SITES= https://github.com/Ettercap/ettercap/releases/download/v$V/ +SITES= https://github.com/Ettercap/ettercap/releases/download/v$V/ REVISION= 0 HOMEPAGE= https://www.ettercap-project.org/ diff --git a/net/ezstream/Makefile b/net/ezstream/Makefile index 0665bffe3..f1f17bd7b 100644 --- a/net/ezstream/Makefile +++ b/net/ezstream/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB+= ${COMPILER_LIBCXX} c crypto iconv lzma m ogg shout \ speex ssl tag tag_c theora vorbis xml2 z -MASTER_SITES= https://downloads.xiph.org/releases/ezstream/ \ +SITES= https://downloads.xiph.org/releases/ezstream/ \ https://ezstream.mrsserver.net/releases/ BUILD_DEPENDS= devel/check diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index cb1cd928f..fa5de1eed 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -37,7 +37,7 @@ WANTLIB += wx_baseu_xml-3.2 wx_gtk3u_aui-3.2 wx_gtk3u_core-3.2 WANTLIB += wx_gtk3u_html-3.2 wx_gtk3u_xrc-3.2 xcb xcb-render xcb-shm WANTLIB += z zstd -MASTER_SITES= https://download.filezilla-project.org/client/ +SITES= https://download.filezilla-project.org/client/ EXTRACT_SUFX= .tar.xz # c++17 diff --git a/net/flickcurl/Makefile b/net/flickcurl/Makefile index fba71f16e..502c6e4b0 100644 --- a/net/flickcurl/Makefile +++ b/net/flickcurl/Makefile @@ -15,7 +15,7 @@ WANTLIB = c crypto curl>=10 iconv intl lzma m nghttp2 pthread raptor2 WANTLIB += ssl xml2>=9 xslt yajl z -MASTER_SITES = http://download.dajobe.org/flickcurl/ +SITES = http://download.dajobe.org/flickcurl/ LIB_DEPENDS = net/curl \ textproc/libxml,-main \ diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index df2739cec..a296729b3 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -9,7 +9,7 @@ DISTNAME= flow-tools-0.68.6pl20210211 EPOCH= 0 CATEGORIES= net -REVISION= 3 +REVISION= 4 # BSD PERMIT_PACKAGE= Yes @@ -35,7 +35,7 @@ LIB_DEPENDS+= databases/postgresql,-main .endif MAKE_FLAGS+= SUBDIRS="lib src bin configs docs" -FAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/flow-tools +FAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples # flow-log2rrd and flow-rpt2rrd have never been packaged here MODPY_ADJ_FILES= bin/flow-rptfmt diff --git a/net/flow-tools/pkg/PLIST b/net/flow-tools/pkg/PLIST index b4279be93..3ef7743d4 100644 --- a/net/flow-tools/pkg/PLIST +++ b/net/flow-tools/pkg/PLIST @@ -56,19 +56,27 @@ lib/libft.la @man man/man1/flow-tools.1 @man man/man1/flow-xlate.1 share/examples/flow-tools/ -@sample ${SYSCONFDIR}/ -@sample ${SYSCONFDIR}/cfg/ -@sample ${SYSCONFDIR}/sym/ +@sample ${SYSCONFDIR}/flow-tools/ +share/examples/flow-tools/asn.sym +@sample ${SYSCONFDIR}/flow-tools/asn.sym +share/examples/flow-tools/filter.cfg +@sample ${SYSCONFDIR}/flow-tools/filter.cfg +share/examples/flow-tools/ip-prot.sym +@sample ${SYSCONFDIR}/flow-tools/ip-prot.sym +share/examples/flow-tools/ip-type.sym +@sample ${SYSCONFDIR}/flow-tools/ip-type.sym +share/examples/flow-tools/map.cfg +@sample ${SYSCONFDIR}/flow-tools/map.cfg +share/examples/flow-tools/mask.cfg +@sample ${SYSCONFDIR}/flow-tools/mask.cfg +share/examples/flow-tools/stat.cfg +@sample ${SYSCONFDIR}/flow-tools/stat.cfg +share/examples/flow-tools/tag.cfg +@sample ${SYSCONFDIR}/flow-tools/tag.cfg +share/examples/flow-tools/tag.sym +@sample ${SYSCONFDIR}/flow-tools/tag.sym +share/examples/flow-tools/tcp-port.sym +@sample ${SYSCONFDIR}/flow-tools/tcp-port.sym +share/examples/flow-tools/xlate.cfg +@sample ${SYSCONFDIR}/flow-tools/xlate.cfg @extraunexec rm -rf /var/flow-tools -share/examples/flow-tools/flow-tools/ -share/examples/flow-tools/flow-tools/asn.sym -share/examples/flow-tools/flow-tools/filter.cfg -share/examples/flow-tools/flow-tools/ip-prot.sym -share/examples/flow-tools/flow-tools/ip-type.sym -share/examples/flow-tools/flow-tools/map.cfg -share/examples/flow-tools/flow-tools/mask.cfg -share/examples/flow-tools/flow-tools/stat.cfg -share/examples/flow-tools/flow-tools/tag.cfg -share/examples/flow-tools/flow-tools/tag.sym -share/examples/flow-tools/flow-tools/tcp-port.sym -share/examples/flow-tools/flow-tools/xlate.cfg diff --git a/net/flvstreamer/Makefile b/net/flvstreamer/Makefile index a961aa99e..5142aa6e0 100644 --- a/net/flvstreamer/Makefile +++ b/net/flvstreamer/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c pthread -MASTER_SITES = ${MASTER_SITE_SAVANNAH:=flvstreamer/source/} +SITES = ${SITE_SAVANNAH:=flvstreamer/source/} MAKE_FLAGS = CC="${CC}" XCFLAGS="${CFLAGS}" ALL_TARGET = linux diff --git a/net/fmirror/Makefile b/net/fmirror/Makefile index a4dfab2df..95aac280f 100644 --- a/net/fmirror/Makefile +++ b/net/fmirror/Makefile @@ -4,7 +4,7 @@ DISTNAME= fmirror-0.8.4 CATEGORIES= net REVISION= 0 -MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ +SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ # GPL PERMIT_PACKAGE= Yes diff --git a/net/freetalk/Makefile b/net/freetalk/Makefile index deed35b36..ab4f3cd32 100644 --- a/net/freetalk/Makefile +++ b/net/freetalk/Makefile @@ -13,9 +13,9 @@ PERMIT_PACKAGE= Yes WANTLIB= c glib-2.0 gmp iconv idn intl ltdl m curses pthread \ readline ${COMPILER_LIBCXX} guile loudmouth-1>=3 -COMPILER = base-clang ports-gcc base-gcc +COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ${MASTER_SITE_SAVANNAH:=freetalk/} +SITES= ${SITE_SAVANNAH:=freetalk/} LIB_DEPENDS= lang/guile \ net/loudmouth diff --git a/net/ftpcopy/Makefile b/net/ftpcopy/Makefile index 8878568d8..c124dd946 100644 --- a/net/ftpcopy/Makefile +++ b/net/ftpcopy/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c -MASTER_SITES = http://www.ohse.de/uwe/ftpcopy/ +SITES = http://www.ohse.de/uwe/ftpcopy/ WRKDIST = ${WRKDIR}/web/${DISTNAME} diff --git a/net/ftpsesame/Makefile b/net/ftpsesame/Makefile index 5de678be7..0d93e91cf 100644 --- a/net/ftpsesame/Makefile +++ b/net/ftpsesame/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c pcap -MASTER_SITES= http://www.sentia.org/downloads/ +SITES= http://www.sentia.org/downloads/ do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/ftpsesame ${PREFIX}/sbin diff --git a/net/gajim/Makefile b/net/gajim/Makefile index 62b88e38d..301bf686c 100644 --- a/net/gajim/Makefile +++ b/net/gajim/Makefile @@ -7,7 +7,7 @@ HOMEPAGE= https://www.gajim.org MAINTAINER= Paco Esteban -MASTER_SITES= ${HOMEPAGE}/downloads/${MODPY_EGG_VERSION:R}/ +SITES= ${HOMEPAGE}/downloads/${MODPY_EGG_VERSION:R}/ # GPLv3 only PERMIT_PACKAGE= Yes diff --git a/net/gdnsd/Makefile b/net/gdnsd/Makefile index 67d758628..81d89bca1 100644 --- a/net/gdnsd/Makefile +++ b/net/gdnsd/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c ev m maxminddb pthread -MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v$V/ +SITES= https://github.com/gdnsd/gdnsd/releases/download/v$V/ USE_GMAKE= Yes # TLS diff --git a/net/geomyidae/Makefile b/net/geomyidae/Makefile index 17c84295c..31e8b0c22 100644 --- a/net/geomyidae/Makefile +++ b/net/geomyidae/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes # uses pledge() WANTLIB = c tls -MASTER_SITES = ftp://bitreich.org/releases/geomyidae/ +SITES = ftp://bitreich.org/releases/geomyidae/ MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS} -Wall" \ MANDIR="${PREFIX}/man/man8" diff --git a/net/gloox/Makefile b/net/gloox/Makefile index c957069d0..223c0a8b0 100644 --- a/net/gloox/Makefile +++ b/net/gloox/Makefile @@ -6,7 +6,7 @@ SHARED_LIBS += gloox 2.0 # 8.0 CATEGORIES = net devel HOMEPAGE = https://camaya.net/gloox/ -MASTER_SITES = https://camaya.net/download/ +SITES = https://camaya.net/download/ EXTRACT_SUFX = .tar.bz2 # GPLv3 with OpenSSL exemption diff --git a/net/gmid/Makefile b/net/gmid/Makefile index e41a6ec9e..272673ac4 100644 --- a/net/gmid/Makefile +++ b/net/gmid/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes # uses unveil() WANTLIB += c crypto event ssl tls util -MASTER_SITES = https://github.com/omar-polo/gmid/releases/download/$V/ +SITES = https://github.com/omar-polo/gmid/releases/download/$V/ CONFIGURE_STYLE = simple diff --git a/net/gmudix/Makefile b/net/gmudix/Makefile index e0b8e95d0..8b5ee07eb 100644 --- a/net/gmudix/Makefile +++ b/net/gmudix/Makefile @@ -5,7 +5,7 @@ REVISION= 16 CATEGORIES= net x11 HOMEPAGE= http://dw.nl.eu.org/mudix.html -MASTER_SITES= http://dw.nl.eu.org/gmudix/ +SITES= http://dw.nl.eu.org/gmudix/ # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/net/gopher/Makefile b/net/gopher/Makefile index e1432c883..80a9aaa96 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c curses m -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} USE_GMAKE= Yes diff --git a/net/gophernicus/Makefile b/net/gophernicus/Makefile index 5e618eaff..6eb2d47e9 100644 --- a/net/gophernicus/Makefile +++ b/net/gophernicus/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE= Yes # uses unveil WANTLIB += c -MASTER_SITES= https://github.com/gophernicus/gophernicus/releases/download/${V}/ +SITES= https://github.com/gophernicus/gophernicus/releases/download/${V}/ FIX_EXTRACT_PERMISSIONS= yes CONFIGURE_STYLE= simple diff --git a/net/gotthard/Makefile b/net/gotthard/Makefile index dec4c9fcb..99b870522 100644 --- a/net/gotthard/Makefile +++ b/net/gotthard/Makefile @@ -2,7 +2,7 @@ COMMENT= ssh through https proxy tunnel DISTNAME= gotthard-1.3 CATEGORIES= net -MASTER_SITES= http://www.nazgul.ch/dev/ +SITES= http://www.nazgul.ch/dev/ HOMEPAGE= http://www.nazgul.ch/dev.html diff --git a/net/grake/Makefile b/net/grake/Makefile index 78604b924..bfb19ce6d 100644 --- a/net/grake/Makefile +++ b/net/grake/Makefile @@ -8,7 +8,7 @@ CATEGORIES = net # GPLv3+ PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=grake/} +SITES = ${SITE_GOOGLECODE:=grake/} RUN_DEPENDS = devel/p5-Getopt-ArgvFile \ misc/p5-Umph-Prompt \ diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index 059437f70..b6602a719 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -21,7 +21,7 @@ WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0 WANTLIB += harfbuzz iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += pthread z -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/} +SITES= ${SITE_SOURCEFORGE:=gtk-gnutella/} EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS= devel/gettext,-tools diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index dacfae6ba..ec8c713e7 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c crypto pcre2-8 pcre2-posix pthread ssl z -MASTER_SITES = ${HOMEPAGE}/download/2.8/src/ +SITES = ${HOMEPAGE}/download/2.8/src/ HAPROXYCONF = ${SYSCONFDIR}/haproxy HAPROXYSTATE = /var/haproxy diff --git a/net/hexchat/Makefile b/net/hexchat/Makefile index 97ff71c35..c70f27380 100644 --- a/net/hexchat/Makefile +++ b/net/hexchat/Makefile @@ -19,7 +19,7 @@ WANTLIB += ${MODPY_WANTLIB} # libproxy requires libestdc++ COMPILER = base-clang ports-gcc -MASTER_SITES = https://dl.hexchat.net/hexchat/ +SITES = https://dl.hexchat.net/hexchat/ MODULES = devel/meson \ lang/python \ diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index d7b7f6420..421e1bfd7 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/Makefile @@ -4,7 +4,7 @@ DISTNAME= httptunnel-3.3 CATEGORIES= net REVISION= 0 -MASTER_SITES= ${MASTER_SITE_GNU:=httptunnel/} +SITES= ${SITE_GNU:=httptunnel/} HOMEPAGE= http://www.nocrew.org/software/httptunnel/ diff --git a/net/iblock/Makefile b/net/iblock/Makefile index 97652ea33..40b9475ac 100644 --- a/net/iblock/Makefile +++ b/net/iblock/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes # uses unveil() WANTLIB += c -MASTER_SITES = https://tildegit.org/solene/iblock/archive/ +SITES = https://tildegit.org/solene/iblock/archive/ DISTFILES = iblock-{}${V}${EXTRACT_SUFX} WRKSRC = ${WRKDIR}/iblock diff --git a/net/icbirc/Makefile b/net/icbirc/Makefile index 6d7ae156c..492c588c1 100644 --- a/net/icbirc/Makefile +++ b/net/icbirc/Makefile @@ -3,7 +3,7 @@ COMMENT= proxy IRC client with ICB server DISTNAME= icbirc-2.1 REVISION= 4 CATEGORIES= net -MASTER_SITES= https://www.benzedrine.ch/ +SITES= https://www.benzedrine.ch/ HOMEPAGE= https://www.benzedrine.ch/icbirc.html diff --git a/net/icecast/Makefile b/net/icecast/Makefile index df139c33b..38f936b4d 100644 --- a/net/icecast/Makefile +++ b/net/icecast/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB = c crypto curl>=2 iconv intl lzma m nghttp2 ogg pthread WANTLIB += speex>=3 ssl theora>=1 vorbis>=3 xml2 xslt>=3 z -MASTER_SITES= https://downloads.xiph.org/releases/icecast/ +SITES= https://downloads.xiph.org/releases/icecast/ CONFIGURE_STYLE= gnu diff --git a/net/ices/Makefile b/net/ices/Makefile index 6649a7e38..f664a0207 100644 --- a/net/ices/Makefile +++ b/net/ices/Makefile @@ -16,7 +16,7 @@ WANTLIB = c iconv m ogg perl pthread theora util vorbis vorbisfile z WANTLIB += ${MODPY_WANTLIB} crypto ssl WANTLIB += mp3lame shout>=3 speex>=4 FLAC>=5 lzma xml2>=7 -MASTER_SITES= https://downloads.xiph.org/releases/ices/ +SITES= https://downloads.xiph.org/releases/ices/ AUTOCONF_VERSION=2.59 CONFIGURE_STYLE=autoconf diff --git a/net/ices2/Makefile b/net/ices2/Makefile index d38cc035c..7329ae1bf 100644 --- a/net/ices2/Makefile +++ b/net/ices2/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c iconv lzma m ogg pthread shout sndio speex theora vorbis WANTLIB += vorbisenc xml2 z crypto ssl -MASTER_SITES= https://downloads.xiph.org/releases/ices/ +SITES= https://downloads.xiph.org/releases/ices/ # Needs AC_PROG_LIBTOOL BUILD_DEPENDS += devel/libtool \ diff --git a/net/icli/Makefile b/net/icli/Makefile index d4d766f95..02a8d51df 100644 --- a/net/icli/Makefile +++ b/net/icli/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= https://finalrewind.org/projects/App-Icli/ # custom, see COPYING. PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} FLAVORS= nagios FLAVOR?= diff --git a/net/icmpinfo/Makefile b/net/icmpinfo/Makefile index 0a3b5b1bf..ae5a774b6 100644 --- a/net/icmpinfo/Makefile +++ b/net/icmpinfo/Makefile @@ -4,7 +4,7 @@ DISTNAME= icmpinfo-1.11 REVISION= 0 CATEGORIES= net sysutils -MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/admin/} +SITES= ${SITE_SUNSITE:=system/network/admin/} PERMIT_PACKAGE= Yes WANTLIB= c diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 42165c340..7f05ccc60 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} CONFIGURE_STYLE= gnu dest diff --git a/net/iftop/Makefile b/net/iftop/Makefile index 3309b92f2..483e24843 100644 --- a/net/iftop/Makefile +++ b/net/iftop/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c curses m pcap pthread -MASTER_SITES = ${HOMEPAGE}download/ +SITES = ${HOMEPAGE}download/ CONFIGURE_STYLE = gnu MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index cfa14af39..0d69e1696 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c -MASTER_SITES = ${HOMEPAGE}/releases/download/${V}/ +SITES = ${HOMEPAGE}/releases/download/${V}/ MAKE_FLAGS = CFLAGS="${CFLAGS} -Wall" \ LDFLAGS="${LDFLAGS}" diff --git a/net/inadyn/Makefile b/net/inadyn/Makefile index 332b99c19..8a93ee7cc 100644 --- a/net/inadyn/Makefile +++ b/net/inadyn/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c -MASTER_SITES = ftp://ftp.vmlinux.org/pub/People/jocke/inadyn/ +SITES = ftp://ftp.vmlinux.org/pub/People/jocke/inadyn/ EXTRACT_SUFX = .tar.bz2 MAKE_FLAGS = EXTRA_CFLAGS="${CFLAGS}" diff --git a/net/inetsim/Makefile b/net/inetsim/Makefile index 9ad88f3a3..4e88d938f 100644 --- a/net/inetsim/Makefile +++ b/net/inetsim/Makefile @@ -11,7 +11,7 @@ MAINTAINER = Jasper Lievisse Adriaanse # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = https://www.inetsim.org/downloads/ +SITES = https://www.inetsim.org/downloads/ MODULES = perl diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 1b7d38fa6..db8f228dd 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -14,7 +14,7 @@ MAINTAINER= Jeremie Courreges-Anglas # ISC PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} DEBUG_PACKAGES= ${BUILD_PACKAGES} diff --git a/net/ipaudit/Makefile b/net/ipaudit/Makefile index 9a4271f21..4bc527363 100644 --- a/net/ipaudit/Makefile +++ b/net/ipaudit/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net sysutils HOMEPAGE= http://ipaudit.sourceforge.net/ -MASTER_SITES= ${HOMEPAGE}/download/ +SITES= ${HOMEPAGE}/download/ # GPL PERMIT_PACKAGE= Yes diff --git a/net/ipcad/Makefile b/net/ipcad/Makefile index 4b7bb6b6b..e96bda42e 100644 --- a/net/ipcad/Makefile +++ b/net/ipcad/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c pcap pthread -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipcad/} +SITES= ${SITE_SOURCEFORGE:=ipcad/} CONFIGURE_STYLE= gnu diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile index d92cc70db..25f393d23 100644 --- a/net/ipcalc/Makefile +++ b/net/ipcalc/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/pyr/ipcalc # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/downloads/pyr/ipcalc/ +SITES= https://github.com/downloads/pyr/ipcalc/ FAKE_FLAGS= MANDIR="${PREFIX}/man/man" diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 4d69766d8..d8853c757 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -13,9 +13,9 @@ PERMIT_PACKAGE= Yes WANTLIB= c m pthread ${COMPILER_LIBCXX} -COMPILER = base-clang ports-gcc base-gcc +COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf2/} +SITES= ${SITE_SOURCEFORGE:=iperf2/} CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.69 diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index 9596d6000..1c29e29d9 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -17,7 +17,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c m -MASTER_SITES= https://downloads.es.net/pub/iperf/ +SITES= https://downloads.es.net/pub/iperf/ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-openssl=no diff --git a/net/ipfm/Makefile b/net/ipfm/Makefile index 7256d06ab..cec86d40c 100644 --- a/net/ipfm/Makefile +++ b/net/ipfm/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c pcap -MASTER_SITES = ${HOMEPAGE}archive/ +SITES = ${HOMEPAGE}archive/ EXTRACT_SUFX = .tgz CONFIGURE_STYLE = gnu diff --git a/net/ipfreely/Makefile b/net/ipfreely/Makefile index 1e81ddb7a..c34ff01e9 100644 --- a/net/ipfreely/Makefile +++ b/net/ipfreely/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://ipfreely.sourceforge.net/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipfreely/} +SITES= ${SITE_SOURCEFORGE:=ipfreely/} WRKDIST= ${WRKDIR}/ipfreely WANTLIB= c diff --git a/net/iplog/Makefile b/net/iplog/Makefile index d86fd7fba..9a3673f79 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -3,7 +3,7 @@ COMMENT= TCP/IP traffic logging tool DISTNAME= iplog-2.2.3 REVISION= 2 CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/} +SITES= ${SITE_SOURCEFORGE:=ojnk/} HOMEPAGE= http://ojnk.sourceforge.net diff --git a/net/iprange/Makefile b/net/iprange/Makefile index c8fd2767f..2d4465f61 100644 --- a/net/iprange/Makefile +++ b/net/iprange/Makefile @@ -13,7 +13,7 @@ MAINTAINER = Kurt Mosiejczuk # GPL2+ PERMIT_PACKAGE = Yes -MASTER_SITES = https://github.com/firehol/iprange/releases/download/v${V}/ +SITES = https://github.com/firehol/iprange/releases/download/v${V}/ WANTLIB = c pthread diff --git a/net/ipsvd/Makefile b/net/ipsvd/Makefile index 8a3c45e3f..036206532 100644 --- a/net/ipsvd/Makefile +++ b/net/ipsvd/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://www.smarden.org/ipsvd/ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} WRKDIST= ${WRKDIR}/net/${DISTNAME} WRKSRC= ${WRKDIST}/src SBINPROGRAMS= ipsvd-cdb tcpsvd udpsvd diff --git a/net/ipv6-toolkit/Makefile b/net/ipv6-toolkit/Makefile index fc7f25178..2133598e9 100644 --- a/net/ipv6-toolkit/Makefile +++ b/net/ipv6-toolkit/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c m pcap -MASTER_SITES = http://www.si6networks.com/tools/ipv6toolkit/ +SITES = http://www.si6networks.com/tools/ipv6toolkit/ MAKE_FLAGS = CC=${CC} FAKE_FLAGS = PREFIX=${PREFIX} \ diff --git a/net/irc/Makefile b/net/irc/Makefile index 60a3cc4bd..13779b55f 100644 --- a/net/irc/Makefile +++ b/net/irc/Makefile @@ -6,7 +6,7 @@ EPOCH= 0 CATEGORIES= net REVISION= 0 -MASTER_SITES= http://www.irc.org/ftp/irc/server/Old/irc2.10/ \ +SITES= http://www.irc.org/ftp/irc/server/Old/irc2.10/ \ ftp://ftp.ntua.gr/pub/net/irc/server/ EXTRACT_SUFX= .tgz diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 18f341d45..10d934d50 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -4,7 +4,7 @@ VERSION= 20210314 DISTNAME= ircii-${VERSION} PKGNAME= ircII-${VERSION} CATEGORIES= net -MASTER_SITES= https://ircii.warped.com/ \ +SITES= https://ircii.warped.com/ \ https://ircii.warped.com/old/ \ ftp://ircii.warped.com/pub/ircII/ \ https://distfiles.macports.org/ircii/ diff --git a/net/ircd-hybrid/Makefile b/net/ircd-hybrid/Makefile index f41e21bcf..cf58cd5f1 100644 --- a/net/ircd-hybrid/Makefile +++ b/net/ircd-hybrid/Makefile @@ -2,7 +2,7 @@ COMMENT = Internet Relay Chat server DISTNAME = ircd-hybrid-8.2.43 CATEGORIES = net -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/} +SITES = ${SITE_SOURCEFORGE:=ircd-hybrid/} EXTRACT_SUFX = .tgz REVISION = 0 diff --git a/net/ircd-ratbox/Makefile b/net/ircd-ratbox/Makefile index 414e1510b..eaa849db9 100644 --- a/net/ircd-ratbox/Makefile +++ b/net/ircd-ratbox/Makefile @@ -2,7 +2,7 @@ COMMENT = advanced, stable and fast irc server DISTNAME = ircd-ratbox-3.0.10 CATEGORIES = net -MASTER_SITES = ${HOMEPAGE}download/ +SITES = ${HOMEPAGE}download/ EXTRACT_SUFX = .tar.bz2 REVISION = 4 diff --git a/net/irrtoolset/Makefile b/net/irrtoolset/Makefile index 57da5c53e..e8f8cbc73 100644 --- a/net/irrtoolset/Makefile +++ b/net/irrtoolset/Makefile @@ -15,7 +15,7 @@ WANTLIB += ${COMPILER_LIBCXX} c curses m readline COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= http://ftp.isc.org/isc/IRRToolSet/IRRToolSet-$V/ \ +SITES= http://ftp.isc.org/isc/IRRToolSet/IRRToolSet-$V/ \ ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-$V/ BUILD_DEPENDS= devel/bison diff --git a/net/irssi-xmpp/Makefile b/net/irssi-xmpp/Makefile index 4186e94c7..205775f18 100644 --- a/net/irssi-xmpp/Makefile +++ b/net/irssi-xmpp/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB= glib-2.0 iconv idn intl loudmouth-1 -MASTER_SITES= ${HOMEPAGE}files/ +SITES= ${HOMEPAGE}files/ BUILD_DEPENDS= net/irssi>=0.8.15p5 LIB_DEPENDS= net/loudmouth diff --git a/net/irssi/Makefile b/net/irssi/Makefile index 6dd365d46..18b99af2a 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -22,7 +22,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c crypto curses glib-2.0 gmodule-2.0 m perl ssl -MASTER_SITES = https://github.com/irssi/irssi/releases/download/${V}/ +SITES = https://github.com/irssi/irssi/releases/download/${V}/ DEBUG_PACKAGES = ${BUILD_PACKAGES} diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index b62acb4e0..11d457963 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -14,8 +14,8 @@ CATEGORIES= net DISTFILES= dhcp-${VERSION}.tar.gz WRKDIST= ${WRKDIR}/dhcp-${VERSION} -MASTER_SITES= ${MASTER_SITE_ISC:=dhcp/${VERSION}/} \ - ${MASTER_SITE_ISC:=dhcp/} +SITES= ${SITE_ISC:=dhcp/${VERSION}/} \ + ${SITE_ISC:=dhcp/} HOMEPAGE= https://www.isc.org/dhcp/ diff --git a/net/jftpgw/Makefile b/net/jftpgw/Makefile index a642a5441..975a1a361 100644 --- a/net/jftpgw/Makefile +++ b/net/jftpgw/Makefile @@ -3,7 +3,7 @@ COMMENT= FTP proxy DISTNAME= jftpgw-0.13.5 REVISION= 3 CATEGORIES= net -MASTER_SITES= http://www.mcknight.de/jftpgw/ +SITES= ${HOMEPAGE} HOMEPAGE= http://www.mcknight.de/jftpgw/ diff --git a/net/jitsi/meet/Makefile b/net/jitsi/meet/Makefile index c5fea0296..675ddab55 100644 --- a/net/jitsi/meet/Makefile +++ b/net/jitsi/meet/Makefile @@ -3,7 +3,7 @@ COMMENT = web files for Jitsi Meet CATEGORIES = net www VERSION = 1.0.7008 -MASTER_SITES = https://download.jitsi.org/jitsi-meet/src/ +SITES = https://download.jitsi.org/jitsi-meet/src/ DISTNAME = jitsi-meet-${VERSION} EXTRACT_SUFX = .tar.bz2 diff --git a/net/jnettop/Makefile b/net/jnettop/Makefile index 612b2cee2..7240b69aa 100644 --- a/net/jnettop/Makefile +++ b/net/jnettop/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c glib-2.0 gthread-2.0 intl curses pcap pthread -MASTER_SITES= ${HOMEPAGE}dist/ +SITES= ${HOMEPAGE}dist/ LIB_DEPENDS= devel/gettext,-runtime \ devel/glib2 diff --git a/net/kdeconnect-kde/Makefile b/net/kdeconnect-kde/Makefile index 949866c80..5fdf67c82 100644 --- a/net/kdeconnect-kde/Makefile +++ b/net/kdeconnect-kde/Makefile @@ -28,7 +28,7 @@ WANTLIB += Qt5X11Extras Qt5Xml SM X11 Xext Xtst c fakekey gio-2.0 WANTLIB += glib-2.0 gobject-2.0 intl m qca-qt5 wayland-client WANTLIB += xkbcommon -MASTER_SITES = ${MASTER_SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} +SITES = ${SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} MODULES = x11/kde-applications \ devel/kf5 \ diff --git a/net/kdsoap/Makefile b/net/kdsoap/Makefile index a53f1fc7d..71d94148b 100644 --- a/net/kdsoap/Makefile +++ b/net/kdsoap/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Xml c m -MASTER_SITES = https://github.com/KDAB/KDSoap/releases/download/${DISTNAME}/ +SITES = https://github.com/KDAB/KDSoap/releases/download/${DISTNAME}/ MODULES = devel/cmake \ x11/qt5 diff --git a/net/kea/Makefile b/net/kea/Makefile index 799551a23..eae2f85fb 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -22,7 +22,7 @@ PERMIT_PACKAGE= Yes WANTLIB += boost_system c crypto log4cplus m pthread ssl ${COMPILER_LIBCXX} -MASTER_SITES= ${MASTER_SITE_ISC:=kea/${VERSION}/} +SITES= ${SITE_ISC:=kea/${VERSION}/} LIB_DEPENDS= devel/boost \ devel/log4cplus diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 3e76e802d..d7d0c39ec 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -13,7 +13,7 @@ CATEGORIES= net security REVISION= 1 HOMEPAGE= https://www.kismetwireless.net/ -MASTER_SITES= ${HOMEPAGE}code/ +SITES= ${HOMEPAGE}code/ EXTRACT_SUFX= .tar.xz MAINTAINER= Sebastian Reitenbach diff --git a/net/kissd/Makefile b/net/kissd/Makefile index d629923ce..558a8c325 100644 --- a/net/kissd/Makefile +++ b/net/kissd/Makefile @@ -2,7 +2,7 @@ COMMENT= server for KiSS DP-500 network movie player DISTNAME= kissd-0.3 CATEGORIES= net -MASTER_SITES= http://www.benzedrine.ch/ +SITES= http://www.benzedrine.ch/ REVISION= 1 HOMEPAGE= http://www.benzedrine.ch/kissd.html diff --git a/net/knot/Makefile b/net/knot/Makefile index 12aa37718..81a649ce8 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -20,7 +20,7 @@ WANTLIB += c curses edit gmp gnutls hogweed iconv idn2 intl WANTLIB += lmdb m nettle nghttp2 p11-kit pthread tasn1 unistring urcu WANTLIB += urcu-common brotlidec brotlienc z zstd -MASTER_SITES = https://secure.nic.cz/files/knot-dns/ +SITES = https://secure.nic.cz/files/knot-dns/ EXTRACT_SUFX = .tar.xz DEBUG_PACKAGES = ${BUILD_PACKAGES} diff --git a/net/konversation/Makefile b/net/konversation/Makefile index 2e781f436..ea43f1d2e 100644 --- a/net/konversation/Makefile +++ b/net/konversation/Makefile @@ -23,7 +23,7 @@ WANTLIB += c m qca-qt5 # LGPLv2.1+, GPLv2+, GPLv3 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} +SITES = ${SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} MODULES = x11/kde-applications \ devel/kf5 \ diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 0056ece4e..5b1d2c99e 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -29,7 +29,7 @@ WANTLIB += Qt5Positioning Qt5PrintSupport Qt5Qml Qt5QmlModels WANTLIB += Qt5Quick Qt5WebChannel Qt5WebEngineCore Qt5WebEngineWidgets WANTLIB += Qt5Widgets Qt5Xml X11 c gcrypt gmp m phonon4qt5 tag -MASTER_SITES = ${MASTER_SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} +SITES = ${SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} MODULES = x11/kde-applications \ devel/kf5 diff --git a/net/kurly/Makefile b/net/kurly/Makefile index aeeac3172..8fde21bbe 100644 --- a/net/kurly/Makefile +++ b/net/kurly/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c pthread -MASTER_SITES = https://download.tuxfamily.org/jod/net/kurly/ \ +SITES = https://download.tuxfamily.org/jod/net/kurly/ \ ftp://download.tuxfamily.org/jod/net/kurly/ MODULES = lang/go diff --git a/net/ladvd/Makefile b/net/ladvd/Makefile index ef78e122b..9ecccea1c 100644 --- a/net/ladvd/Makefile +++ b/net/ladvd/Makefile @@ -3,7 +3,7 @@ COMMENT = link advertisement (LLDP/CDP etc) daemon CATEGORIES = net DISTNAME = ladvd-1.1.1 -MASTER_SITES = https://github.com/sspans/ladvd/files/1065794/ +SITES = https://github.com/sspans/ladvd/files/1065794/ HOMEPAGE = http://blinkenlights.nl/software/ladvd/ REVISION = 2 diff --git a/net/lagrange/Makefile b/net/lagrange/Makefile index b2f9ad1e2..b3fb7832c 100644 --- a/net/lagrange/Makefile +++ b/net/lagrange/Makefile @@ -18,7 +18,7 @@ WANTLIB += webp z DEBUG_PACKAGES =${BUILD_PACKAGES} -MASTER_SITES = https://git.skyjake.fi/skyjake/lagrange/releases/download/v${VERSION}/ +SITES = https://git.skyjake.fi/skyjake/lagrange/releases/download/v${VERSION}/ COMPILER = base-clang ports-gcc COMPILER_LANGS= c diff --git a/net/ldns/Makefile b/net/ldns/Makefile index 3b0b6abde..f1d560924 100644 --- a/net/ldns/Makefile +++ b/net/ldns/Makefile @@ -14,7 +14,7 @@ SHARED_LIBS += ldns 8.0 # 7.0 CATEGORIES= net -MASTER_SITES= https://www.nlnetlabs.nl/downloads/ldns/ +SITES= https://www.nlnetlabs.nl/downloads/ldns/ HOMEPAGE= https://www.nlnetlabs.nl/projects/ldns/ # BSD diff --git a/net/lftp/Makefile b/net/lftp/Makefile index bbe091fc6..75544d3ac 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= devel/libidn2 \ devel/gettext,-runtime \ devel/readline>=6.1p2 -MASTER_SITES= http://lftp.yar.ru/ftp/ \ +SITES= http://lftp.yar.ru/ftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ LIBTOOL_FLAGS= --tag=disable-shared diff --git a/net/libaccounts-glib/Makefile b/net/libaccounts-glib/Makefile index bb96c82cf..c3b89db80 100644 --- a/net/libaccounts-glib/Makefile +++ b/net/libaccounts-glib/Makefile @@ -8,7 +8,7 @@ REVISION = 2 SHARED_LIBS += accounts-glib 0.0 # 0.0 -MASTER_SITES = https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/${V}/ +SITES = https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/${V}/ # LGPLv2.1+, GPLv2+ PERMIT_PACKAGE = Yes diff --git a/net/libaccounts-qt/Makefile b/net/libaccounts-qt/Makefile index 4630c5a1d..85980ed77 100644 --- a/net/libaccounts-qt/Makefile +++ b/net/libaccounts-qt/Makefile @@ -15,7 +15,7 @@ MAINTAINER = Rafael Sadowski # LGPLv2.1+, GPLv2+ PERMIT_PACKAGE = Yes -MASTER_SITES = https://gitlab.com/accounts-sso/libaccounts-qt/-/archive/${V}/ +SITES = https://gitlab.com/accounts-sso/libaccounts-qt/-/archive/${V}/ WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Test Qt5Xml accounts-glib WANTLIB += c gio-2.0 glib-2.0 gobject-2.0 intl m diff --git a/net/libbgpdump/Makefile b/net/libbgpdump/Makefile index 40609c792..586e6ed7d 100644 --- a/net/libbgpdump/Makefile +++ b/net/libbgpdump/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= https://bitbucket.org/ripencc/bgpdump/wiki/Home # License_NCC: "for any purpose and without fee". PERMIT_PACKAGE= Yes -MASTER_SITES= http://ris.ripe.net/source/bgpdump/ +SITES= http://ris.ripe.net/source/bgpdump/ WANTLIB= bz2 c z LIB_DEPENDS= archivers/bzip2 diff --git a/net/libbind/Makefile b/net/libbind/Makefile index 469a759c2..13d463873 100644 --- a/net/libbind/Makefile +++ b/net/libbind/Makefile @@ -22,7 +22,7 @@ HOMEPAGE= https://wiki.netbsd.org/individual-software-releases/netresolv/ # ISC PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_ISC:=libbind/$V/} +SITES= ${SITE_ISC:=libbind/$V/} CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-libtool \ diff --git a/net/libcares/Makefile b/net/libcares/Makefile index 57b7e07e6..393ff186c 100644 --- a/net/libcares/Makefile +++ b/net/libcares/Makefile @@ -4,7 +4,7 @@ V= 1.19.1 DISTNAME= c-ares-${V} PKGNAME= libcares-${V} CATEGORIES= net devel -MASTER_SITES= ${HOMEPAGE}download/ +SITES= ${HOMEPAGE}download/ SHARED_LIBS += cares 3.4 # 8.1.6 diff --git a/net/libfilezilla/Makefile b/net/libfilezilla/Makefile index 404edd38e..607cba32f 100644 --- a/net/libfilezilla/Makefile +++ b/net/libfilezilla/Makefile @@ -17,7 +17,7 @@ WANTLIB += ${COMPILER_LIBCXX} brotlidec brotlienc gmp gnutls hogweed WANTLIB += iconv idn2 intl m nettle p11-kit tasn1 unistring z WANTLIB += zstd -MASTER_SITES = https://download.filezilla-project.org/libfilezilla/ +SITES = https://download.filezilla-project.org/libfilezilla/ EXTRACT_SUFX = .tar.xz # c++17 diff --git a/net/libfstrm/Makefile b/net/libfstrm/Makefile index d62c28b8d..1556d4300 100644 --- a/net/libfstrm/Makefile +++ b/net/libfstrm/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c event_core event_extra pthread -MASTER_SITES= https://dl.farsightsecurity.com/dist/fstrm/ +SITES= https://dl.farsightsecurity.com/dist/fstrm/ LIB_DEPENDS= devel/libevent2 diff --git a/net/libgadu/Makefile b/net/libgadu/Makefile index b1b2609cd..80db24134 100644 --- a/net/libgadu/Makefile +++ b/net/libgadu/Makefile @@ -4,7 +4,7 @@ VER= 1.12.2 DISTNAME= libgadu-${VER} EPOCH= 0 CATEGORIES= net -MASTER_SITES= http://github.com/wojtekka/libgadu/releases/download/${VER}/ +SITES= http://github.com/wojtekka/libgadu/releases/download/${VER}/ SHARED_LIBS= gadu 7.0 diff --git a/net/libircclient/Makefile b/net/libircclient/Makefile index 86f3bd813..0d8615704 100644 --- a/net/libircclient/Makefile +++ b/net/libircclient/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes WANTLIB += crypto pthread ssl -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libircclient/} +SITES = ${SITE_SOURCEFORGE:=libircclient/} NO_TEST = Yes diff --git a/net/libktorrent/Makefile b/net/libktorrent/Makefile index d4f4b046d..024044a82 100644 --- a/net/libktorrent/Makefile +++ b/net/libktorrent/Makefile @@ -16,7 +16,7 @@ WANTLIB += Qt5Network Qt5Widgets Qt5Xml X11 gcrypt gmp m qca-qt5 # LGPLv2.1+, GPLv2+, GPLv3 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} +SITES = ${SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} MODULES = x11/kde-applications \ devel/kf5 diff --git a/net/libmaxminddb/Makefile b/net/libmaxminddb/Makefile index 93f0b2723..8d31d79df 100644 --- a/net/libmaxminddb/Makefile +++ b/net/libmaxminddb/Makefile @@ -10,7 +10,6 @@ PKGNAME-main = libmaxminddb-${V} PKGNAME-db = geolite2-country-${D} PKGNAME-city = geolite2-city-${D} PKGNAME-asn = geolite2-asn-${D} -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.d = geolite2-data-$D.tar.xz REVISION-db = 1 REVISION-city = 1 diff --git a/net/libmygpo-qt/Makefile b/net/libmygpo-qt/Makefile index 3e7bd0267..eb5635f49 100644 --- a/net/libmygpo-qt/Makefile +++ b/net/libmygpo-qt/Makefile @@ -16,7 +16,7 @@ WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network m MODULES = devel/cmake \ x11/qt5 -MASTER_SITES = https://stefan.derkits.at/files/libmygpo-qt/ +SITES = https://stefan.derkits.at/files/libmygpo-qt/ # picks up doxygen during configure but does not really use it CONFIGURE_ARGS = -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON diff --git a/net/libnet/1.0/Makefile b/net/libnet/1.0/Makefile index 05db9be0a..dce691472 100644 --- a/net/libnet/1.0/Makefile +++ b/net/libnet/1.0/Makefile @@ -6,7 +6,7 @@ SHARED_LIBS= net 0.0 PKGSPEC = libnet->=1.0v0,<1.1v0 FIX_EXTRACT_PERMISSIONS=Yes -MASTER_SITES= http://packetfactory.openwall.net/libnet/dist/deprecated/ +SITES= http://packetfactory.openwall.net/libnet/dist/deprecated/ WRKDIST= ${WRKDIR}/Libnet-1.0.2a AUTOCONF_VERSION=2.13 diff --git a/net/libnet/1.1/Makefile b/net/libnet/1.1/Makefile index cd4f5384f..6588d375f 100644 --- a/net/libnet/1.1/Makefile +++ b/net/libnet/1.1/Makefile @@ -4,7 +4,7 @@ EPOCH= 0 SHARED_LIBS= net 11.1 PKGSPEC= libnet->=1.1v0,<1.2v0 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnet-dev/} +SITES= ${SITE_SOURCEFORGE:=libnet-dev/} CONFIGURE_STYLE= gnu MAKE_FLAGS= LIBnet_VERSION=${LIBnet_VERSION} diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 258dbea37..8214bd4b5 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -11,7 +11,7 @@ HOMEPAGE= http://libnids.sourceforge.net/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/} +SITES= ${SITE_SOURCEFORGE:=libnids/} FIX_EXTRACT_PERMISSIONS=Yes WANTLIB += lib/libnet-1.0/net=0 pcap diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index b754bbc50..518393ea9 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += curl nss3 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liboauth/} +SITES= ${SITE_SOURCEFORGE:=liboauth/} LIB_DEPENDS= net/curl \ security/nss diff --git a/net/liboping/Makefile b/net/liboping/Makefile index 728adf2b0..1f84ae30f 100644 --- a/net/liboping/Makefile +++ b/net/liboping/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c m curses perl CFLAGS += -Wno-error -MASTER_SITES = https://noping.cc/files/ +SITES = https://noping.cc/files/ CONFIGURE_STYLE = gnu .include diff --git a/net/libpcapnav/Makefile b/net/libpcapnav/Makefile index 04a3957f3..d5b61a098 100644 --- a/net/libpcapnav/Makefile +++ b/net/libpcapnav/Makefile @@ -4,7 +4,7 @@ DISTNAME= libpcapnav-0.8 REVISION= 2 SHARED_LIBS= pcapnav 1.0 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/} +SITES= ${SITE_SOURCEFORGE:=netdude/} HOMEPAGE= http://netdude.sourceforge.net/doco/libpcapnav/ diff --git a/net/libpsl/Makefile b/net/libpsl/Makefile index 5143d45fd..a749ef23c 100644 --- a/net/libpsl/Makefile +++ b/net/libpsl/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c iconv idn2 intl unistring -MASTER_SITES = ${HOMEPAGE}/releases/download/${V}/ +SITES = ${HOMEPAGE}/releases/download/${V}/ DEBUG_PACKAGES = ${BUILD_PACKAGES} diff --git a/net/librsync/Makefile b/net/librsync/Makefile index b50c6b4d5..f5e8d1bb0 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE= Yes WANTLIB += b2 c popt iconv intl -MASTER_SITES = https://github.com/librsync/librsync/releases/download/v${V}/ +SITES = https://github.com/librsync/librsync/releases/download/v${V}/ MODULES= devel/cmake diff --git a/net/libshout/Makefile b/net/libshout/Makefile index c5f462739..49794a661 100644 --- a/net/libshout/Makefile +++ b/net/libshout/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c crypto m ogg pthread speex ssl theora>=1 vorbis>=4 -MASTER_SITES= https://downloads.xiph.org/releases/libshout/ +SITES= https://downloads.xiph.org/releases/libshout/ LIB_DEPENDS= audio/libogg \ audio/libvorbis \ diff --git a/net/libslirp/Makefile b/net/libslirp/Makefile index 8685805f4..768bf119e 100644 --- a/net/libslirp/Makefile +++ b/net/libslirp/Makefile @@ -4,7 +4,7 @@ VER= 4.7.0 DISTNAME= libslirp-v${VER} PKGNAME= libslirp-${VER} CATEGORIES= net -MASTER_SITES= https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${VER}/ +SITES= https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${VER}/ EXTRACT_SUFX= .tar.bz2 SHARED_LIBS+= slirp 0.1 diff --git a/net/libsmi/Makefile b/net/libsmi/Makefile index fdccdc099..419e4783c 100644 --- a/net/libsmi/Makefile +++ b/net/libsmi/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c m -MASTER_SITES= https://www.ibr.cs.tu-bs.de/projects/libsmi/download/ +SITES= https://www.ibr.cs.tu-bs.de/projects/libsmi/download/ USE_GMAKE= Yes diff --git a/net/libst/Makefile b/net/libst/Makefile index e8eaf7c6d..8ba9acaa5 100644 --- a/net/libst/Makefile +++ b/net/libst/Makefile @@ -16,7 +16,7 @@ MAINTAINER = Benoit Lecocq # MPLv1.1 or GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=state-threads/} +SITES = ${SITE_SOURCEFORGE:=state-threads/} MAKE_FLAGS = CC='${CC}' CFLAGS='${CFLAGS} -fPIC -DOPENBSD' \ LD='${CC}' LDFLAGS='-shared -fPIC' \ diff --git a/net/libstrophe/Makefile b/net/libstrophe/Makefile index 7cc761e22..777d22621 100644 --- a/net/libstrophe/Makefile +++ b/net/libstrophe/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB += crypto expat ssl -MASTER_SITES = https://github.com/strophe/libstrophe/releases/download/${V}/ +SITES = https://github.com/strophe/libstrophe/releases/download/${V}/ BUILD_DEPENDS = devel/libtool diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 552e52cc3..82176a540 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -17,7 +17,7 @@ HOMEPAGE= https://rakshasa.github.io/rtorrent/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= https://rtorrent.net/downloads/ +SITES= https://rtorrent.net/downloads/ WANTLIB= crypto m pthread ${COMPILER_LIBCXX} z diff --git a/net/libupnp/Makefile b/net/libupnp/Makefile index 1dcef2df4..e1bca1c1e 100755 --- a/net/libupnp/Makefile +++ b/net/libupnp/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB += pthread -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/} +SITES= ${SITE_SOURCEFORGE:=pupnp/} SEPARATE_BUILD= Yes DEBUG_PACKAGES= ${BUILD_PACKAGES} diff --git a/net/libupnpp/Makefile b/net/libupnpp/Makefile index 5007af244..d5a9bd0b3 100644 --- a/net/libupnpp/Makefile +++ b/net/libupnpp/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} crypto curl expat ixml m nghttp2 WANTLIB += ssl upnp z -MASTER_SITES = https://www.lesbonscomptes.com/upmpdcli/downloads/ +SITES = https://www.lesbonscomptes.com/upmpdcli/downloads/ # C++11 COMPILER = base-clang ports-gcc diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index b976ebab8..b10d59630 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB += crypto gcrypt gnutls jpeg lzo2 png pthread sasl2 WANTLIB += ssl z -MASTER_SITES= https://github.com/LibVNC/libvncserver/archive/ +SITES= https://github.com/LibVNC/libvncserver/archive/ # TLS (Thread-Local Storage) COMPILER= base-clang ports-gcc diff --git a/net/litterbox/Makefile b/net/litterbox/Makefile index fb40b62cf..b5a831013 100644 --- a/net/litterbox/Makefile +++ b/net/litterbox/Makefile @@ -15,7 +15,7 @@ WANTLIB += c sqlite3 tls LIB_DEPENDS = databases/sqlite3 -MASTER_SITES = https://git.causal.agency/litterbox/snapshot/ +SITES = https://git.causal.agency/litterbox/snapshot/ # C11 COMPILER = base-clang ports-gcc diff --git a/net/livemedia/Makefile b/net/livemedia/Makefile index 505496b81..99549a18f 100644 --- a/net/livemedia/Makefile +++ b/net/livemedia/Makefile @@ -4,7 +4,7 @@ VERSION= 2023.01.19 DISTNAME= live.${VERSION} PKGNAME= liveMedia-${VERSION:S/.//g} CATEGORIES= net devel -MASTER_SITES= https://download.videolan.org/contrib/live555/ +SITES= https://download.videolan.org/contrib/live555/ HOMEPAGE= http://www.live555.com/liveMedia/ diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile index ea7fe783c..86d4a21ee 100644 --- a/net/loudmouth/Makefile +++ b/net/loudmouth/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB = crypto glib-2.0 iconv idn>=16 intl pcre2-8 pthread ssl -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/${V:C/^([0-9]+\.[0-9]+).*/\1/}/} +SITES= ${SITE_GNOME:=sources/loudmouth/${V:C/^([0-9]+\.[0-9]+).*/\1/}/} EXTRACT_SUFX= .tar.bz2 LIB_DEPENDS= devel/glib2 \ diff --git a/net/luaunbound/Makefile b/net/luaunbound/Makefile index 5b3f7bc63..a738b7684 100644 --- a/net/luaunbound/Makefile +++ b/net/luaunbound/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += unbound -MASTER_SITES = https://code.zash.se/dl/luaunbound/ +SITES = https://code.zash.se/dl/luaunbound/ MODULES = lang/lua diff --git a/net/maradns-deadwood/Makefile b/net/maradns-deadwood/Makefile index 84325420b..230336224 100644 --- a/net/maradns-deadwood/Makefile +++ b/net/maradns-deadwood/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c -MASTER_SITES= ${HOMEPAGE}/stable/ \ +SITES= ${HOMEPAGE}/stable/ \ ${HOMEPAGE}/stable/old/ MAKE_FLAGS= FLAGS="${CFLAGS} -DIPV6" CC="${CC}" diff --git a/net/maradns/Makefile b/net/maradns/Makefile index c1135555d..eff1829ec 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c pthread -MASTER_SITES= http://maradns.org/download/1.3/ +SITES= http://maradns.org/download/1.3/ MAKE_FLAGS= CC="${CC}" FLAGS="${CFLAGS} -D_THREAD_SAFE -pthread" diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile index 532f7015c..13340167b 100644 --- a/net/mbrowse/Makefile +++ b/net/mbrowse/Makefile @@ -4,7 +4,7 @@ DISTNAME= mbrowse-0.4.3 REVISION= 3 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mbrowse/} +SITES= ${SITE_SOURCEFORGE:=mbrowse/} # GPLv2 PERMIT_PACKAGE= Yes diff --git a/net/mcabber/Makefile b/net/mcabber/Makefile index 12920b8fe..795212383 100644 --- a/net/mcabber/Makefile +++ b/net/mcabber/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB += assuan c crypto curses gcrypt glib-2.0 gpg-error gpgme iconv WANTLIB += idn intl loudmouth-1>=3 otr panel pcre2-8 pthread ssl -MASTER_SITES= ${HOMEPAGE}/files/ +SITES= ${HOMEPAGE}/files/ EXTRACT_SUFX= .tar.bz2 # uses pledge() diff --git a/net/meanwhile/Makefile b/net/meanwhile/Makefile index 9b48d908c..fa2a6bb23 100644 --- a/net/meanwhile/Makefile +++ b/net/meanwhile/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB = glib-2.0>=800 iconv intl m pcre2-8 pthread -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/} +SITES= ${SITE_SOURCEFORGE:=meanwhile/} CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --enable-mailme=no \ diff --git a/net/megatools/Makefile b/net/megatools/Makefile index b7e756227..8aa7b31bb 100644 --- a/net/megatools/Makefile +++ b/net/megatools/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c crypto curl gio-2.0 glib-2.0 gobject-2.0 -MASTER_SITES = https://megatools.megous.com/builds/ +SITES = https://megatools.megous.com/builds/ COMPILER = base-clang ports-gcc BUILD_DEPENDS = devel/gobject-introspection \ diff --git a/net/mfi/Makefile b/net/mfi/Makefile index 1a96e1240..cc9bfa60f 100644 --- a/net/mfi/Makefile +++ b/net/mfi/Makefile @@ -14,7 +14,7 @@ MAINTAINER= Jasper Lievisse Adriaanse PERMIT_PACKAGE= http://www.ubnt.com/eula/ PERMIT_DISTFILES= http://www.ubnt.com/eula/ -MASTER_SITES= http://dl.ubnt.com/mfi/$V/ +SITES= http://dl.ubnt.com/mfi/$V/ MODULES= java MODJAVA_VER= 1.8 diff --git a/net/microblog-purple/Makefile b/net/microblog-purple/Makefile index 08dec208b..b5f21ba79 100644 --- a/net/microblog-purple/Makefile +++ b/net/microblog-purple/Makefile @@ -19,7 +19,7 @@ WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 WANTLIB += harfbuzz iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += pixman-1 png pthread purple xcb xcb-render xcb-shm z -MASTER_SITES= ${HOMEPAGE}/files/ +SITES= ${HOMEPAGE}/files/ FIX_CRLF_FILES= Makefile \ microblog/identica.c diff --git a/net/minbif/Makefile b/net/minbif/Makefile index bfdb56b77..54d01550d 100644 --- a/net/minbif/Makefile +++ b/net/minbif/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net REVISION= 6 HOMEPAGE = http://minbif.im/ -MASTER_SITES= ${HOMEPAGE}attachments/download/148/ +SITES= ${HOMEPAGE}attachments/download/148/ # GPLv2 PERMIT_PACKAGE= Yes diff --git a/net/mininet/Makefile b/net/mininet/Makefile index b689fc769..c2c1ed98f 100644 --- a/net/mininet/Makefile +++ b/net/mininet/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c -MASTER_SITES = https://github.com/akoshibe/mininet/releases/download/v$V/ +SITES = https://github.com/akoshibe/mininet/releases/download/v$V/ MODULES = lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} diff --git a/net/miniupnp/Makefile.inc b/net/miniupnp/Makefile.inc index e85fd899f..e2d5d9257 100755 --- a/net/miniupnp/Makefile.inc +++ b/net/miniupnp/Makefile.inc @@ -6,6 +6,6 @@ HOMEPAGE= https://miniupnp.tuxfamily.org/ PERMIT_PACKAGE= Yes .if !defined(GH_ACCOUNT) -MASTER_SITES?= https://miniupnp.tuxfamily.org/files/ +SITES?= https://miniupnp.tuxfamily.org/files/ .endif NO_TEST= Yes diff --git a/net/mirmon/Makefile b/net/mirmon/Makefile index 40017c76d..ec448ecb3 100644 --- a/net/mirmon/Makefile +++ b/net/mirmon/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://people.cs.uu.nl/henkp/mirmon/ # free license, see LICENSE PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} MODULES= perl ICONDIR= ${PREFIX}/share/examples/mirmon/icons diff --git a/net/mlvpn/Makefile b/net/mlvpn/Makefile index 170e41b03..358979f6f 100644 --- a/net/mlvpn/Makefile +++ b/net/mlvpn/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes # uses pledge() WANTLIB += c ev m sodium -MASTER_SITES = https://github.com/zehome/MLVPN/releases/download/$V/ +SITES = https://github.com/zehome/MLVPN/releases/download/$V/ DEBUG_PACKAGES = ${BUILD_PACKAGES} diff --git a/net/mon/Makefile.inc b/net/mon/Makefile.inc index e0fc5f66e..111acface 100644 --- a/net/mon/Makefile.inc +++ b/net/mon/Makefile.inc @@ -9,4 +9,4 @@ MAINTAINER = Pierre-Emmanuel Andre # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = ftp://ftp.kernel.org/pub/software/admin/mon/ +SITES = ftp://ftp.kernel.org/pub/software/admin/mon/ diff --git a/net/mosh/Makefile b/net/mosh/Makefile index b818e8e29..b17fcb7f4 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} c crypto curses m protobuf WANTLIB += pthread ssl util z -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} DEBUG_PACKAGES = ${BUILD_PACKAGES} diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 83b8306ff..abcd2518f 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c cjson crypto m pthread ssl ${COMPILER_LIBCXX} -MASTER_SITES = https://mosquitto.org/files/source/ +SITES = https://mosquitto.org/files/source/ COMPILER = base-clang ports-gcc diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 7d6afb78b..af66f5fa9 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c jpeg m png z gd>=18 -MASTER_SITES= ${HOMEPAGE}pub/ \ +SITES= ${HOMEPAGE}pub/ \ ${HOMEPAGE}pub/old/ RUN_DEPENDS= net/p5-IO-Socket-INET6 \ diff --git a/net/msdl/Makefile b/net/msdl/Makefile index 6d577bbb0..b8cfca365 100644 --- a/net/msdl/Makefile +++ b/net/msdl/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=msdl/} +SITES = ${SITE_SOURCEFORGE:=msdl/} CONFIGURE_STYLE = gnu diff --git a/net/mudix/Makefile b/net/mudix/Makefile index 3674545da..e63c7374f 100644 --- a/net/mudix/Makefile +++ b/net/mudix/Makefile @@ -7,9 +7,9 @@ REVISION= 0 # BSD-style PERMIT_PACKAGE= Yes -WANTLIB= c curses panel +WANTLIB= c curses panel -MASTER_SITES= http://dw.nl.eu.org/mudix/ +SITES= http://dw.nl.eu.org/mudix/ CONFIGURE_STYLE=gnu diff --git a/net/nagios/check_bioctl/Makefile b/net/nagios/check_bioctl/Makefile index 01053545c..45cfb75fc 100644 --- a/net/nagios/check_bioctl/Makefile +++ b/net/nagios/check_bioctl/Makefile @@ -8,7 +8,7 @@ CATEGORIES = net MAINTAINER = Andrew Fresh HOMEPAGE = http://cvs.afresh1.com/nagios/check_bioctl.html -MASTER_SITES = http://cvs.afresh1.com/nagios/ +SITES = http://cvs.afresh1.com/nagios/ # BSD PERMIT_PACKAGE = Yes diff --git a/net/nagios/check_hw_sensors/Makefile b/net/nagios/check_hw_sensors/Makefile index e887b04bb..7fc0dd94a 100644 --- a/net/nagios/check_hw_sensors/Makefile +++ b/net/nagios/check_hw_sensors/Makefile @@ -8,7 +8,7 @@ CATEGORIES= sysutils net MAINTAINER= Andrew Fresh HOMEPAGE= http://openbsd.somedomain.net/nagios/check_hw_sensors.html -MASTER_SITES= http://monitoringexchange.org/attachment/download/Check-Plugins/Operating-Systems/BSD/OpenBSD/check_hw_sensors/ +SITES= http://monitoringexchange.org/attachment/download/Check-Plugins/Operating-Systems/BSD/OpenBSD/check_hw_sensors/ # BSD PERMIT_PACKAGE= Yes diff --git a/net/nagios/check_mssql_health/Makefile b/net/nagios/check_mssql_health/Makefile index a48a531d7..cfca2edd7 100644 --- a/net/nagios/check_mssql_health/Makefile +++ b/net/nagios/check_mssql_health/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= https://labs.consol.de/nagios/check_mssql_health/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ +SITES= https://labs.consol.de/assets/downloads/nagios/ PKG_ARCH= * BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/net/nagios/check_openbgpd/Makefile b/net/nagios/check_openbgpd/Makefile index cd919a2e7..f4b31e67e 100644 --- a/net/nagios/check_openbgpd/Makefile +++ b/net/nagios/check_openbgpd/Makefile @@ -7,7 +7,7 @@ CATEGORIES= sysutils net MAINTAINER= Andrew Hewus Fresh HOMEPAGE= http://openbsd.somedomain.net/nagios/ -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} # BSD PERMIT_PACKAGE= Yes diff --git a/net/nagios/nagios/Makefile b/net/nagios/nagios/Makefile index 093985efa..4ff2e4306 100644 --- a/net/nagios/nagios/Makefile +++ b/net/nagios/nagios/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes MULTI_PACKAGES= -main -web -MASTER_SITES= https://assets.nagios.com/downloads/nagioscore/releases/ +SITES= https://assets.nagios.com/downloads/nagioscore/releases/ MODULES= lang/php diff --git a/net/nagios/nrpe/Makefile b/net/nagios/nrpe/Makefile index d6e992e01..01a5f5818 100644 --- a/net/nagios/nrpe/Makefile +++ b/net/nagios/nrpe/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c crypto ssl -MASTER_SITES= https://github.com/NagiosEnterprises/nrpe/releases/download/${DISTNAME}/ +SITES= https://github.com/NagiosEnterprises/nrpe/releases/download/${DISTNAME}/ RUN_DEPENDS= net/monitoring-plugins diff --git a/net/nagios/nsca-ng/Makefile b/net/nagios/nsca-ng/Makefile index 1beb46ce4..814f3b7a4 100644 --- a/net/nagios/nsca-ng/Makefile +++ b/net/nagios/nsca-ng/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c ev lib/eopenssl11/crypto lib/eopenssl11/ssl WANTLIB-main= ${WANTLIB} confuse -MASTER_SITES= https://github.com/weiss/nsca-ng/releases/download/v$V/ +SITES= https://github.com/weiss/nsca-ng/releases/download/v$V/ # OpenSSL used for PSK (SSL_get_psk_identity) LIB_DEPENDS= devel/libev \ diff --git a/net/nagios/nsca/Makefile b/net/nagios/nsca/Makefile index 0c28e07bc..353faac15 100644 --- a/net/nagios/nsca/Makefile +++ b/net/nagios/nsca/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= http://www.nagios.org/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/} +SITES= ${SITE_SOURCEFORGE:=nagios/} WANTLIB= c mcrypt>=8 LIB_DEPENDS= security/libmcrypt diff --git a/net/nam/Makefile b/net/nam/Makefile index b3fade874..ff7ed482e 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -7,7 +7,7 @@ REVISION = 4 CATEGORIES= net MAINTAINER = Stuart Cassoff -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nsnam/} +SITES= ${SITE_SOURCEFORGE:=nsnam/} HOMEPAGE= http://nsnam.sourceforge.net/ diff --git a/net/natpmpd/Makefile b/net/natpmpd/Makefile index 0eb3fb0bc..d7c3b6d87 100644 --- a/net/natpmpd/Makefile +++ b/net/natpmpd/Makefile @@ -5,7 +5,7 @@ REVISION= 6 CATEGORIES= net HOMEPAGE= http://bodgitandscarper.co.uk/natpmpd/ -MASTER_SITES= http://natpmpd.s3.amazonaws.com/ +SITES= http://natpmpd.s3.amazonaws.com/ MAINTAINER= Matt Dainty diff --git a/net/ncftp/Makefile b/net/ncftp/Makefile index 74b5e56f2..777ff9885 100644 --- a/net/ncftp/Makefile +++ b/net/ncftp/Makefile @@ -10,9 +10,9 @@ PERMIT_PACKAGE= Yes WANTLIB= c curses -MASTER_SITES= https://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ \ +SITES= https://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ \ ftp://ftp.ncftp.com/ncftp/ -MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITES:=older_versions/} +SITES:= ${SITES} ${SITES:=older_versions/} DISTFILES= ${DISTNAME}-src.tar.xz diff --git a/net/neochat/Makefile b/net/neochat/Makefile index 8fe1ba79a..c0314e10b 100644 --- a/net/neochat/Makefile +++ b/net/neochat/Makefile @@ -3,7 +3,7 @@ MODKDE_VERSION = 23.04.3 DISTNAME = neochat-${MODKDE_VERSION} CATEGORIES= net -MASTER_SITES = ${MASTER_SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} +SITES = ${SITE_KDE:=stable/release-service/${MODKDE_VERSION}/src/} HOMEPAGE = https://apps.kde.org/de/neochat/ diff --git a/net/neon/Makefile b/net/neon/Makefile index d311a6284..467ee48b8 100644 --- a/net/neon/Makefile +++ b/net/neon/Makefile @@ -16,7 +16,7 @@ WANTLIB += crypto expat iconv intl m proxy pthread ssl ${COMPILER_LIBCXX} z COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} BUILD_DEPENDS= textproc/xmlto diff --git a/net/nepim/Makefile b/net/nepim/Makefile index db56aa208..ef11f461d 100644 --- a/net/nepim/Makefile +++ b/net/nepim/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c oop>=4 -MASTER_SITES= ${MASTER_SITE_SAVANNAH:=nepim/} +SITES= ${SITE_SAVANNAH:=nepim/} LIB_DEPENDS= devel/liboop diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 97fa4bd75..da79ea563 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -4,7 +4,7 @@ COMMENT= AFP file and print services for IP networks DISTNAME= netatalk-2.2.8 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} +SITES= ${SITE_SOURCEFORGE:=netatalk/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://netatalk.sourceforge.net/ diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 5bed5ee5f..56497881b 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -22,7 +22,7 @@ WANTLIB += event_core event_extra ffi gcrypt gio-2.0 glib-2.0 WANTLIB += gobject-2.0 gpg-error gthread-2.0 iconv intl pcre2-8 pthread WANTLIB += tdb execinfo -MASTER_SITES= https://github.com/Netatalk/Netatalk/releases/download/netatalk-${V:S/./-/g}/ +SITES= https://github.com/Netatalk/Netatalk/releases/download/netatalk-${V:S/./-/g}/ MODULES= lang/python diff --git a/net/netbsd-iscsi-target/Makefile b/net/netbsd-iscsi-target/Makefile index 8eeed304b..49ef1322b 100644 --- a/net/netbsd-iscsi-target/Makefile +++ b/net/netbsd-iscsi-target/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c pthread -MASTER_SITES= http://ftp.netbsd.org/pub/pkgsrc/distfiles/ \ +SITES= http://ftp.netbsd.org/pub/pkgsrc/distfiles/ \ ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ CONFIGURE_STYLE=gnu diff --git a/net/netfwd/Makefile b/net/netfwd/Makefile index 49a48282b..b354da2e4 100644 --- a/net/netfwd/Makefile +++ b/net/netfwd/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= http://www.bsdua.org/files/ +SITES= http://www.bsdua.org/files/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/netfwd ${PREFIX}/bin diff --git a/net/netinfo/Makefile b/net/netinfo/Makefile index bdca5512f..5dad4e59b 100644 --- a/net/netinfo/Makefile +++ b/net/netinfo/Makefile @@ -9,7 +9,7 @@ REVISION = 0 # ISC PERMIT_PACKAGE = Yes -MASTER_SITES = ${HOMEPAGE:=uv/} +SITES = ${HOMEPAGE:=uv/} MODULES = lang/tcl RUN_DEPENDS = ${MODTCL_RUN_DEPENDS} TEST_DEPENDS = ${MODTCL_BUILD_DEPENDS} diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index 17b33520d..f319272a2 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/ +SITES= ftp://ftp.purplefrog.com/pub/netpipes/ WRKDIST= ${WRKDIR} diff --git a/net/netrate/Makefile b/net/netrate/Makefile index 355ccf86f..86533f105 100644 --- a/net/netrate/Makefile +++ b/net/netrate/Makefile @@ -9,7 +9,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c pthread -MASTER_SITES= https://spacehopper.org/mirrors/ +SITES= https://spacehopper.org/mirrors/ MAKE_ENV= BINDIR=${PREFIX}/bin NOMAN=Yes NO_TEST= Yes diff --git a/net/netsed/Makefile b/net/netsed/Makefile index 7c6e67a93..7f15fe7de 100644 --- a/net/netsed/Makefile +++ b/net/netsed/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= http://lcamtuf.coredump.cx/ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= http://lcamtuf.coredump.cx/soft/ +SITES= http://lcamtuf.coredump.cx/soft/ MAKE_FLAGS= CFLAGS="-Wall ${CFLAGS}" diff --git a/net/nfsen/Makefile b/net/nfsen/Makefile index 743d411ed..0b7b88c03 100644 --- a/net/nfsen/Makefile +++ b/net/nfsen/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://nfsen.sourceforge.net/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nfsen/} +SITES= ${SITE_SOURCEFORGE:=nfsen/} MODULES= perl lang/php MODPHP_VERSION= 7.4 diff --git a/net/ngircd/Makefile b/net/ngircd/Makefile index e52687f7e..0dbc9f7f0 100644 --- a/net/ngircd/Makefile +++ b/net/ngircd/Makefile @@ -18,7 +18,7 @@ WANTLIB = c crypto iconv ssl z FLAVORS = ident FLAVOR ?= -MASTER_SITES = https://ngircd.barton.de/pub/ngircd/ \ +SITES = https://ngircd.barton.de/pub/ngircd/ \ https://ngircd.mirror.3rz.de/pub/ngircd/ \ https://ngircd.sourceforge.io/pub/ngircd/ diff --git a/net/ngtcp2/Makefile b/net/ngtcp2/Makefile index e485cb5c3..873b48dd3 100644 --- a/net/ngtcp2/Makefile +++ b/net/ngtcp2/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE= Yes WANTLIB += crypto ssl -MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v$V/ +SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v$V/ SEPARATE_BUILD= Yes DEBUG_PACKAGES= ${BUILD_PACKAGES} diff --git a/net/nload/Makefile b/net/nload/Makefile index 8f9d98a7f..caeef39d1 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -14,7 +14,7 @@ WANTLIB= c form m curses ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} CONFIGURE_STYLE= gnu SEPARATE_BUILD= Yes diff --git a/net/nmap/Makefile b/net/nmap/Makefile index beec15435..13546f6bf 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -6,7 +6,7 @@ PKGNAME-main= ${DISTNAME} REVISION= 5 CATEGORIES= net security -MASTER_SITES= ${HOMEPAGE}/dist/ +SITES= ${HOMEPAGE}/dist/ EXTRACT_SUFX= .tgz HOMEPAGE= https://www.nmap.org/ diff --git a/net/no-ip/Makefile b/net/no-ip/Makefile index 98d9d80e0..001e74fb4 100644 --- a/net/no-ip/Makefile +++ b/net/no-ip/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ${HOMEPAGE}client/linux/ +SITES= ${HOMEPAGE}client/linux/ NO_TEST= Yes diff --git a/net/ns/Makefile b/net/ns/Makefile index 672e40f26..18c651fbd 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -18,7 +18,7 @@ WANTLIB += ${MODTK_WANTLIB} COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nsnam/} +SITES= ${SITE_SOURCEFORGE:=nsnam/} WRKDIST= ${WRKDIR}/ns-$V BUILD_DEPENDS= devel/tclcl diff --git a/net/nslint/Makefile b/net/nslint/Makefile index 871c1d5e7..15aa3e0d5 100644 --- a/net/nslint/Makefile +++ b/net/nslint/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net PERMIT_PACKAGE= Yes -MASTER_SITES= ftp://ftp.ee.lbl.gov/ +SITES= ftp://ftp.ee.lbl.gov/ WANTLIB= c diff --git a/net/nsping/Makefile b/net/nsping/Makefile index 0004c598d..091f99742 100644 --- a/net/nsping/Makefile +++ b/net/nsping/Makefile @@ -5,7 +5,7 @@ REVISION= 1 DISTFILES= nsping.tar.gz CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_FREEBSD} +SITES= ${SITE_FREEBSD} PERMIT_PACKAGE= Yes diff --git a/net/nssl/Makefile b/net/nssl/Makefile index 0820646e2..772730f26 100644 --- a/net/nssl/Makefile +++ b/net/nssl/Makefile @@ -14,7 +14,7 @@ PERMIT_DISTFILES= No WANTLIB= crypto ssl c -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nssl/} +SITES= ${SITE_SOURCEFORGE:=nssl/} EXTRACT_SUFX= .tgz NO_TEST= Yes diff --git a/net/ntp/Makefile b/net/ntp/Makefile index eb2902747..298da11c6 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net HOMEPAGE= http://www.ntp.org/ -MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ +SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ # modified ISC diff --git a/net/nylon/Makefile b/net/nylon/Makefile index c705443f7..26f3d8714 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -7,9 +7,9 @@ HOMEPAGE= http://monkey.org/~marius/nylon/ # BSD PERMIT_PACKAGE= Yes -WANTLIB= c event +WANTLIB= c event -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} CONFIGURE_STYLE=gnu diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index f2585ee88..3e6077b19 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB+= c curses ev gnutls lz4 m nettle oath pam protobuf-c WANTLIB+= radcli readline talloc -MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ +SITES= ftp://ftp.infradead.org/pub/ocserv/ MODULES= lang/ruby diff --git a/net/oggfwd/Makefile b/net/oggfwd/Makefile index 79efaddfc..453a8a3f3 100644 --- a/net/oggfwd/Makefile +++ b/net/oggfwd/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c m ogg pthread theora vorbis shout>=5 speex>=4 -MASTER_SITES= http://v2v.cc/~j/oggfwd/ +SITES= http://v2v.cc/~j/oggfwd/ LIB_DEPENDS= net/libshout \ audio/speex diff --git a/net/oicb/Makefile b/net/oicb/Makefile index 80b22d7fc..a69b89213 100644 --- a/net/oicb/Makefile +++ b/net/oicb/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes # uses pledge() and unveil() WANTLIB = c curses readline -MASTER_SITES = https://github.com/grayed/oicb/releases/download/v${VERSION}/ +SITES = https://github.com/grayed/oicb/releases/download/v${VERSION}/ NO_TEST = Yes diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index 878c9eb1b..59d13eaee 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -2,7 +2,7 @@ COMMENT= ident daemon with custom responses and NAT support DISTNAME= oidentd-2.0.8 REVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/} +SITES= ${SITE_SOURCEFORGE:=ojnk/} HOMEPAGE= http://ojnk.sourceforge.net/ diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile index 043a80103..489fd806c 100644 --- a/net/oinkmaster/Makefile +++ b/net/oinkmaster/Makefile @@ -3,7 +3,7 @@ COMMENT= update your Snort rules DISTNAME= oinkmaster-2.0 REVISION= 2 CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oinkmaster/} +SITES= ${SITE_SOURCEFORGE:=oinkmaster/} HOMEPAGE= http://oinkmaster.sourceforge.net/ diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile index 5a2d47597..647a6c60e 100644 --- a/net/olsrd/Makefile +++ b/net/olsrd/Makefile @@ -12,7 +12,7 @@ REVISION-gui= 3 CATEGORIES= net HOMEPAGE= http://www.olsr.org/ -MASTER_SITES= ${HOMEPAGE}releases/0.9/ +SITES= ${HOMEPAGE}releases/0.9/ MAINTAINER= Stefan Sperling diff --git a/net/onioncat/Makefile b/net/onioncat/Makefile index d6cf3ef36..42c16cb2f 100644 --- a/net/onioncat/Makefile +++ b/net/onioncat/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c pthread -MASTER_SITES = https://www.cypherpunk.at/ocat/download/Source/${V:R}/ +SITES = https://www.cypherpunk.at/ocat/download/Source/${V:R}/ RUN_DEPENDS = net/tor diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index d742398e6..9b9ccbeaf 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -18,7 +18,7 @@ WANTLIB += xml2 z zstd COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ +SITES= ftp://ftp.infradead.org/pub/openconnect/ FLAVORS= light FLAVOR?= diff --git a/net/openfire/Makefile b/net/openfire/Makefile index 586031dc2..27e0a3650 100644 --- a/net/openfire/Makefile +++ b/net/openfire/Makefile @@ -4,7 +4,7 @@ DISTNAME= openfire_${V:S/./_/g} PKGNAME= openfire-$V CATEGORIES= net -MASTER_SITES= https://www.igniterealtime.org/downloadServlet?filename=openfire/ +SITES= https://www.igniterealtime.org/downloadServlet?filename=openfire/ HOMEPAGE= https://www.igniterealtime.org/projects/openfire/index.jsp diff --git a/net/openmdns/Makefile b/net/openmdns/Makefile index ce581bdbc..8f519886c 100644 --- a/net/openmdns/Makefile +++ b/net/openmdns/Makefile @@ -11,7 +11,7 @@ HOMEPAGE = http://www.haesbaert.org/openmdns/ # ISC PERMIT_PACKAGE = Yes -MASTER_SITES = http://www.haesbaert.org/openmdns/releases/ \ +SITES = http://www.haesbaert.org/openmdns/releases/ \ http://x61.com.ar/mirrors/openmdns/ WANTLIB += c event util diff --git a/net/openvmps/Makefile b/net/openvmps/Makefile index f6e09e36c..660c6b523 100644 --- a/net/openvmps/Makefile +++ b/net/openvmps/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vmps/} +SITES= ${SITE_SOURCEFORGE:=vmps/} CONFIGURE_STYLE=gnu diff --git a/net/openvpn-otp/Makefile b/net/openvpn-otp/Makefile new file mode 100644 index 000000000..055bf2cd2 --- /dev/null +++ b/net/openvpn-otp/Makefile @@ -0,0 +1,27 @@ +COMMENT= OpenVPN OTP Authentication support + +GH_ACCOUNT= evgeny-gridasov +GH_PROJECT= openvpn-otp +GH_COMMIT= 47f8ccf50c0933742847e657c4be9f5ba796c1a4 +DISTNAME= openvpn-otp-1.0pl0 + +CATEGORIES= net + +# GPLv3, parts are Apache 2.0 +PERMIT_PACKAGE= Yes + +SEPARATE_BUILD= Yes + +WANTLIB= crypto +BUILD_DEPENDS= net/openvpn + +CONFIGURE_STYLE= autoreconf +AUTORECONF= ${WRKSRC}/autogen.sh +AUTOCONF_VERSION= 2.71 +AUTOMAKE_VERSION= 1.16 + +LIBTOOL_FLAGS= --tag=disable-static + +DEBUG_PACKAGES= ${BUILD_PACKAGES} + +.include diff --git a/net/openvpn-otp/distinfo b/net/openvpn-otp/distinfo new file mode 100644 index 000000000..23bad0f92 --- /dev/null +++ b/net/openvpn-otp/distinfo @@ -0,0 +1,2 @@ +SHA256 (openvpn-otp-1.0pl0-47f8ccf5.tar.gz) = QqKQhJCJSuFZMjQqgM+s1oj27Xq4dteh0rmlfrTyzfk= +SIZE (openvpn-otp-1.0pl0-47f8ccf5.tar.gz) = 27703 diff --git a/net/openvpn-otp/pkg/DESCR b/net/openvpn-otp/pkg/DESCR new file mode 100644 index 000000000..5abc2c77d --- /dev/null +++ b/net/openvpn-otp/pkg/DESCR @@ -0,0 +1,3 @@ +This plug-in adds support for time-based OTP (totp) and HMAC-based +OTP (hotp) tokens for OpenVPN. Compatible with Google Authenticator +software tokens and other software- and hardware-based OTP tokens. diff --git a/net/openvpn-otp/pkg/PLIST b/net/openvpn-otp/pkg/PLIST new file mode 100644 index 000000000..f2975d0e0 --- /dev/null +++ b/net/openvpn-otp/pkg/PLIST @@ -0,0 +1,3 @@ +lib/openvpn/ +@comment lib/openvpn/openvpn-otp.la +@so lib/openvpn/openvpn-otp.so diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index c1297fd0c..212760cab 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c lz4 lzo2 -MASTER_SITES= https://swupdate.openvpn.org/community/releases/ +SITES= https://swupdate.openvpn.org/community/releases/ BUILD_DEPENDS= textproc/py-docutils,python3 LIB_DEPENDS= archivers/lzo2 \ diff --git a/net/openvpn_bsdauth/Makefile b/net/openvpn_bsdauth/Makefile index 1ce9e4379..99193bff0 100644 --- a/net/openvpn_bsdauth/Makefile +++ b/net/openvpn_bsdauth/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes # uses pledge() WANTLIB = c -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} BUILD_DEPENDS = ${RUN_DEPENDS} RUN_DEPENDS = net/openvpn diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile index c30876256..5f22f5cab 100644 --- a/net/osrtspproxy/Makefile +++ b/net/osrtspproxy/Makefile @@ -11,7 +11,7 @@ MAINTAINER= Alexander Bluhm # Real Networks license, permits modification and distribution PERMIT_PACKAGE= Yes -MASTER_SITES= http://docs.real.com/docs/proxykit/ +SITES= http://docs.real.com/docs/proxykit/ CONFIGURE_STYLE= simple diff --git a/net/owamp/Makefile b/net/owamp/Makefile index ddddc35ce..6d17cc200 100644 --- a/net/owamp/Makefile +++ b/net/owamp/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c m -MASTER_SITES = http://software.internet2.edu/sources/owamp/ +SITES = http://software.internet2.edu/sources/owamp/ CONFIGURE_STYLE = gnu diff --git a/net/p5-IP-Country/Makefile b/net/p5-IP-Country/Makefile index 5827d0ed2..1331b1110 100644 --- a/net/p5-IP-Country/Makefile +++ b/net/p5-IP-Country/Makefile @@ -5,7 +5,6 @@ PKG_ARCH= * D= 20190301 DISTNAME= IP-Country-2.28 PKGNAME= p5-${DISTNAME}.$D -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.data= IP-Country-data-$D.tar.bz2 REVISION= 0 diff --git a/net/p5-Net-DNS-SEC/Makefile b/net/p5-Net-DNS-SEC/Makefile index 69b356b4f..853c7f237 100644 --- a/net/p5-Net-DNS-SEC/Makefile +++ b/net/p5-Net-DNS-SEC/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c crypto perl -MASTER_SITES = http://www.net-dns.org/download/ +SITES = http://www.net-dns.org/download/ MODULES = cpan RUN_DEPENDS = net/p5-Net-DNS>=1.08 diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 187653f9d..a7263f08a 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -12,7 +12,7 @@ MAINTAINER = Alexander Bluhm # MIT PERMIT_PACKAGE = Yes -MASTER_SITES = http://www.net-dns.org/download/ +SITES = http://www.net-dns.org/download/ MODULES = cpan diff --git a/net/p5-Net-ICQ2000/Makefile b/net/p5-Net-ICQ2000/Makefile index c33a9d7b7..33335bcfc 100644 --- a/net/p5-Net-ICQ2000/Makefile +++ b/net/p5-Net-ICQ2000/Makefile @@ -9,6 +9,6 @@ CATEGORIES= net PERMIT_PACKAGE= no license PERMIT_DISTFILES= no license -MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ +SITES= http://gonzo.kiev.ua/projects/vicq.old/ .include diff --git a/net/p5-Net-Snort-Parser/Makefile b/net/p5-Net-Snort-Parser/Makefile index 4c89bdcdc..b657099b2 100644 --- a/net/p5-Net-Snort-Parser/Makefile +++ b/net/p5-Net-Snort-Parser/Makefile @@ -9,6 +9,6 @@ CATEGORIES= net # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= http://www.shmoo.com/~bmc/software/snortconfig/ +SITES= http://www.shmoo.com/~bmc/software/snortconfig/ .include diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile index 33854b6ba..daed7e51f 100644 --- a/net/p5-PlRPC/Makefile +++ b/net/p5-PlRPC/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes RUN_DEPENDS= net/p5-Net-Daemon BUILD_DEPENDS= net/p5-Net-Daemon -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} +SITES= ${SITE_PERL_CPAN:=RPC/} WRKDIST= ${WRKDIR}/PlRPC .include diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 91a536c24..8fc06fb60 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -7,7 +7,7 @@ REVISION= 6 CATEGORIES= net HOMEPAGE= https://github.com/sleinen/snmp-session -MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=snmp-session/} +SITES= ${SITE_GOOGLECODE:=snmp-session/} # Artistic License 2.0 PERMIT_PACKAGE= Yes diff --git a/net/p5-flowd/Makefile b/net/p5-flowd/Makefile index 81d946009..6b6dda70b 100644 --- a/net/p5-flowd/Makefile +++ b/net/p5-flowd/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c perl -MASTER_SITES= http://www2.mindrot.org/files/flowd/ +SITES= http://www2.mindrot.org/files/flowd/ WRKSRC= ${WRKDIR}/${DISTNAME}/Flowd-perl BUILD_DEPENDS= net/flowd diff --git a/net/packetq/Makefile b/net/packetq/Makefile index 8ebda220e..6a6e26c39 100644 --- a/net/packetq/Makefile +++ b/net/packetq/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} c m maxminddb z -MASTER_SITES = https://www.dns-oarc.net/files/packetq/ +SITES = https://www.dns-oarc.net/files/packetq/ COMPILER = base-clang ports-gcc diff --git a/net/pavuk/Makefile b/net/pavuk/Makefile index e56f50533..7c4ce3d86 100644 --- a/net/pavuk/Makefile +++ b/net/pavuk/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c crypto iconv intl ssl z -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pavuk/} +SITES= ${SITE_SOURCEFORGE:=pavuk/} FLAVORS= no_x11 FLAVOR?= diff --git a/net/pcapmerge/Makefile b/net/pcapmerge/Makefile index 8ce40beef..9f5bd347d 100644 --- a/net/pcapmerge/Makefile +++ b/net/pcapmerge/Makefile @@ -4,7 +4,7 @@ DISTNAME= pcapmerge-1.0 REVISION= 1 CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PACKETSTORM:=sniffers/} +SITES= ${SITE_PACKETSTORM:=sniffers/} RUN_DEPENDS= net/p5-Net-Pcap>=0.03 BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 36f4615e9..0fbbb5c52 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -4,7 +4,7 @@ DISTNAME= pchar-1.5 REVISION = 4 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} PERMIT_PACKAGE= Yes diff --git a/net/pdnsd/Makefile b/net/pdnsd/Makefile index 59d0e7d08..85aea86ac 100644 --- a/net/pdnsd/Makefile +++ b/net/pdnsd/Makefile @@ -3,7 +3,7 @@ COMMENT= threaded DNS daemon, optimized for caching DISTNAME= pdnsd-1.2.9a-par PKGNAME= ${DISTNAME:S/-par//} CATEGORIES= net -MASTER_SITES= ${HOMEPAGE}/releases/ +SITES= ${HOMEPAGE}/releases/ REVISION= 1 HOMEPAGE= http://members.home.nl/p.a.rombouts/pdnsd/ diff --git a/net/pen/Makefile b/net/pen/Makefile index 86d63f0cd..841290b37 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c crypto ssl -MASTER_SITES= http://siag.nu/pub/pen/ +SITES= http://siag.nu/pub/pen/ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/pen \ diff --git a/net/pfstat/Makefile b/net/pfstat/Makefile index 0f30b2db2..32399f91c 100644 --- a/net/pfstat/Makefile +++ b/net/pfstat/Makefile @@ -6,7 +6,7 @@ DISTNAME= pfstat-2.5 PKGNAME-main= ${DISTNAME} PKGNAME-daemon= ${DISTNAME:S/-/d-/} CATEGORIES= net -MASTER_SITES= http://www.benzedrine.ch/ +SITES= http://www.benzedrine.ch/ REVISION= 5 HOMEPAGE= http://www.benzedrine.ch/pfstat.html diff --git a/net/php-weathermap/Makefile b/net/php-weathermap/Makefile index c7b8c0c6e..abac043a3 100644 --- a/net/php-weathermap/Makefile +++ b/net/php-weathermap/Makefile @@ -11,7 +11,7 @@ HOMEPAGE= http://www.network-weathermap.com/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}files/ +SITES= ${HOMEPAGE}files/ MODULES= lang/php MODPHP_VERSION= 7.4 diff --git a/net/pidgin-icb/Makefile b/net/pidgin-icb/Makefile index f34dbdf6f..ab13e57be 100644 --- a/net/pidgin-icb/Makefile +++ b/net/pidgin-icb/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://nic.com.pl/~alek/pidgin-icb/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} BUILD_DEPENDS= net/pidgin,-libpurple>=2.0.0 diff --git a/net/pidgin-sipe/Makefile b/net/pidgin-sipe/Makefile index 3335deb19..dce5904d9 100644 --- a/net/pidgin-sipe/Makefile +++ b/net/pidgin-sipe/Makefile @@ -20,7 +20,7 @@ WANTLIB += gpg-error gpgme gthread-2.0 iconv idn idn2 intl lzma WANTLIB += m nspr4 nss3 nssutil3 pcre2-8 plc4 plds4 pthread purple WANTLIB += smime3 ssl3 unistring xml2 z -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sipe/} +SITES = ${SITE_SOURCEFORGE:=sipe/} LIB_DEPENDS = mail/gmime30 \ net/pidgin,-libpurple \ diff --git a/net/pidgin/Makefile b/net/pidgin/Makefile index aa558efb1..8511da1a0 100644 --- a/net/pidgin/Makefile +++ b/net/pidgin/Makefile @@ -12,7 +12,7 @@ FULLPKGNAME$i= ${PKGNAME$i}${FLAVOR_EXT:S/-gtkspell//} FULLPKGPATH$i= ${PKGPATH},$i${FLAVOR_EXT:S/-gtkspell//:S/-/,/g} .endfor CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} +SITES= ${SITE_SOURCEFORGE:=pidgin/} EXTRACT_SUFX= .tar.bz2 SHARED_LIBS= jabber 0.0 \ diff --git a/net/pktstat/Makefile b/net/pktstat/Makefile index 22640ac00..887c60701 100644 --- a/net/pktstat/Makefile +++ b/net/pktstat/Makefile @@ -8,7 +8,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c curses m pcap -MASTER_SITES= http://openbsd.fi/dist/ +SITES= http://openbsd.fi/dist/ CONFIGURE_STYLE= gnu diff --git a/net/plushs/Makefile b/net/plushs/Makefile index d609cd591..1188b90cc 100644 --- a/net/plushs/Makefile +++ b/net/plushs/Makefile @@ -3,7 +3,7 @@ COMMENT= simple hostname scanner DISTNAME= plushs-1.2 REVISION= 2 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plushs/} +SITES= ${SITE_SOURCEFORGE:=plushs/} HOMEPAGE= http://plushs.sourceforge.net diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index 3f4b8c076..7e1a312ef 100644 --- a/net/pmacct/Makefile +++ b/net/pmacct/Makefile @@ -4,7 +4,7 @@ DISTNAME= pmacct-1.7.8 CATEGORIES= net HOMEPAGE= http://www.pmacct.net/ -MASTER_SITES= http://www.pmacct.net/ +SITES= ${HOMEPAGE} # partly GPLv2 partly ISC (in transition to ISC) PERMIT_PACKAGE= Yes diff --git a/net/poco/Makefile b/net/poco/Makefile index a33e63e83..c0a617533 100644 --- a/net/poco/Makefile +++ b/net/poco/Makefile @@ -13,7 +13,7 @@ SHARED_LIBS += ${_lib} ${SHLIB_VERSION} .endfor HOMEPAGE = http://pocoproject.org/ -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=poco/} +SITES = ${SITE_SOURCEFORGE:=poco/} MAINTAINER = Sebastian Reitenbach # Boost software license diff --git a/net/poink/Makefile b/net/poink/Makefile index f0e534889..53a2b80d3 100644 --- a/net/poink/Makefile +++ b/net/poink/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://lcamtuf.coredump.cx/ MAINTAINER= Artur Skura -MASTER_SITES= ${HOMEPAGE}/soft/ +SITES= ${HOMEPAGE}/soft/ EXTRACT_SUFX= .zip # GPL diff --git a/net/poptop/Makefile b/net/poptop/Makefile index 859384301..b1c82e937 100644 --- a/net/poptop/Makefile +++ b/net/poptop/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c util -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poptop/} +SITES= ${SITE_SOURCEFORGE:=poptop/} CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-bsdppp --with-pppd-ip-alloc diff --git a/net/pounce/Makefile b/net/pounce/Makefile index fca41306a..eb91d7003 100644 --- a/net/pounce/Makefile +++ b/net/pounce/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes # uses pledge() and unveil() WANTLIB += c tls -MASTER_SITES = https://git.causal.agency/pounce/snapshot/ +SITES = https://git.causal.agency/pounce/snapshot/ # C11 COMPILER = base-clang ports-gcc diff --git a/net/powerdns/Makefile b/net/powerdns/Makefile index a45f997b1..b775146e6 100644 --- a/net/powerdns/Makefile +++ b/net/powerdns/Makefile @@ -32,7 +32,7 @@ WANTLIB-main += ${WANTLIB} WANTLIB-main += boost_program_options-mt c curl nghttp2 sodium WANTLIB-main += sqlite3 yaml-cpp z -MASTER_SITES= https://downloads.powerdns.com/releases/ +SITES= https://downloads.powerdns.com/releases/ MAINTAINER= Otto Moerbeek COMPILER = base-clang ports-gcc diff --git a/net/powerdns_recursor/Makefile b/net/powerdns_recursor/Makefile index 8b1b29a70..3128ced14 100644 --- a/net/powerdns_recursor/Makefile +++ b/net/powerdns_recursor/Makefile @@ -16,7 +16,7 @@ WANTLIB+= ${COMPILER_LIBCXX} boost_context-mt boost_filesystem-mt WANTLIB+= boost_system-mt boost_thread-mt c crypto curl fstrm m WANTLIB+= sodium ssl z -MASTER_SITES= https://downloads.powerdns.com/releases/ +SITES= https://downloads.powerdns.com/releases/ MAINTAINER= Otto Moerbeek COMPILER = base-clang ports-gcc diff --git a/net/profanity/Makefile b/net/profanity/Makefile index f764145d6..fbc9893f9 100644 --- a/net/profanity/Makefile +++ b/net/profanity/Makefile @@ -12,7 +12,7 @@ SHARED_LIBS += profanity 1.0 # 0.0 # GPLv3+ PERMIT_PACKAGE = Yes -MASTER_SITES = https://profanity-im.github.io/tarballs/ +SITES = https://profanity-im.github.io/tarballs/ WANTLIB += assuan c crypto curl curses ereadline expat ffi gcrypt WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gpg-error diff --git a/net/prosody/Makefile b/net/prosody/Makefile index 1dcf1061e..0bc56d763 100644 --- a/net/prosody/Makefile +++ b/net/prosody/Makefile @@ -6,7 +6,7 @@ HOMEPAGE = https://prosody.im/ MAINTAINER = Lucas Gabriel Vuotto -MASTER_SITES = https://prosody.im/downloads/source/ +SITES = https://prosody.im/downloads/source/ # MIT PERMIT_PACKAGE = Yes diff --git a/net/psi/Makefile b/net/psi/Makefile index 4b30f00f2..cee175c4a 100644 --- a/net/psi/Makefile +++ b/net/psi/Makefile @@ -11,7 +11,7 @@ REVISION= 1 HOMEPAGE= https://psi-im.org/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/Psi/${V}/} +SITES= ${SITE_SOURCEFORGE:=psi/Psi/${V}/} EXTRACT_SUFX= .tar.xz # GPLv2 diff --git a/net/ptpd/Makefile b/net/ptpd/Makefile index 4b35dc240..d32396ec9 100644 --- a/net/ptpd/Makefile +++ b/net/ptpd/Makefile @@ -13,7 +13,7 @@ REVISION= 0 # ISC PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ptpd/} +SITES= ${SITE_SOURCEFORGE:=ptpd/} WANTLIB= c diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 9bb114467..d5309c532 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -2,12 +2,12 @@ COMMENT= small, easy to set up, fast and very secure FTP server DISTNAME= pure-ftpd-1.0.51 CATEGORIES= net -MASTER_SITES= https://download.pureftpd.org/pub/pure-ftpd/releases/ \ +SITES= https://download.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp4.fr.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/ \ ftp://ftp.nl.pureftpd.org/pub/pure-ftpd/releases/ \ - ${MASTER_SITE_SOURCEFORGE:=pureftpd/} + ${SITE_SOURCEFORGE:=pureftpd/} EXTRACT_SUFX= .tar.bz2 REVISION= 0 diff --git a/net/putty/Makefile b/net/putty/Makefile index c6956e329..bfa5a09dd 100644 --- a/net/putty/Makefile +++ b/net/putty/Makefile @@ -8,7 +8,7 @@ PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/} CATEGORIES= net security HOMEPAGE= https://www.chiark.greenend.org.uk/~sgtatham/putty/ -MASTER_SITES= https://the.earth.li/~sgtatham/putty/$V/ \ +SITES= https://the.earth.li/~sgtatham/putty/$V/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-$V/ # BSD diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index 1cba775dc..515c40fd5 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -10,7 +10,7 @@ HOMEPAGE = http://pydns.sourceforge.net/ # Python License PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pydns/} +SITES = ${SITE_SOURCEFORGE:=pydns/} MODULES = lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile index 65b5a3dcd..1c17d71ae 100644 --- a/net/py-libcloud/Makefile +++ b/net/py-libcloud/Makefile @@ -13,7 +13,7 @@ MAINTAINER= Antoine Jacoutot # Apache 2.0 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_APACHE:=libcloud/} +SITES= ${SITE_APACHE:=libcloud/} MODULES= lang/python diff --git a/net/py-nmap/Makefile b/net/py-nmap/Makefile index b4aa42d02..3936b8355 100644 --- a/net/py-nmap/Makefile +++ b/net/py-nmap/Makefile @@ -7,7 +7,7 @@ CATEGORIES = net REVISION = 5 HOMEPAGE = http://xael.org/norman/python/python-nmap/ -MASTER_SITES = http://xael.org/pages/ +SITES = http://xael.org/pages/ MAINTAINER = Remi Pointel diff --git a/net/py2-dnspython/Makefile b/net/py2-dnspython/Makefile index e8e78a176..97766bb62 100644 --- a/net/py2-dnspython/Makefile +++ b/net/py2-dnspython/Makefile @@ -15,7 +15,7 @@ HOMEPAGE= https://www.dnspython.org/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}kits/${MODPY_EGG_VERSION}/ +SITES= ${HOMEPAGE}kits/${MODPY_EGG_VERSION}/ MODULES= lang/python MODPY_SETUPTOOLS= Yes diff --git a/net/qbittorrent/Makefile.inc b/net/qbittorrent/Makefile.inc index 26703f1bf..db26e05f8 100644 --- a/net/qbittorrent/Makefile.inc +++ b/net/qbittorrent/Makefile.inc @@ -15,7 +15,7 @@ MAINTAINER = Klemens Nanni # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES ?= ${MASTER_SITE_SOURCEFORGE:=qbittorrent/} +SITES ?= ${SITE_SOURCEFORGE:=qbittorrent/} MODULES += devel/cmake \ x11/qt6 diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 00720fea4..b0ed5bd1b 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -13,7 +13,7 @@ HOMEPAGE= https://www.quagga.net/ # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SAVANNAH:=quagga/} +SITES= ${SITE_SAVANNAH:=quagga/} WANTLIB += c curses m readline diff --git a/net/queryperf/Makefile b/net/queryperf/Makefile index 77d315069..42640169b 100644 --- a/net/queryperf/Makefile +++ b/net/queryperf/Makefile @@ -7,7 +7,7 @@ REVISION = 0 CATEGORIES = net benchmarks -MASTER_SITES += https://gitlab.isc.org/isc-projects/queryperf/-/archive/$C/ +SITES += https://gitlab.isc.org/isc-projects/queryperf/-/archive/$C/ HOMEPAGE = https://gitlab.isc.org/isc-projects/queryperf diff --git a/net/radcli/Makefile b/net/radcli/Makefile index ccc80d88a..8bc023eb4 100644 --- a/net/radcli/Makefile +++ b/net/radcli/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE= Yes WANTLIB += brotlidec brotlienc gmp gnutls hogweed iconv idn2 intl WANTLIB += nettle p11-kit pthread tasn1 unistring z zstd -MASTER_SITES= https://github.com/radcli/radcli/releases/download/$V/ +SITES= https://github.com/radcli/radcli/releases/download/$V/ LIB_DEPENDS= security/gnutls diff --git a/net/rpki-data/Makefile b/net/rpki-data/Makefile index 3bf189acc..5769f22e3 100644 --- a/net/rpki-data/Makefile +++ b/net/rpki-data/Makefile @@ -11,8 +11,8 @@ TIME = T000429Z DISTNAME = rpki-${DATE:S|/||g}${TIME} PKGNAME = rpki-data-${DATE:S|/|.|g}.${TIME:T%Z=%} -MASTER_SITES = https://dango.attn.jp/rpkidata/josephine.sobornost.net/${DATE}/ \ - http://josephine.sobornost.net/josephine.sobornost.net/rpkidata/${DATE}/ +SITES = https://dango.attn.jp/rpkidata/josephine.sobornost.net/${DATE}/ \ + http://josephine.sobornost.net/josephine.sobornost.net/rpkidata/${DATE}/ EXTRACT_SUFX = .tgz EXTRACT_ONLY = # empty PKG_ARCH = * diff --git a/net/rsync/Makefile b/net/rsync/Makefile index fc5fb83e4..4c137f2d2 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c crypto -MASTER_SITES = https://rsync.samba.org/ftp/rsync/src/ \ +SITES = https://rsync.samba.org/ftp/rsync/src/ \ https://ftp.funet.fi/pub/mirrors/samba.org/pub/rsync/src/ MODULES = lang/python diff --git a/net/rtg/Makefile b/net/rtg/Makefile index 232da499f..0371c0535 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -2,7 +2,7 @@ COMMENT = SNMP statistics monitoring system DISTNAME = rtg-0.7.5 CATEGORIES = net -MASTER_SITES = ftp://ftpmirror.uk/freebsd-ports/rtg/ +SITES = ftp://ftpmirror.uk/freebsd-ports/rtg/ HOMEPAGE = http://rtg.sourceforge.net/ diff --git a/net/rtmpdump/Makefile b/net/rtmpdump/Makefile index a39b0ddad..b35f8da1c 100644 --- a/net/rtmpdump/Makefile +++ b/net/rtmpdump/Makefile @@ -19,7 +19,7 @@ WANTLIB = c crypto m pthread ssl z # packaged from git://git.ffmpeg.org/rtmpdump : fa8646da # and patch from https://github.com/K-S-V/Scripts/releases/, see # http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html -MASTER_SITES = https://spacehopper.org/mirrors/ +SITES = https://spacehopper.org/mirrors/ MAKE_FLAGS = CC="${CC}" XCFLAGS="${CFLAGS}" OPT= \ THREADLIB=-pthread SO_VERSION=${LIBrtmp_VERSION} \ diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 14ca388c1..f27e2bb9e 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -15,7 +15,7 @@ WANTLIB += ssl torrent>=21 z COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= https://rtorrent.net/downloads/ +SITES= https://rtorrent.net/downloads/ BUILD_DEPENDS= devel/cppunit LIB_DEPENDS= net/libtorrent>=0.13.4 \ diff --git a/net/sacc/Makefile b/net/sacc/Makefile index ee9fbe85f..32347a231 100644 --- a/net/sacc/Makefile +++ b/net/sacc/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c curses tls -MASTER_SITES = ftp://bitreich.org/releases/sacc/ +SITES = ftp://bitreich.org/releases/sacc/ # To open HTML and other links sacc doesn't understand. RUN_DEPENDS = devel/xdg-utils diff --git a/net/samba/Makefile b/net/samba/Makefile index 2d62f2e81..5b24cca68 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -55,7 +55,7 @@ WANTLIB-main += talloc tasn1 tdb z lib/inotify/inotify WANTLIB-docs = -MASTER_SITES = https://download.samba.org/pub/samba/stable/ \ +SITES = https://download.samba.org/pub/samba/stable/ \ https://download.samba.org/pub/samba/old-versions/ MULTI_PACKAGES = -main -docs diff --git a/net/sbm/Makefile b/net/sbm/Makefile index 3b082bd06..a2348d0f7 100644 --- a/net/sbm/Makefile +++ b/net/sbm/Makefile @@ -9,7 +9,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c -MASTER_SITES = http://dl.2f30.org/releases/ +SITES = http://dl.2f30.org/releases/ MAKE_FLAGS = CC="${CC}" CFLAGS="-Wall ${CFLAGS}" NO_TEST = Yes diff --git a/net/scapy/Makefile b/net/scapy/Makefile index a6f3c41e1..89468ad11 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -15,9 +15,8 @@ MAINTAINER = Alexander Bluhm PERMIT_PACKAGE = Yes SITES.data = https://spacehopper.org/mirrors/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.data = ethertypes-20120703 -EXTRACT_ONLY = ${DISTFILES} +EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX} MODULES = lang/python MODPY_PI = Yes diff --git a/net/serf/Makefile b/net/serf/Makefile index 54ecd898e..2d32137c9 100644 --- a/net/serf/Makefile +++ b/net/serf/Makefile @@ -9,7 +9,7 @@ MAINTAINER = Stefan Sperling PERMIT_PACKAGE = Yes WANTLIB = apr-1 aprutil-1 crypto db expat iconv pthread ssl z -MASTER_SITES = https://www.apache.org/dist/serf/ +SITES = https://www.apache.org/dist/serf/ EXTRACT_SUFX = .tar.bz2 MODULES = devel/scons diff --git a/net/si/Makefile b/net/si/Makefile index 15f0d2266..c27ce5c03 100644 --- a/net/si/Makefile +++ b/net/si/Makefile @@ -7,7 +7,7 @@ CATEGORIES = net # GPLv2/MIT PERMIT_PACKAGE = Yes -MASTER_SITES = http://dokucode.de/files/ +SITES = http://dokucode.de/files/ WANTLIB = c iconv pthread silc silcclient LIB_DEPENDS = converters/libiconv \ diff --git a/net/sic/Makefile b/net/sic/Makefile index b15586bee..08169287a 100644 --- a/net/sic/Makefile +++ b/net/sic/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes # uses pledge() WANTLIB= c -MASTER_SITES= http://dl.suckless.org/tools/ +SITES= http://dl.suckless.org/tools/ MAKE_FLAGS= CC="${CC}" MAKE_ENV= LDFLAGS="${LDFLAGS}" diff --git a/net/signond/Makefile b/net/signond/Makefile index c4906b421..7a232b56b 100644 --- a/net/signond/Makefile +++ b/net/signond/Makefile @@ -10,7 +10,7 @@ REVISION = 4 MAINTAINER = Rafael Sadowski -MASTER_SITES = https://gitlab.com/accounts-sso/signond/-/archive/${V}/ +SITES = https://gitlab.com/accounts-sso/signond/-/archive/${V}/ SHARED_LIBS += signon-extension 0.0 # 1.0 SHARED_LIBS += signon-plugins-common 0.0 # 1.0 diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index e6e15199b..8600e806c 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -3,7 +3,7 @@ COMMENT= Secure Internet Live Conferencing (SILC) client DISTNAME= silc-client-1.1.11 REVISION= 7 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silc/} +SITES= ${SITE_SOURCEFORGE:=silc/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://silcnet.org/client.html diff --git a/net/silc-server/Makefile b/net/silc-server/Makefile index 704956429..1d266d462 100644 --- a/net/silc-server/Makefile +++ b/net/silc-server/Makefile @@ -3,7 +3,7 @@ COMMENT= Secure Internet Live Conferencing (SILC) server DISTNAME= silc-server-1.1.19 REVISION= 5 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silc/} +SITES= ${SITE_SOURCEFORGE:=silc/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://www.silcnet.org/ diff --git a/net/sing/Makefile b/net/sing/Makefile index da8115729..28c2ffb2c 100644 --- a/net/sing/Makefile +++ b/net/sing/Makefile @@ -4,7 +4,7 @@ DISTNAME= SING-1.1 PKGNAME= ${DISTNAME:L} REVISION= 6 CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sing/} +SITES= ${SITE_SOURCEFORGE:=sing/} EXTRACT_SUFX= .tgz HOMEPAGE= http://sourceforge.net/projects/sing/ diff --git a/net/sipcalc/Makefile b/net/sipcalc/Makefile index b2c96b5b3..e9a05651f 100644 --- a/net/sipcalc/Makefile +++ b/net/sipcalc/Makefile @@ -9,7 +9,7 @@ MAINTAINER = Stefan Sperling # BSD-like PERMIT_PACKAGE = Yes -MASTER_SITES = http://www.routemeister.net/projects/sipcalc/files/ +SITES = http://www.routemeister.net/projects/sipcalc/files/ CONFIGURE_STYLE = gnu WANTLIB = c diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 4e487fdc4..39e9de02e 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c cares gnutls -MASTER_SITES = https://github.com/nils-ohlmeier/sipsak/releases/download/$V/ +SITES = https://github.com/nils-ohlmeier/sipsak/releases/download/$V/ CONFIGURE_STYLE = gnu CONFIGURE_ARGS = LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 7a9c293a1..2626d3643 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -6,7 +6,7 @@ REVISION= 4 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE}pub/ +SITES= ${HOMEPAGE}pub/ HOMEPAGE= https://oss.oetiker.ch/smokeping/ diff --git a/net/snmptt/Makefile b/net/snmptt/Makefile index 3ceaa76b4..a5e76d3cb 100644 --- a/net/snmptt/Makefile +++ b/net/snmptt/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://snmptt.sourceforge.net/ # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snmptt/} +SITES= ${SITE_SOURCEFORGE:=snmptt/} EXTRACT_SUFX= .tgz PKG_ARCH= * diff --git a/net/snort/Makefile b/net/snort/Makefile index 0d5e1e4f0..6ea2090ae 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -26,7 +26,7 @@ FLAVOR ?= FLAVOR = no_luajit .endif -MASTER_SITES = https://www.snort.org/downloads/snort/ +SITES = https://www.snort.org/downloads/snort/ SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu diff --git a/net/socat/Makefile b/net/socat/Makefile index fc3ac35ba..40a1905f3 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -10,7 +10,7 @@ MAINTAINER= Nigel Taylor # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}/download/ +SITES= ${HOMEPAGE}/download/ WANTLIB= c readline crypto util ssl diff --git a/net/softflowd/Makefile b/net/softflowd/Makefile index ea251e783..529229393 100644 --- a/net/softflowd/Makefile +++ b/net/softflowd/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= https://code.google.com/p/softflowd/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=softflowd/} +SITES= ${SITE_GOOGLECODE:=softflowd/} WANTLIB= c pcap diff --git a/net/spectrum-tools/Makefile b/net/spectrum-tools/Makefile index b50b68e03..c3c6b344e 100644 --- a/net/spectrum-tools/Makefile +++ b/net/spectrum-tools/Makefile @@ -13,7 +13,7 @@ REVISION-utils= 2 CATEGORIES = net -MASTER_SITES = http://www.kismetwireless.net/code/ +SITES = http://www.kismetwireless.net/code/ HOMEPAGE = http://www.kismetwireless.net/spectools/ diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 36bd747e7..0d56038ba 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c config m pcre2-8 -MASTER_SITES = https://www.rutschle.net/tech/sslh/ +SITES = https://www.rutschle.net/tech/sslh/ LIB_DEPENDS = devel/libconfig \ devel/pcre2 diff --git a/net/sslsniffer/Makefile b/net/sslsniffer/Makefile index a42e2331f..9b8c59d48 100644 --- a/net/sslsniffer/Makefile +++ b/net/sslsniffer/Makefile @@ -4,7 +4,7 @@ DISTNAME= sslsniffer-1.21 REVISION= 1 CATEGORIES= net security HOMEPAGE= http://crypto.stanford.edu/~eujin/sslsniffer/ -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} # GPL PERMIT_PACKAGE= Yes diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index fc35df5d8..f2f238955 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -25,7 +25,7 @@ WANTLIB += lzma m z COMPILER= base-clang ports-gcc -MASTER_SITES= https://download.strongswan.org/ +SITES= https://download.strongswan.org/ SEPARATE_BUILD= Yes CONFIGURE_STYLE= gnu diff --git a/net/swirc/Makefile b/net/swirc/Makefile index cadcf5046..40462fa6f 100644 --- a/net/swirc/Makefile +++ b/net/swirc/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB = ${COMPILER_LIBCXX} c crypto curl curses hunspell-1.7 \ iconv idn intl m panel pthread ssl -MASTER_SITES = https://www.nifty-networks.net/swirc/releases/ +SITES = https://www.nifty-networks.net/swirc/releases/ EXTRACT_SUFX = .tgz # C++17 diff --git a/net/synapse/Makefile b/net/synapse/Makefile index e1a276d0b..1ed70a3b6 100644 --- a/net/synapse/Makefile +++ b/net/synapse/Makefile @@ -1,6 +1,6 @@ COMMENT = open network for secure, decentralized communication -MODPY_EGG_VERSION = 1.92.3 +MODPY_EGG_VERSION = 1.93.0 GH_ACCOUNT = matrix-org GH_PROJECT = synapse diff --git a/net/synapse/distinfo b/net/synapse/distinfo index 53590adf2..32af05b68 100644 --- a/net/synapse/distinfo +++ b/net/synapse/distinfo @@ -16,7 +16,7 @@ SHA256 (cargo/lazy_static-1.4.0.tar.gz) = 4qutI/vEKzcA8vJ5hE3IMq2ysusGmy35GPRVxO SHA256 (cargo/libc-0.2.135.tar.gz) = aHg/68d4LGxctAH72k3lqYmL4XYjFNoLssEM7WHxiww= SHA256 (cargo/lock_api-0.4.9.tar.gz) = Q1ARNm/lZYOxbPlW+d8AlbQFuC12QlvImBwOIuYOxN8= SHA256 (cargo/log-0.4.20.tar.gz) = teYWPLjEkIjCw29Xh15YzNjIfHQn9/vVDqZxCy8/Lo8= -SHA256 (cargo/memchr-2.5.0.tar.gz) = Lf/lLs8ndy5gGQW3Uiy073kNLMIDSIu9Di/oX8t0Vm0= +SHA256 (cargo/memchr-2.6.3.tar.gz) = jyMtbvcH4ZVqQzQmk9KjHnKYlVTVgpnXqIc4zJWw01w= SHA256 (cargo/memoffset-0.6.5.tar.gz) = WqNh1Prqk2AwZKAnQV8HvY4dXIjJ+/aL9WooVCj9ec4= SHA256 (cargo/once_cell-1.15.0.tar.gz) = 6C2tBBObcakMCAyEY/4Nx5AttRktk5vQlQ8HTQFDOeE= SHA256 (cargo/parking_lot-0.12.1.tar.gz) = N0KywQO58GvJ//Cjf/SRKTWFG+5tNvPAK8x1W8/sIo8= @@ -31,14 +31,14 @@ SHA256 (cargo/pyo3-macros-backend-0.17.3.tar.gz) = yN+b6Xii0vDN66uwMgbtc7ETFHAaW SHA256 (cargo/pythonize-0.17.0.tar.gz) = D38ME29fvAGGgYXu9GKADkllnrI6zKg7nohDZ6AGrLY= SHA256 (cargo/quote-1.0.29.tar.gz) = VzAV6KsnZhZ4NX8n3CZGBzj9K2yG5G84b96Uy12RMQU= SHA256 (cargo/redox_syscall-0.2.16.tar.gz) = +1pYwYVbS2gZ1ZASFVYD8LIq0wytdSYAqt/LaVJlUZo= -SHA256 (cargo/regex-1.9.4.tar.gz) = Et4u/4VOX6SxKV7dZQ4ifp2PsMnpCxLn821qaBF5Gik= -SHA256 (cargo/regex-automata-0.3.7.tar.gz) = SVMECKE24W5bSG6IP7troFjo5OiuZiGnewSLMUM25ik= +SHA256 (cargo/regex-1.9.5.tar.gz) = aXBhIh6htKlKYk9n0K4r/k4iuKF7ahkq+xEEZULMjEc= +SHA256 (cargo/regex-automata-0.3.8.tar.gz) = wvQB9JVSIGk7VvjsZu6ceKv/2NHE8j3EGiODnriPB5U= SHA256 (cargo/regex-syntax-0.7.5.tar.gz) = 27X7Gs2KGhiz3VvmLSVIXrdw4Fr7QIqWJ9FNRRuuEto= SHA256 (cargo/ryu-1.0.11.tar.gz) = RQGr3/OugqHBtHehclLrac7p5m65FcGrqk9E2HPfnwk= SHA256 (cargo/scopeguard-1.1.0.tar.gz) = 0pqwxtP8Dukv5m4tmfcA6rF6jVfRwdO3SDgPsguqeM0= SHA256 (cargo/serde-1.0.188.tar.gz) = z54Py6aaNw7tYbzytyhXX3JrULVcungGR1PXCN3HVJ4= SHA256 (cargo/serde_derive-1.0.188.tar.gz) = Tsp6xkLYKqNbYASabsy0vmvnXlmb0umttfh1pzdlSvI= -SHA256 (cargo/serde_json-1.0.105.tar.gz) = aTFR4awnVj1tvOyd7p+9XahTmyD6FK03UrLm02Os42A= +SHA256 (cargo/serde_json-1.0.107.tar.gz) = a0IM5uPYvYgumyQ8bu0128mmEQyXaedLWE4NaNHyDGU= SHA256 (cargo/smallvec-1.10.0.tar.gz) = pQe+/nlUBEVjQd+rEM72bq1MBB9iuLEbu5K//l0JU+A= SHA256 (cargo/subtle-2.4.1.tar.gz) = a97zLoFQwqCBEQtCdy/+fXyQMrYGvCJsgmD9l+CXZgE= SHA256 (cargo/syn-1.0.104.tar.gz) = SuVI7DbPGYwO93ENPCMJh8LW172YrW7cAnRGJyTFhc4= @@ -54,7 +54,7 @@ SHA256 (cargo/windows_i686_gnu-0.36.1.tar.gz) = GA5szwHa9MQmuEbfxm2x/FGPB0uqeTqn SHA256 (cargo/windows_i686_msvc-0.36.1.tar.gz) = 4ueRcUiygS0e6vrrIql+SBPfpgo/j3jr4gS8yI8S8CQ= SHA256 (cargo/windows_x86_64_gnu-0.36.1.tar.gz) = Tc0XG4d2xBuXUh5doSei2GrSgBFIB9Cyqx5GK8dk2eE= SHA256 (cargo/windows_x86_64_msvc-0.36.1.tar.gz) = yBHKSoyFPvQgq9hZK6U927rJBBD6tpA7PnmXKmMfdoA= -SHA256 (synapse-1.92.3.tar.gz) = DnkHiJT43vjaToKwu9My7o2AT9+MhFRZyvsSo2wXn6Y= +SHA256 (synapse-1.93.0.tar.gz) = S6z/dVnNHzalF0O3n+hx6zuWkzqmY6rW+JAKHGt/jiE= SIZE (cargo/aho-corasick-1.0.2.tar.gz) = 167694 SIZE (cargo/anyhow-1.0.75.tar.gz) = 43901 SIZE (cargo/arc-swap-1.5.1.tar.gz) = 66157 @@ -73,7 +73,7 @@ SIZE (cargo/lazy_static-1.4.0.tar.gz) = 10443 SIZE (cargo/libc-0.2.135.tar.gz) = 604591 SIZE (cargo/lock_api-0.4.9.tar.gz) = 25685 SIZE (cargo/log-0.4.20.tar.gz) = 38307 -SIZE (cargo/memchr-2.5.0.tar.gz) = 65812 +SIZE (cargo/memchr-2.6.3.tar.gz) = 94377 SIZE (cargo/memoffset-0.6.5.tar.gz) = 7686 SIZE (cargo/once_cell-1.15.0.tar.gz) = 31460 SIZE (cargo/parking_lot-0.12.1.tar.gz) = 40967 @@ -88,14 +88,14 @@ SIZE (cargo/pyo3-macros-backend-0.17.3.tar.gz) = 49992 SIZE (cargo/pythonize-0.17.0.tar.gz) = 10949 SIZE (cargo/quote-1.0.29.tar.gz) = 28345 SIZE (cargo/redox_syscall-0.2.16.tar.gz) = 24012 -SIZE (cargo/regex-1.9.4.tar.gz) = 253112 -SIZE (cargo/regex-automata-0.3.7.tar.gz) = 607421 +SIZE (cargo/regex-1.9.5.tar.gz) = 253883 +SIZE (cargo/regex-automata-0.3.8.tar.gz) = 610113 SIZE (cargo/regex-syntax-0.7.5.tar.gz) = 343366 SIZE (cargo/ryu-1.0.11.tar.gz) = 47007 SIZE (cargo/scopeguard-1.1.0.tar.gz) = 11470 SIZE (cargo/serde-1.0.188.tar.gz) = 76230 SIZE (cargo/serde_derive-1.0.188.tar.gz) = 55563 -SIZE (cargo/serde_json-1.0.105.tar.gz) = 146316 +SIZE (cargo/serde_json-1.0.107.tar.gz) = 146458 SIZE (cargo/smallvec-1.10.0.tar.gz) = 31564 SIZE (cargo/subtle-2.4.1.tar.gz) = 12630 SIZE (cargo/syn-1.0.104.tar.gz) = 236683 @@ -111,4 +111,4 @@ SIZE (cargo/windows_i686_gnu-0.36.1.tar.gz) = 818115 SIZE (cargo/windows_i686_msvc-0.36.1.tar.gz) = 724575 SIZE (cargo/windows_x86_64_gnu-0.36.1.tar.gz) = 790934 SIZE (cargo/windows_x86_64_msvc-0.36.1.tar.gz) = 661999 -SIZE (synapse-1.92.3.tar.gz) = 8371910 +SIZE (synapse-1.93.0.tar.gz) = 8382894 diff --git a/net/synapse/modules.inc b/net/synapse/modules.inc index 34d9ae563..3653d2e52 100644 --- a/net/synapse/modules.inc +++ b/net/synapse/modules.inc @@ -16,7 +16,7 @@ MODCARGO_CRATES += lazy_static 1.4.0 # MIT/Apache-2.0 MODCARGO_CRATES += libc 0.2.135 # MIT OR Apache-2.0 MODCARGO_CRATES += lock_api 0.4.9 # MIT OR Apache-2.0 MODCARGO_CRATES += log 0.4.20 # MIT OR Apache-2.0 -MODCARGO_CRATES += memchr 2.5.0 # Unlicense/MIT +MODCARGO_CRATES += memchr 2.6.3 # Unlicense OR MIT MODCARGO_CRATES += memoffset 0.6.5 # MIT MODCARGO_CRATES += once_cell 1.15.0 # MIT OR Apache-2.0 MODCARGO_CRATES += parking_lot 0.12.1 # MIT OR Apache-2.0 @@ -31,14 +31,14 @@ MODCARGO_CRATES += pyo3-macros-backend 0.17.3 # Apache-2.0 MODCARGO_CRATES += pythonize 0.17.0 # MIT MODCARGO_CRATES += quote 1.0.29 # MIT OR Apache-2.0 MODCARGO_CRATES += redox_syscall 0.2.16 # MIT -MODCARGO_CRATES += regex 1.9.4 # MIT OR Apache-2.0 -MODCARGO_CRATES += regex-automata 0.3.7 # MIT OR Apache-2.0 +MODCARGO_CRATES += regex 1.9.5 # MIT OR Apache-2.0 +MODCARGO_CRATES += regex-automata 0.3.8 # MIT OR Apache-2.0 MODCARGO_CRATES += regex-syntax 0.7.5 # MIT OR Apache-2.0 MODCARGO_CRATES += ryu 1.0.11 # Apache-2.0 OR BSL-1.0 MODCARGO_CRATES += scopeguard 1.1.0 # MIT/Apache-2.0 MODCARGO_CRATES += serde 1.0.188 # MIT OR Apache-2.0 MODCARGO_CRATES += serde_derive 1.0.188 # MIT OR Apache-2.0 -MODCARGO_CRATES += serde_json 1.0.105 # MIT OR Apache-2.0 +MODCARGO_CRATES += serde_json 1.0.107 # MIT OR Apache-2.0 MODCARGO_CRATES += smallvec 1.10.0 # MIT OR Apache-2.0 MODCARGO_CRATES += subtle 2.4.1 # BSD-3-Clause MODCARGO_CRATES += syn 1.0.104 # MIT OR Apache-2.0 diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 7859d9de0..f37c3f33c 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c pthread -MASTER_SITES = https://github.com/syncthing/syncthing/releases/download/v${V}/ +SITES = https://github.com/syncthing/syncthing/releases/download/v${V}/ WRKDIST = ${WRKDIR}/syncthing WRKSRC = ${WRKDIR}/go/src/github.com/syncthing/syncthing diff --git a/net/tacacs+/Makefile b/net/tacacs+/Makefile index 74ec5b503..f376b6b43 100644 --- a/net/tacacs+/Makefile +++ b/net/tacacs+/Makefile @@ -17,7 +17,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c pthread -MASTER_SITES = ftp://ftp.shrubbery.net/pub/tac_plus/ +SITES = ftp://ftp.shrubbery.net/pub/tac_plus/ MODULES = lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 3873ebe39..ac00269d8 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -2,7 +2,7 @@ BROKEN-i386 = unix.EPROTO not defined COMMENT = modern overlay-like VPN built on top of WireGuard -V = 1.48.0 +V = 1.50.0 MODGO_MODNAME = tailscale.com MODGO_VERSION = v${V} diff --git a/net/tailscale/distinfo b/net/tailscale/distinfo index 72b4ca89b..c57885499 100644 --- a/net/tailscale/distinfo +++ b/net/tailscale/distinfo @@ -320,8 +320,8 @@ SHA256 (go_modules/github.com/dave/jennifer/@v/v1.6.1.zip) = Y046MUAxcTzWFXbGhnd SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw= SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw= SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0= -SHA256 (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230803162905-5c6286bb8c6e.mod) = vtoiCA5I2wEc5nwQDGIhu9UCO1rCSHqtp2v7POcu5yA= -SHA256 (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230803162905-5c6286bb8c6e.zip) = NnsYHHA2jnVrjVLc0nrShcPkeFt8so4CNkRrdtKo9BU= +SHA256 (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230821191801-fc76608aecf0.mod) = vtoiCA5I2wEc5nwQDGIhu9UCO1rCSHqtp2v7POcu5yA= +SHA256 (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230821191801-fc76608aecf0.zip) = nFh8Gzdig1KO4HKeu1rIez7LxApCjhC+cBQdrsE+aEQ= SHA256 (go_modules/github.com/denis-tingaikin/go-header/@v/v0.4.3.mod) = c1UtlniBmQxwJgY++nZhrk/t/q2rv4h2CdRCJee4W5M= SHA256 (go_modules/github.com/denis-tingaikin/go-header/@v/v0.4.3.zip) = Qj6MvQFmoIJpXhLK2xNttv+JARxweL5IIRdoX4Z9hug= SHA256 (go_modules/github.com/docker/cli/@v/v20.10.16+incompatible.mod) = xD81AcVwTxEKEnSdvPuU98elsNX9X6y5eGJtMc4MuCE= @@ -430,8 +430,8 @@ SHA256 (go_modules/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.z SHA256 (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod) = 1WNuRK+jDUmMutczAQLwzsjeXbXGpwN25pxs/j4UNco= SHA256 (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod) = 1WNuRK+jDUmMutczAQLwzsjeXbXGpwN25pxs/j4UNco= SHA256 (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.zip) = L2oZYzl8t8PfZiV6RddfroYKqbnuwXgl2BAcHhMT2ls= -SHA256 (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230321051131-ccbac49a6929.mod) = 7PacVCWnwckRVu2TCkhWq4tsL9x269+wgkDV08vRURA= -SHA256 (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230321051131-ccbac49a6929.zip) = Iuvh6cZgNtIfMCs63PHvorl47xUct0EYGYJ2dL251JA= +SHA256 (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230908182459-f320be06fe37.mod) = UklmGcgqIduL9qx1QvADVlIE0Ie01s+OouBDuzQNutI= +SHA256 (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230908182459-f320be06fe37.zip) = m7cz/SHB5ZDyczrfQX+L0gZBDCi2dJpFw0KKGuqKzAI= SHA256 (go_modules/github.com/go-kit/kit/@v/v0.8.0.mod) = gHxS02vtLb98bcmTVno4bmvRMHOWozXvLvnsjOe1wts= SHA256 (go_modules/github.com/go-kit/kit/@v/v0.9.0.mod) = gHxS02vtLb98bcmTVno4bmvRMHOWozXvLvnsjOe1wts= SHA256 (go_modules/github.com/go-kit/kit/@v/v0.9.0.zip) = 89qbNbEA3TLnsQw3oGMK9g1Ur6N8YSkefflLwKwx7QM= @@ -507,8 +507,8 @@ SHA256 (go_modules/github.com/gobwas/pool/@v/v0.2.0.zip) = UmBLFFa5K7MQRhFno+ZRV SHA256 (go_modules/github.com/gobwas/ws/@v/v1.0.2.mod) = nZu3O8mmP/dP8xbTO8fhPFygl1jy7ra/PLWEzcz60ME= SHA256 (go_modules/github.com/gobwas/ws/@v/v1.0.2.zip) = +eXCboMnjxmVjGi+e3atZxHIBrba52b612ktKvhnvt0= SHA256 (go_modules/github.com/godbus/dbus/v5/@v/v5.0.4.mod) = h0Pqcv7SHMFDxKBnQI4h93h2EOZi/b6NWUMxLqiuiBY= -SHA256 (go_modules/github.com/godbus/dbus/v5/@v/v5.1.0.mod) = h0Pqcv7SHMFDxKBnQI4h93h2EOZi/b6NWUMxLqiuiBY= -SHA256 (go_modules/github.com/godbus/dbus/v5/@v/v5.1.0.zip) = A9+o5xCJpvR3MQ0VxNOgNtgtAoUyiBtQ/uJUNY54Ktk= +SHA256 (go_modules/github.com/godbus/dbus/v5/@v/v5.1.1-0.20230522191255-76236955d466.mod) = s/AmOs6JVSE6Wv5K72nzbNhzpEdvm3mqhTTbotHu+VY= +SHA256 (go_modules/github.com/godbus/dbus/v5/@v/v5.1.1-0.20230522191255-76236955d466.zip) = Ji9D7IdXAjig53Dn+mVt2nD+YFCn7fWt3DAofLZLIaY= SHA256 (go_modules/github.com/gofrs/flock/@v/v0.8.0.mod) = f89wY4L3qiUkSKVviPa2wbijAAZSU71pkFCYWoJJP/E= SHA256 (go_modules/github.com/gofrs/flock/@v/v0.8.1.mod) = f89wY4L3qiUkSKVviPa2wbijAAZSU71pkFCYWoJJP/E= SHA256 (go_modules/github.com/gofrs/flock/@v/v0.8.1.zip) = ms5bCgVnKTeQT7ofy4bLRef3AeUI+utfYS4kM0A1Hfo= @@ -664,6 +664,10 @@ SHA256 (go_modules/github.com/goreleaser/fileglob/@v/v1.3.0.mod) = bz56Y94brCD+L SHA256 (go_modules/github.com/goreleaser/fileglob/@v/v1.3.0.zip) = RNDC6w+Fl0c50olbjvaE/4Bzp1Dd1FtqvOovTvNJKMg= SHA256 (go_modules/github.com/goreleaser/nfpm/v2/@v/v2.32.1-0.20230803123630-24a43c5ad7cf.mod) = A3DTWNXxkPM08Hjl4nMfx3/LEhtCRPU4zp2R9vwmaf8= SHA256 (go_modules/github.com/goreleaser/nfpm/v2/@v/v2.32.1-0.20230803123630-24a43c5ad7cf.zip) = lhPAOKdTyQBeJiNZyWdaMfF/G9H2pacB7TNT5X6Hbiw= +SHA256 (go_modules/github.com/gorilla/csrf/@v/v1.7.1.mod) = g/+1RylrCbK7Hl+hYxT35/h/fTpLyCYyCBh3H/fwp9g= +SHA256 (go_modules/github.com/gorilla/csrf/@v/v1.7.1.zip) = N5Iu7aJgCQM5DI12MXRd8IERKBN/l7dxw36gAgr+2MY= +SHA256 (go_modules/github.com/gorilla/securecookie/@v/v1.1.1.mod) = q4dWEgOpjCg1eH5EaViQvni3uWHAS61yQcg8DMax16Y= +SHA256 (go_modules/github.com/gorilla/securecookie/@v/v1.1.1.zip) = 3YOkIw4RVoFZdWu+pNNDyI3wzRQVu7x81bra1s0u2QM= SHA256 (go_modules/github.com/gorilla/websocket/@v/v1.4.1.mod) = CdyKkielTBBp6gZdYQpfLKGV8fX7pufbstfrD9bgHfY= SHA256 (go_modules/github.com/gorilla/websocket/@v/v1.4.2.mod) = CdyKkielTBBp6gZdYQpfLKGV8fX7pufbstfrD9bgHfY= SHA256 (go_modules/github.com/gorilla/websocket/@v/v1.4.2.zip) = 0NFyjeqgbawZC/SWTJxjlZI0A+rjN8szBdbdoY7wczc= @@ -1267,8 +1271,10 @@ SHA256 (go_modules/github.com/tailscale/mkctr/@v/v0.0.0-20220601142259-c0b937af2 SHA256 (go_modules/github.com/tailscale/mkctr/@v/v0.0.0-20220601142259-c0b937af2e89.zip) = 8ZQiQx/Vn3uIvtW/YyyORzSRPmfclcWf7EDmuDxtwnA= SHA256 (go_modules/github.com/tailscale/netlink/@v/v1.1.1-0.20211101221916-cabfb018fe85.mod) = Cmpb22+cJn8Agn5v956E0L9xpVrB+IAgi/+fpgDTCz0= SHA256 (go_modules/github.com/tailscale/netlink/@v/v1.1.1-0.20211101221916-cabfb018fe85.zip) = HABGWrsBadLByRF0Y1kwPrUd3OEFyjA5MVqp4J4zjBo= -SHA256 (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230710185534-bb2c8f22eccf.mod) = uupfGMrbLCtmg/7FKyP/CRBXifPoe++fosqYec2rjG0= -SHA256 (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230710185534-bb2c8f22eccf.zip) = okuBw7WNtVzpqLAgrxUzAczjSslk6CwCEO8pRD1tB4Q= +SHA256 (go_modules/github.com/tailscale/web-client-prebuilt/@v/v0.0.0-20230919163828-68bd39ee4109.mod) = LnEXh07U8/ePwrCpbSQZuO5fufcfffkeSl6HxrfpDZ0= +SHA256 (go_modules/github.com/tailscale/web-client-prebuilt/@v/v0.0.0-20230919163828-68bd39ee4109.zip) = BgjDvOgb33UinSl1H8CTFMZv65Y2bgR33rHaUE6wNlg= +SHA256 (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230824215414-93bd5cbf7fd8.mod) = uupfGMrbLCtmg/7FKyP/CRBXifPoe++fosqYec2rjG0= +SHA256 (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230824215414-93bd5cbf7fd8.zip) = ESmK2kbrF48O6pcBSERd2QHkTD+25tv1z8CATSuRv+E= SHA256 (go_modules/github.com/tc-hib/winres/@v/v0.2.0.mod) = 49uVNtdN1cfnZZbYZR1JjtI6gREnhKCfTV6qfSNmPZU= SHA256 (go_modules/github.com/tc-hib/winres/@v/v0.2.0.zip) = uvnbt9JrpSd2S5sWJQawS2/Yjpp4Yt/jvQ0AjSejQlA= SHA256 (go_modules/github.com/tcnksm/go-httpstat/@v/v0.2.0.mod) = i+cBK+LGu1CBF3NLa5Kcv59iUzkJ381zXoH4T1x3zP0= @@ -1462,7 +1468,8 @@ SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20220622213112-05595931fe9d.mod SHA256 (go_modules/golang.org/x/crypto/@v/v0.0.0-20220722155217-630584e8d5aa.mod) = ryyI7r/wPjoq/ssbA2afxU6dEiyI97Ls/tBR7F28i7s= SHA256 (go_modules/golang.org/x/crypto/@v/v0.1.0.mod) = UyMpuLIbGJweFmNIgx2ltu2Mx8mCUJOmvjEM7M0m6MI= SHA256 (go_modules/golang.org/x/crypto/@v/v0.11.0.mod) = /LuJS63Wnh6BujaHj6iLkNrV7nA9X1UGnUtfokABl0M= -SHA256 (go_modules/golang.org/x/crypto/@v/v0.11.0.zip) = MEIrNTJoevBifO0PikhVAERGfbBm/QHEDtyCqRsr4/Y= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.12.0.mod) = E5IvYZekDrnn/Aa1z1b11eQRlR8ZxZ++x7hTJHagMsY= +SHA256 (go_modules/golang.org/x/crypto/@v/v0.12.0.zip) = KbeIvY8SKSFK+DG/mUEqCdGQlt6jxivDKBZWtkCT0S0= SHA256 (go_modules/golang.org/x/crypto/@v/v0.3.0.mod) = t5UQb4uN637XdSOoHeAatGAfDwOBNTkYRX0teK2ePOk= SHA256 (go_modules/golang.org/x/crypto/@v/v0.3.1-0.20221117191849-2c476679df9a.mod) = t5UQb4uN637XdSOoHeAatGAfDwOBNTkYRX0teK2ePOk= SHA256 (go_modules/golang.org/x/crypto/@v/v0.5.0.mod) = 9EcFRrmHcXYX8bZj9EKPBE/UXhsqFBFzRJjBIq+lWas= @@ -1482,7 +1489,6 @@ SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod) = SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod) = jJftz44e+Rf3e+ZfyBtbVtnsk5fSJQ+/x6PUSuYxuRg= SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.mod) = KqbbzGUyHHFTSmOE7NZqsrIERkRKV3BwZjFFGY3Rnas= SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20230127140709-cafedaf64729.mod) = AWlyQUC24fWTQogGuQZg3GxMER20/hXZIWJCRvypaug= -SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20230315142452-642cacee5cc0.mod) = AWlyQUC24fWTQogGuQZg3GxMER20/hXZIWJCRvypaug= SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20230725093048-515e97ebf090.mod) = GaEVTCCSgnxM0ayLLef1sUNmCj6VhLN8w8IjdYAKuw8= SHA256 (go_modules/golang.org/x/exp/@v/v0.0.0-20230725093048-515e97ebf090.zip) = cib/I2doBbvwXiIcf0kRzFB61IiXL8sRZq0vyEbeYFA= SHA256 (go_modules/golang.org/x/exp/typeparams/@v/v0.0.0-20220218215828-6cf2b201936e.mod) = SQZPK2tZROCRvGfzTutXGbAFLfczPYiHFzXT6KwHFao= @@ -1578,7 +1584,8 @@ SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20220421235706-1d1ef9303861.mod) = SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.mod) = sxXFJkfS2i925c2502fh1nJ3hCNqm/+2EhkrGbEKEo0= SHA256 (go_modules/golang.org/x/net/@v/v0.1.0.mod) = bMULjKFlQRqqkeV/MJpPT0TkMAPb2vIiAicYcfdCids= SHA256 (go_modules/golang.org/x/net/@v/v0.10.0.mod) = 07fiNv8J5jIr5IkXAhbgGNMiGGLxoFPctj5T6rhTPBc= -SHA256 (go_modules/golang.org/x/net/@v/v0.10.0.zip) = +S+bJlUiam0BWvenYnmhH7VWeOQQuFGxWPyEZUb4BzM= +SHA256 (go_modules/golang.org/x/net/@v/v0.14.0.mod) = J5QJ9uHSLmOn4Mk3QOYvDhLmTVOnzEi6MpGYxDOCvRI= +SHA256 (go_modules/golang.org/x/net/@v/v0.14.0.zip) = /dXKVlNkS2XZBicF7K5wsVZmBUf5bUYGZZlg/gwFOHE= SHA256 (go_modules/golang.org/x/net/@v/v0.2.0.mod) = B+xkXjNT/CZz8tje5cFOuSi5wTEnpAn+PsQOq6Tb2zA= SHA256 (go_modules/golang.org/x/net/@v/v0.3.0.mod) = PDYKM2jCXws5pktjD+dO2ZjfAOar7pP9SfVv/nWQoTE= SHA256 (go_modules/golang.org/x/net/@v/v0.4.0.mod) = PDYKM2jCXws5pktjD+dO2ZjfAOar7pP9SfVv/nWQoTE= @@ -1683,11 +1690,13 @@ SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220702020025-31831981b65f.mod) = SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220817070843-5a390386f1f2.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220825204002-c680a09ffe64.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220908164124-27713097b956.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.1.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.10.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= -SHA256 (go_modules/golang.org/x/sys/@v/v0.10.0.zip) = 31J9Nlf5nYZIjJSz9f0kc557FI0BnNcpVEYiQ+CvMvY= +SHA256 (go_modules/golang.org/x/sys/@v/v0.11.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= +SHA256 (go_modules/golang.org/x/sys/@v/v0.11.0.zip) = DQP00ao7KOyA4gBeyDAQBOIVPjFUkRuuv1e5z6kA+ZM= SHA256 (go_modules/golang.org/x/sys/@v/v0.2.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.3.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= SHA256 (go_modules/golang.org/x/sys/@v/v0.4.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= @@ -1701,7 +1710,8 @@ SHA256 (go_modules/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod) SHA256 (go_modules/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod) = dAeU4pFPXMh+JWVsWEMiKyxlZlghIF9FYyoEd8jT95s= SHA256 (go_modules/golang.org/x/term/@v/v0.1.0.mod) = dAeU4pFPXMh+JWVsWEMiKyxlZlghIF9FYyoEd8jT95s= SHA256 (go_modules/golang.org/x/term/@v/v0.10.0.mod) = 20Bl6yQTonHCo7PHHIqKogt3+hhZU9lmT6qHrJWpnYE= -SHA256 (go_modules/golang.org/x/term/@v/v0.10.0.zip) = vUXo4dzUvqCS8Igaod8+Ry2xDDoAK7i6EmhXyyS21y4= +SHA256 (go_modules/golang.org/x/term/@v/v0.11.0.mod) = NLAXNBj7P7d+reCs0AufATPZqfNKXD6Rj/Ifat91I78= +SHA256 (go_modules/golang.org/x/term/@v/v0.11.0.zip) = 2aeez7kIMz8D1/P0tZdVGmkWRixsXQQFKMmIfflWYA4= SHA256 (go_modules/golang.org/x/term/@v/v0.2.0.mod) = 7fgz2hAZAP4s6NsjQJ5CRI9EGJjT19juRRmI47MMkwI= SHA256 (go_modules/golang.org/x/term/@v/v0.3.0.mod) = HlYfdBO3S00wyi1smHTM0Tu4yU2qDmwjd7rZ6c9tvlg= SHA256 (go_modules/golang.org/x/term/@v/v0.4.0.mod) = zeXNBcC9PaC/rF4royqoXCVwjmVJPn4bfXPDCXcKd7o= @@ -1710,7 +1720,8 @@ SHA256 (go_modules/golang.org/x/term/@v/v0.6.0.mod) = ZDWbnGU3CEePAgcpiFBE/z2ABx SHA256 (go_modules/golang.org/x/term/@v/v0.8.0.mod) = XTYtaoNFP3Akcl6CTAXFlJYk749MsT9dfj1Lfxygsyc= SHA256 (go_modules/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod) = NoedWG/YAB6E2oeHGQoR5PeHSeKoHf6Lm2kxiZ//Mc8= SHA256 (go_modules/golang.org/x/text/@v/v0.11.0.mod) = FR5qGDlJHEtQ3+nDNFHwYyjVUYvY7koAYd4Ct60zL7I= -SHA256 (go_modules/golang.org/x/text/@v/v0.11.0.zip) = YvTCT/Fq4W3avykOFsiWceskyu7IG/rIgTTAHTz3V6g= +SHA256 (go_modules/golang.org/x/text/@v/v0.12.0.mod) = FR5qGDlJHEtQ3+nDNFHwYyjVUYvY7koAYd4Ct60zL7I= +SHA256 (go_modules/golang.org/x/text/@v/v0.12.0.zip) = Q3p4fH+SvLiy8quX/NdM6IteelshqimekPXF3Sintm8= SHA256 (go_modules/golang.org/x/text/@v/v0.3.0.mod) = NoedWG/YAB6E2oeHGQoR5PeHSeKoHf6Lm2kxiZ//Mc8= SHA256 (go_modules/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod) = NoedWG/YAB6E2oeHGQoR5PeHSeKoHf6Lm2kxiZ//Mc8= SHA256 (go_modules/golang.org/x/text/@v/v0.3.2.mod) = bDx63ysK1xQ9kT9GmNGQhCI2ml5vGYYg+X8+UvmhuN0= @@ -2080,7 +2091,7 @@ SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = ycxHNZ55+ SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = qse6k1xBU6O0e8ObNvLorTJD8DNJwRy33Mlt2fMWn6Y= SHA256 (go_modules/src.elv.sh/@v/v0.16.0-rc1.0.20220116211855-fda62502ad7f.mod) = ImJNCVe1tA5jNq8JoM2bIJGqRqDtuksdWKAwpOaNWiI= SHA256 (go_modules/src.elv.sh/@v/v0.16.0-rc1.0.20220116211855-fda62502ad7f.zip) = edEgOGTOmXKXLEt1tIEy1odFM3S8Y8hyYUcl8moi1Ts= -SHA256 (tailscale.com-v1.48.0.zip) = GSUcG9o0nb2AgvXICAEa/j0Kpcf5NMTFi4wnBHu3KRQ= +SHA256 (tailscale.com-v1.50.0.zip) = 9dcn89iDLzKiA2UGum9EblqEgeqt3RFloh6pkWQeldk= SIZE (go_modules/4d63.com/gocheckcompilerdirectives/@v/v1.2.1.mod) = 173 SIZE (go_modules/4d63.com/gocheckcompilerdirectives/@v/v1.2.1.zip) = 7059 SIZE (go_modules/4d63.com/gochecknoglobals/@v/v0.2.1.mod) = 77 @@ -2403,8 +2414,8 @@ SIZE (go_modules/github.com/dave/jennifer/@v/v1.6.1.zip) = 56589 SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = 34 SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 34 SIZE (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 60320 -SIZE (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230803162905-5c6286bb8c6e.mod) = 206 -SIZE (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230803162905-5c6286bb8c6e.zip) = 56033 +SIZE (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230821191801-fc76608aecf0.mod) = 206 +SIZE (go_modules/github.com/dblohm7/wingoes/@v/v0.0.0-20230821191801-fc76608aecf0.zip) = 59564 SIZE (go_modules/github.com/denis-tingaikin/go-header/@v/v0.4.3.mod) = 265 SIZE (go_modules/github.com/denis-tingaikin/go-header/@v/v0.4.3.zip) = 28147 SIZE (go_modules/github.com/docker/cli/@v/v20.10.16+incompatible.mod) = 29 @@ -2513,8 +2524,8 @@ SIZE (go_modules/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.zip SIZE (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod) = 48 SIZE (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod) = 48 SIZE (go_modules/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.zip) = 646118 -SIZE (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230321051131-ccbac49a6929.mod) = 330 -SIZE (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230321051131-ccbac49a6929.zip) = 798906 +SIZE (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230908182459-f320be06fe37.mod) = 269 +SIZE (go_modules/github.com/go-json-experiment/json/@v/v0.0.0-20230908182459-f320be06fe37.zip) = 910721 SIZE (go_modules/github.com/go-kit/kit/@v/v0.8.0.mod) = 29 SIZE (go_modules/github.com/go-kit/kit/@v/v0.9.0.mod) = 29 SIZE (go_modules/github.com/go-kit/kit/@v/v0.9.0.zip) = 438465 @@ -2590,8 +2601,8 @@ SIZE (go_modules/github.com/gobwas/pool/@v/v0.2.0.zip) = 12595 SIZE (go_modules/github.com/gobwas/ws/@v/v1.0.2.mod) = 28 SIZE (go_modules/github.com/gobwas/ws/@v/v1.0.2.zip) = 91757 SIZE (go_modules/github.com/godbus/dbus/v5/@v/v5.0.4.mod) = 42 -SIZE (go_modules/github.com/godbus/dbus/v5/@v/v5.1.0.mod) = 42 -SIZE (go_modules/github.com/godbus/dbus/v5/@v/v5.1.0.zip) = 105330 +SIZE (go_modules/github.com/godbus/dbus/v5/@v/v5.1.1-0.20230522191255-76236955d466.mod) = 103 +SIZE (go_modules/github.com/godbus/dbus/v5/@v/v5.1.1-0.20230522191255-76236955d466.zip) = 117819 SIZE (go_modules/github.com/gofrs/flock/@v/v0.8.0.mod) = 30 SIZE (go_modules/github.com/gofrs/flock/@v/v0.8.1.mod) = 30 SIZE (go_modules/github.com/gofrs/flock/@v/v0.8.1.zip) = 14710 @@ -2747,6 +2758,10 @@ SIZE (go_modules/github.com/goreleaser/fileglob/@v/v1.3.0.mod) = 156 SIZE (go_modules/github.com/goreleaser/fileglob/@v/v1.3.0.zip) = 12295 SIZE (go_modules/github.com/goreleaser/nfpm/v2/@v/v2.32.1-0.20230803123630-24a43c5ad7cf.mod) = 3113 SIZE (go_modules/github.com/goreleaser/nfpm/v2/@v/v2.32.1-0.20230803123630-24a43c5ad7cf.zip) = 541062 +SIZE (go_modules/github.com/gorilla/csrf/@v/v1.7.1.mod) = 123 +SIZE (go_modules/github.com/gorilla/csrf/@v/v1.7.1.zip) = 33126 +SIZE (go_modules/github.com/gorilla/securecookie/@v/v1.1.1.mod) = 39 +SIZE (go_modules/github.com/gorilla/securecookie/@v/v1.1.1.zip) = 74512 SIZE (go_modules/github.com/gorilla/websocket/@v/v1.4.1.mod) = 45 SIZE (go_modules/github.com/gorilla/websocket/@v/v1.4.2.mod) = 45 SIZE (go_modules/github.com/gorilla/websocket/@v/v1.4.2.zip) = 79096 @@ -3350,8 +3365,10 @@ SIZE (go_modules/github.com/tailscale/mkctr/@v/v0.0.0-20220601142259-c0b937af2e8 SIZE (go_modules/github.com/tailscale/mkctr/@v/v0.0.0-20220601142259-c0b937af2e89.zip) = 48655 SIZE (go_modules/github.com/tailscale/netlink/@v/v1.1.1-0.20211101221916-cabfb018fe85.mod) = 176 SIZE (go_modules/github.com/tailscale/netlink/@v/v1.1.1-0.20211101221916-cabfb018fe85.zip) = 242992 -SIZE (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230710185534-bb2c8f22eccf.mod) = 408 -SIZE (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230710185534-bb2c8f22eccf.zip) = 187470 +SIZE (go_modules/github.com/tailscale/web-client-prebuilt/@v/v0.0.0-20230919163828-68bd39ee4109.mod) = 57 +SIZE (go_modules/github.com/tailscale/web-client-prebuilt/@v/v0.0.0-20230919163828-68bd39ee4109.zip) = 56149 +SIZE (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230824215414-93bd5cbf7fd8.mod) = 408 +SIZE (go_modules/github.com/tailscale/wireguard-go/@v/v0.0.0-20230824215414-93bd5cbf7fd8.zip) = 188045 SIZE (go_modules/github.com/tc-hib/winres/@v/v0.2.0.mod) = 140 SIZE (go_modules/github.com/tc-hib/winres/@v/v0.2.0.zip) = 73958 SIZE (go_modules/github.com/tcnksm/go-httpstat/@v/v0.2.0.mod) = 37 @@ -3545,7 +3562,8 @@ SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20220622213112-05595931fe9d.mod) SIZE (go_modules/golang.org/x/crypto/@v/v0.0.0-20220722155217-630584e8d5aa.mod) = 255 SIZE (go_modules/golang.org/x/crypto/@v/v0.1.0.mod) = 171 SIZE (go_modules/golang.org/x/crypto/@v/v0.11.0.mod) = 190 -SIZE (go_modules/golang.org/x/crypto/@v/v0.11.0.zip) = 1784008 +SIZE (go_modules/golang.org/x/crypto/@v/v0.12.0.mod) = 190 +SIZE (go_modules/golang.org/x/crypto/@v/v0.12.0.zip) = 1785968 SIZE (go_modules/golang.org/x/crypto/@v/v0.3.0.mod) = 171 SIZE (go_modules/golang.org/x/crypto/@v/v0.3.1-0.20221117191849-2c476679df9a.mod) = 171 SIZE (go_modules/golang.org/x/crypto/@v/v0.5.0.mod) = 171 @@ -3565,7 +3583,6 @@ SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod) = 5 SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod) = 572 SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20220722155223-a9213eeb770e.mod) = 325 SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20230127140709-cafedaf64729.mod) = 176 -SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20230315142452-642cacee5cc0.mod) = 176 SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20230725093048-515e97ebf090.mod) = 177 SIZE (go_modules/golang.org/x/exp/@v/v0.0.0-20230725093048-515e97ebf090.zip) = 459686 SIZE (go_modules/golang.org/x/exp/typeparams/@v/v0.0.0-20220218215828-6cf2b201936e.mod) = 44 @@ -3661,7 +3678,8 @@ SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20220421235706-1d1ef9303861.mod) = 1 SIZE (go_modules/golang.org/x/net/@v/v0.0.0-20220722155237-a158d28d115b.mod) = 179 SIZE (go_modules/golang.org/x/net/@v/v0.1.0.mod) = 123 SIZE (go_modules/golang.org/x/net/@v/v0.10.0.mod) = 123 -SIZE (go_modules/golang.org/x/net/@v/v0.10.0.zip) = 1564890 +SIZE (go_modules/golang.org/x/net/@v/v0.14.0.mod) = 155 +SIZE (go_modules/golang.org/x/net/@v/v0.14.0.zip) = 1781193 SIZE (go_modules/golang.org/x/net/@v/v0.2.0.mod) = 123 SIZE (go_modules/golang.org/x/net/@v/v0.3.0.mod) = 123 SIZE (go_modules/golang.org/x/net/@v/v0.4.0.mod) = 123 @@ -3766,11 +3784,13 @@ SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220702020025-31831981b65f.mod) = 3 SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220722155257-8c9f86f7a55f.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220817070843-5a390386f1f2.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220825204002-c680a09ffe64.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220908164124-27713097b956.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.1.0.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.10.0.mod) = 33 -SIZE (go_modules/golang.org/x/sys/@v/v0.10.0.zip) = 1902132 +SIZE (go_modules/golang.org/x/sys/@v/v0.11.0.mod) = 33 +SIZE (go_modules/golang.org/x/sys/@v/v0.11.0.zip) = 1906917 SIZE (go_modules/golang.org/x/sys/@v/v0.2.0.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.3.0.mod) = 33 SIZE (go_modules/golang.org/x/sys/@v/v0.4.0.mod) = 33 @@ -3784,7 +3804,8 @@ SIZE (go_modules/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod) = SIZE (go_modules/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod) = 95 SIZE (go_modules/golang.org/x/term/@v/v0.1.0.mod) = 95 SIZE (go_modules/golang.org/x/term/@v/v0.10.0.mod) = 68 -SIZE (go_modules/golang.org/x/term/@v/v0.10.0.zip) = 19958 +SIZE (go_modules/golang.org/x/term/@v/v0.11.0.mod) = 68 +SIZE (go_modules/golang.org/x/term/@v/v0.11.0.zip) = 19958 SIZE (go_modules/golang.org/x/term/@v/v0.2.0.mod) = 67 SIZE (go_modules/golang.org/x/term/@v/v0.3.0.mod) = 67 SIZE (go_modules/golang.org/x/term/@v/v0.4.0.mod) = 67 @@ -3793,7 +3814,8 @@ SIZE (go_modules/golang.org/x/term/@v/v0.6.0.mod) = 67 SIZE (go_modules/golang.org/x/term/@v/v0.8.0.mod) = 67 SIZE (go_modules/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod) = 25 SIZE (go_modules/golang.org/x/text/@v/v0.11.0.mod) = 197 -SIZE (go_modules/golang.org/x/text/@v/v0.11.0.zip) = 9237183 +SIZE (go_modules/golang.org/x/text/@v/v0.12.0.mod) = 197 +SIZE (go_modules/golang.org/x/text/@v/v0.12.0.zip) = 9237331 SIZE (go_modules/golang.org/x/text/@v/v0.3.0.mod) = 25 SIZE (go_modules/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod) = 25 SIZE (go_modules/golang.org/x/text/@v/v0.3.2.mod) = 88 @@ -4163,4 +4185,4 @@ SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = 127 SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = 36374 SIZE (go_modules/src.elv.sh/@v/v0.16.0-rc1.0.20220116211855-fda62502ad7f.mod) = 185 SIZE (go_modules/src.elv.sh/@v/v0.16.0-rc1.0.20220116211855-fda62502ad7f.zip) = 705404 -SIZE (tailscale.com-v1.48.0.zip) = 2438133 +SIZE (tailscale.com-v1.50.0.zip) = 2546811 diff --git a/net/tailscale/modules.inc b/net/tailscale/modules.inc index ab10c2f1a..539ddc048 100644 --- a/net/tailscale/modules.inc +++ b/net/tailscale/modules.inc @@ -128,7 +128,7 @@ MODGO_MODULES = \ github.com/danieljoos/wincred v1.1.2 \ github.com/dave/jennifer v1.6.1 \ github.com/davecgh/go-spew v1.1.1 \ - github.com/dblohm7/wingoes v0.0.0-20230803162905-5c6286bb8c6e \ + github.com/dblohm7/wingoes v0.0.0-20230821191801-fc76608aecf0 \ github.com/denis-tingaikin/go-header v0.4.3 \ github.com/docker/cli v23.0.5+incompatible \ github.com/docker/distribution v2.8.2+incompatible \ @@ -172,7 +172,7 @@ MODGO_MODULES = \ github.com/go-git/go-git/v5 v5.7.0 \ github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 \ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 \ - github.com/go-json-experiment/json v0.0.0-20230321051131-ccbac49a6929 \ + github.com/go-json-experiment/json v0.0.0-20230908182459-f320be06fe37 \ github.com/go-kit/kit v0.9.0 \ github.com/go-kit/log v0.2.1 \ github.com/go-logfmt/logfmt v0.5.1 \ @@ -203,7 +203,7 @@ MODGO_MODULES = \ github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee \ github.com/gobwas/pool v0.2.0 \ github.com/gobwas/ws v1.0.2 \ - github.com/godbus/dbus/v5 v5.1.0 \ + github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466 \ github.com/gofrs/flock v0.8.1 \ github.com/gogo/protobuf v1.3.2 \ github.com/gojuno/minimock/v3 v3.0.8 \ @@ -250,6 +250,8 @@ MODGO_MODULES = \ github.com/goreleaser/chglog v0.5.0 \ github.com/goreleaser/fileglob v1.3.0 \ github.com/goreleaser/nfpm/v2 v2.32.1-0.20230803123630-24a43c5ad7cf \ + github.com/gorilla/csrf v1.7.1 \ + github.com/gorilla/securecookie v1.1.1 \ github.com/gorilla/websocket v1.4.2 \ github.com/gostaticanalysis/analysisutil v0.7.1 \ github.com/gostaticanalysis/comment v1.4.2 \ @@ -477,7 +479,8 @@ MODGO_MODULES = \ github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a \ github.com/tailscale/mkctr v0.0.0-20220601142259-c0b937af2e89 \ github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85 \ - github.com/tailscale/wireguard-go v0.0.0-20230710185534-bb2c8f22eccf \ + github.com/tailscale/web-client-prebuilt v0.0.0-20230919163828-68bd39ee4109 \ + github.com/tailscale/wireguard-go v0.0.0-20230824215414-93bd5cbf7fd8 \ github.com/tc-hib/winres v0.2.0 \ github.com/tcnksm/go-httpstat v0.2.0 \ github.com/tdakkota/asciicheck v0.2.0 \ @@ -551,19 +554,19 @@ MODGO_MODULES = \ go.uber.org/zap v1.24.0 \ go4.org/mem v0.0.0-20220726221520-4f986261bf13 \ go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516 \ - golang.org/x/crypto v0.11.0 \ + golang.org/x/crypto v0.12.0 \ golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 \ golang.org/x/exp/typeparams v0.0.0-20230425010034-47ecfdc1ba53 \ golang.org/x/image v0.7.0 \ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 \ golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 \ golang.org/x/mod v0.11.0 \ - golang.org/x/net v0.10.0 \ + golang.org/x/net v0.14.0 \ golang.org/x/oauth2 v0.7.0 \ golang.org/x/sync v0.2.0 \ - golang.org/x/sys v0.10.0 \ - golang.org/x/term v0.10.0 \ - golang.org/x/text v0.11.0 \ + golang.org/x/sys v0.11.0 \ + golang.org/x/term v0.11.0 \ + golang.org/x/text v0.12.0 \ golang.org/x/time v0.3.0 \ golang.org/x/tools v0.9.1 \ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 \ @@ -983,6 +986,7 @@ MODGO_MODFILES = \ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d \ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa \ golang.org/x/crypto v0.1.0 \ + golang.org/x/crypto v0.11.0 \ golang.org/x/crypto v0.3.0 \ golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a \ golang.org/x/crypto v0.5.0 \ @@ -1002,7 +1006,6 @@ MODGO_MODFILES = \ golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 \ golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e \ golang.org/x/exp v0.0.0-20230127140709-cafedaf64729 \ - golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 \ golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e \ golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171 \ golang.org/x/exp/typeparams v0.0.0-20221002003631-540bb7301a08 \ @@ -1085,6 +1088,7 @@ MODGO_MODFILES = \ golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 \ golang.org/x/net v0.0.0-20220722155237-a158d28d115b \ golang.org/x/net v0.1.0 \ + golang.org/x/net v0.10.0 \ golang.org/x/net v0.2.0 \ golang.org/x/net v0.3.0 \ golang.org/x/net v0.4.0 \ @@ -1185,9 +1189,11 @@ MODGO_MODFILES = \ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 \ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f \ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab \ + golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 \ golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 \ golang.org/x/sys v0.0.0-20220908164124-27713097b956 \ golang.org/x/sys v0.1.0 \ + golang.org/x/sys v0.10.0 \ golang.org/x/sys v0.2.0 \ golang.org/x/sys v0.3.0 \ golang.org/x/sys v0.4.0 \ @@ -1200,6 +1206,7 @@ MODGO_MODFILES = \ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 \ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \ golang.org/x/term v0.1.0 \ + golang.org/x/term v0.10.0 \ golang.org/x/term v0.2.0 \ golang.org/x/term v0.3.0 \ golang.org/x/term v0.4.0 \ @@ -1207,6 +1214,7 @@ MODGO_MODFILES = \ golang.org/x/term v0.6.0 \ golang.org/x/term v0.8.0 \ golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c \ + golang.org/x/text v0.11.0 \ golang.org/x/text v0.3.0 \ golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 \ golang.org/x/text v0.3.2 \ diff --git a/net/tailscale/pkg/PLIST b/net/tailscale/pkg/PLIST index 5521f1271..a298b7137 100644 --- a/net/tailscale/pkg/PLIST +++ b/net/tailscale/pkg/PLIST @@ -3,14 +3,27 @@ @comment bin/cloner @bin bin/derper @bin bin/derpprobe +@comment bin/dist +@comment bin/get-authkey @comment bin/gitops-pusher @comment bin/hello +@comment bin/k8s-operator +@comment bin/mkmanifest @comment bin/mkpkg +@comment bin/mkversion +@comment bin/nardump +@comment bin/netlogfmt +@comment bin/pgproxy @comment bin/printdep @comment bin/proxy-to-grafana +@comment bin/sniproxy @comment bin/speedtest +@comment bin/ssh-auth-none-demo +@comment bin/stunc +@comment bin/sync-containers @bin bin/tailscale @bin bin/tailscaled @comment bin/testcontrol +@comment bin/testwrapper @comment bin/tsconnect @comment bin/viewer diff --git a/net/tcl-snmptools/Makefile b/net/tcl-snmptools/Makefile index d4872be25..018a982b6 100644 --- a/net/tcl-snmptools/Makefile +++ b/net/tcl-snmptools/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB = netsnmp -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tcl-snmptools/} +SITES = ${SITE_SOURCEFORGE:=tcl-snmptools/} MODULES = lang/tcl LIB_DEPENDS = net/net-snmp BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS} diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index f7f44d83e..a54801d13 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -9,7 +9,7 @@ MAINTAINER = Sebastian Reitenbach # BSD PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tcludp/} +SITES = ${SITE_SOURCEFORGE:=tcludp/} MODULES = lang/tcl BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS} RUN_DEPENDS = ${MODTCL_RUN_DEPENDS} diff --git a/net/tcpdpriv/Makefile b/net/tcpdpriv/Makefile index bd52a90ca..bee7234b2 100644 --- a/net/tcpdpriv/Makefile +++ b/net/tcpdpriv/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c pcap -MASTER_SITES= http://ita.ee.lbl.gov/software/ \ +SITES= http://ita.ee.lbl.gov/software/ \ ftp://ita.ee.lbl.gov/software/ EXTRACT_SUFX= .tar.Z diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 8b2fb8290..9601500d6 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -3,7 +3,7 @@ COMMENT= tool for capturing data from TCP connections DISTNAME= tcpflow-0.21 REVISION= 2 CATEGORIES= net -MASTER_SITES= http://www.circlemud.org/pub/jelson/tcpflow/ +SITES= http://www.circlemud.org/pub/jelson/tcpflow/ HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/ diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile index c5909b020..b22e456ed 100644 --- a/net/tcpreen/Makefile +++ b/net/tcpreen/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://www.remlab.net/tcpreen/ MAINTAINER= Nigel Taylor -MASTER_SITES= http://www.remlab.net/files/tcpreen/stable/ +SITES= http://www.remlab.net/files/tcpreen/stable/ # GPLv2 PERMIT_PACKAGE= Yes diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index a630c24e8..c1a80fce3 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c dnet>=1 -MASTER_SITES= https://github.com/appneta/tcpreplay/releases/download/v$V/ +SITES= https://github.com/appneta/tcpreplay/releases/download/v$V/ CONFIGURE_STYLE= gnu diff --git a/net/tcpshow/Makefile b/net/tcpshow/Makefile index 2a37e13ee..005cf90f4 100644 --- a/net/tcpshow/Makefile +++ b/net/tcpshow/Makefile @@ -4,7 +4,7 @@ DISTNAME= tcpshow-1.74 REVISION= 0 CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL:=obrien/} +SITES= ${SITE_FREEBSD_LOCAL:=obrien/} DISTFILES= tcpshow.c tcpshow.1 EXTRACT_CASES= *)cp ${FULLDISTDIR}/$$archive ${WRKDIST};; diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile index d23d30ff4..64232ae32 100644 --- a/net/tcpstat/Makefile +++ b/net/tcpstat/Makefile @@ -3,7 +3,7 @@ COMMENT= report network interface statistics DISTNAME= tcpstat-1.5 REVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ +SITES= http://www.frenchfries.net/paul/tcpstat/ HOMEPAGE= http://www.frenchfries.net/paul/tcpstat/ diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 528ef33d4..acb066e2f 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -4,7 +4,7 @@ DISTNAME= tcptrace-6.6.7 REVISION= 2 CATEGORIES= net HOMEPAGE= http://www.tcptrace.org/ -MASTER_SITES= http://www.tcptrace.org/download/ +SITES= http://www.tcptrace.org/download/ # GPLv2 PERMIT_PACKAGE= Yes diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index fbe9d82b9..e3e086873 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -15,7 +15,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-libnet=${PREFIX} \ --enable-noselect-default -MASTER_SITES= http://michael.toren.net/code/tcptraceroute/ +SITES= http://michael.toren.net/code/tcptraceroute/ LIB_DEPENDS= net/libnet/1.1 diff --git a/net/tdesktop/Makefile b/net/tdesktop/Makefile index 059b880b2..cd2aa9bb3 100644 --- a/net/tdesktop/Makefile +++ b/net/tdesktop/Makefile @@ -16,7 +16,7 @@ DPB_PROPERTIES = parallel DEBUG_PACKAGES = ${BUILD_PACKAGES} HOMEPAGE = https://desktop.telegram.org -MASTER_SITES = https://github.com/telegramdesktop/tdesktop/releases/download/v${V}/ +SITES = https://github.com/telegramdesktop/tdesktop/releases/download/v${V}/ MAINTAINER = Andrew Krasavin , \ Klemens Nanni diff --git a/net/telegram-purple/Makefile b/net/telegram-purple/Makefile index 0f5fed3fb..0db1ad102 100644 --- a/net/telegram-purple/Makefile +++ b/net/telegram-purple/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += gcrypt glib-2.0 intl png purple webp z -MASTER_SITES = https://github.com/majn/telegram-purple/releases/download/v$V/ +SITES = https://github.com/majn/telegram-purple/releases/download/v$V/ BUILD_DEPENDS = devel/gettext,-tools \ sysutils/coreutils diff --git a/net/telepathy/Makefile.inc b/net/telepathy/Makefile.inc index c3b460c87..2f090159c 100644 --- a/net/telepathy/Makefile.inc +++ b/net/telepathy/Makefile.inc @@ -10,7 +10,7 @@ HOMEPAGE_TP= https://telepathy.freedesktop.org/components/ HOMEPAGE= ${HOMEPAGE_TP} .endif -MASTER_SITES_TP= https://telepathy.freedesktop.org/releases/ +SITES_TP= https://telepathy.freedesktop.org/releases/ DIST_SUBDIR= telepathy # BSD/GPL/LGPL diff --git a/net/telepathy/telepathy-glib/Makefile b/net/telepathy/telepathy-glib/Makefile index e4a04ca98..7b0a27794 100644 --- a/net/telepathy/telepathy-glib/Makefile +++ b/net/telepathy/telepathy-glib/Makefile @@ -7,7 +7,7 @@ SHARED_LIBS += telepathy-glib 80.0 # 84.1 HOMEPAGE = ${HOMEPAGE_TP:=telepathy-glib} -MASTER_SITES= ${MASTER_SITES_TP:=telepathy-glib/} +SITES= ${SITES_TP:=telepathy-glib/} WANTLIB = dbus-1 dbus-glib-1 execinfo gio-2.0 glib-2.0 gobject-2.0 WANTLIB += iconv intl pthread diff --git a/net/telepathy/telepathy-idle/Makefile b/net/telepathy/telepathy-idle/Makefile index 4ae0f9d0e..9a07de8a9 100644 --- a/net/telepathy/telepathy-idle/Makefile +++ b/net/telepathy/telepathy-idle/Makefile @@ -2,7 +2,7 @@ COMMENT= flexible communications framework, IRC component DISTNAME= telepathy-idle-0.2.2 -MASTER_SITES= ${MASTER_SITES_TP:=telepathy-idle/} +SITES= ${SITES_TP:=telepathy-idle/} WANTLIB += c dbus-1 dbus-glib-1 execinfo ffi gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 iconv intl pcre2-8 pthread diff --git a/net/telepathy/telepathy-logger/Makefile b/net/telepathy/telepathy-logger/Makefile index ba36efc66..8fed7b942 100644 --- a/net/telepathy/telepathy-logger/Makefile +++ b/net/telepathy/telepathy-logger/Makefile @@ -7,7 +7,7 @@ SHARED_LIBS += telepathy-logger 4.1 # 6.0 HOMEPAGE= ${HOMEPAGE_TP:=Logger} -MASTER_SITES= ${MASTER_SITES_TP:=telepathy-logger/} +SITES= ${SITES_TP:=telepathy-logger/} EXTRACT_SUFX= .tar.bz2 WANTLIB = c dbus-1 dbus-glib-1 execinfo ffi gio-2.0 glib-2.0 diff --git a/net/telepathy/telepathy-mission-control/Makefile b/net/telepathy/telepathy-mission-control/Makefile index d4d130644..55f96d1a7 100644 --- a/net/telepathy/telepathy-mission-control/Makefile +++ b/net/telepathy/telepathy-mission-control/Makefile @@ -7,7 +7,7 @@ SHARED_LIBS += mission-control-plugins 3.0 # 5.1 HOMEPAGE= https://telepathy.freedesktop.org/components/telepathy-mission-control/ -MASTER_SITES= ${MASTER_SITES_TP:=telepathy-mission-control/} +SITES= ${SITES_TP:=telepathy-mission-control/} WANTLIB = c dbus-1 dbus-glib-1 execinfo ffi gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 iconv intl pcre2-8 pthread diff --git a/net/telescope/Makefile b/net/telescope/Makefile index 6541e43ea..ad3b39ae4 100644 --- a/net/telescope/Makefile +++ b/net/telescope/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes # use unveil() WANTLIB += c curses event tls util -MASTER_SITES = https://github.com/omar-polo/telescope/releases/download/${V}/ +SITES = https://github.com/omar-polo/telescope/releases/download/${V}/ CONFIGURE_STYLE = gnu diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index 87211913f..aeb0bb0d0 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -13,7 +13,7 @@ PERMIT_DISTFILES= no license WANTLIB= c pcap lib/libnet-1.0/net=0 -MASTER_SITES= http://dl.packetstormsecurity.net/wireless/ +SITES= http://dl.packetstormsecurity.net/wireless/ CONFIGURE_STYLE= gnu old diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 361cd39a4..93189fdd8 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -14,7 +14,7 @@ COMPILER_LANGS = c WANTLIB += c crypto curses lzo2 m readline z -MASTER_SITES = https://www.tinc-vpn.org/packages/ +SITES = https://www.tinc-vpn.org/packages/ LIB_DEPENDS += archivers/lzo2 diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index cd7f9ebc0..8983949dc 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c gnutls m pcre pthread util z -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tintin/} +SITES = ${SITE_SOURCEFORGE:=tintin/} LIB_DEPENDS = devel/pcre \ security/gnutls diff --git a/net/tircproxy/Makefile b/net/tircproxy/Makefile index 0b509a775..9a3d367cf 100644 --- a/net/tircproxy/Makefile +++ b/net/tircproxy/Makefile @@ -6,9 +6,9 @@ CATEGORIES= net PERMIT_PACKAGE= Yes -WANTLIB= c +WANTLIB= c -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} CONFIGURE_STYLE= gnu INSTALL_TARGET= install-strip diff --git a/net/tkabber/Makefile.inc b/net/tkabber/Makefile.inc index a3eb10100..368f07629 100644 --- a/net/tkabber/Makefile.inc +++ b/net/tkabber/Makefile.inc @@ -7,7 +7,7 @@ PERMIT_PACKAGE = Yes VERSION = 1.1.2 -MASTER_SITES = http://files.jabber.ru/tkabber/ +SITES = http://files.jabber.ru/tkabber/ EXTRACT_SUFX = .tar.xz MODULES = x11/tk diff --git a/net/tkirc/Makefile b/net/tkirc/Makefile index ea258a068..d459fa94b 100644 --- a/net/tkirc/Makefile +++ b/net/tkirc/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://netsplit.de/tkirc2/ # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= http://netsplit.de/tkirc2/ +SITES= http://netsplit.de/tkirc2/ MODULES= x11/tk RUN_DEPENDS= net/ircII \ diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 9627b0c64..4b8e694a1 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= https://tn5250.sourceforge.net/ # LGPLv2.1 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tn5250/} +SITES= ${SITE_SOURCEFORGE:=tn5250/} WANTLIB= curses c ssl crypto diff --git a/net/toot/Makefile b/net/toot/Makefile index 9c3077c93..b2087c37a 100644 --- a/net/toot/Makefile +++ b/net/toot/Makefile @@ -8,7 +8,7 @@ CATEGORIES = net # https://github.com/ihabunek/toot HOMEPAGE = https://toot.bezdomni.net/ -MASTER_SITES = https://github.com/ihabunek/toot/releases/download/${MODPY_EGG_VERSION}/ +SITES = https://github.com/ihabunek/toot/releases/download/${MODPY_EGG_VERSION}/ # GPLv3 PERMIT_PACKAGE = Yes diff --git a/net/tor/Makefile b/net/tor/Makefile index e62089764..9df4c0c69 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c crypto event_core event_extra execinfo m pthread ssl z -MASTER_SITES= https://www.torproject.org/dist/ +SITES= https://www.torproject.org/dist/ AUTOCONF_VERSION=2.69 CONFIGURE_STYLE=autoconf diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile index 41a283a98..f6dbf41fc 100644 --- a/net/torsocks/Makefile +++ b/net/torsocks/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB += pthread -MASTER_SITES= https://gitweb.torproject.org/torsocks.git/snapshot/ +SITES= https://gitweb.torproject.org/torsocks.git/snapshot/ AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.15 diff --git a/net/toxcore/Makefile b/net/toxcore/Makefile index b98c942ac..71e7401f0 100755 --- a/net/toxcore/Makefile +++ b/net/toxcore/Makefile @@ -12,7 +12,7 @@ HOMEPAGE = https://tox.chat/ MAINTAINER = Omar Polo -MASTER_SITES = https://github.com/TokTok/c-toxcore/releases/download/v$V/ +SITES = https://github.com/TokTok/c-toxcore/releases/download/v$V/ # GPLv3+ PERMIT_PACKAGE = Yes diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 83eeabdba..7244e8097 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -4,13 +4,13 @@ DISTNAME= trafshow-3.1 REVISION= 2 CATEGORIES= net -MASTER_SITES= https://spacehopper.org/mirrors/ \ +SITES= https://spacehopper.org/mirrors/ \ ftp://ftp.nsk.su/pub/RinetSoft/ -MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/ +SITES.e= ftp://ftp.kame.net/pub/kame/misc/ EXTRACT_SUFX= .tgz # See PR#3565 before enabling -#PATCHFILES= trafshow-31-v6-20010322a.diff.gz:0 +#PATCHFILES.e= trafshow-31-v6-20010322a.diff.gz #PATCH_DIST_STRIP= -p1 HOMEPAGE= http://soft.risp.ru/trafshow/index_en.shtml diff --git a/net/transmission-remote-gtk/Makefile b/net/transmission-remote-gtk/Makefile index d7d6a1351..ea8f0c67c 100644 --- a/net/transmission-remote-gtk/Makefile +++ b/net/transmission-remote-gtk/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-3 WANTLIB += intl json-glib-1.0 m pango-1.0 soup-3.0 -MASTER_SITES = https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/download/${V}/ +SITES = https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/download/${V}/ EXTRACT_SUFX = .tar.xz diff --git a/net/transmission/Makefile b/net/transmission/Makefile index d5070c728..e10eef5ef 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -14,7 +14,7 @@ MAINTAINER= Josh Grosse # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/transmission/transmission/releases/download/${VER}/ +SITES= https://github.com/transmission/transmission/releases/download/${VER}/ EXTRACT_SUFX= .tar.xz MULTI_PACKAGES= -main -gtk -qt diff --git a/net/trickle/Makefile b/net/trickle/Makefile index 6035bf56b..253b04429 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -5,7 +5,7 @@ REVISION= 1 CATEGORIES= net HOMEPAGE= http://monkey.org/~marius/trickle/ -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} # BSD PERMIT_PACKAGE= Yes diff --git a/net/ucspi-unix/Makefile b/net/ucspi-unix/Makefile index 9e2a5ae27..a5224f2eb 100644 --- a/net/ucspi-unix/Makefile +++ b/net/ucspi-unix/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://untroubled.org/ucspi-unix/ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= http://em.ca/~bruceg/ucspi-unix/0.34/ +SITES= http://em.ca/~bruceg/ucspi-unix/0.34/ NO_TEST= Yes diff --git a/net/udns/Makefile b/net/udns/Makefile index c82255a88..e6f9d68bb 100644 --- a/net/udns/Makefile +++ b/net/udns/Makefile @@ -12,7 +12,7 @@ MAINTAINER= Sebastian Reitenbach PERMIT_PACKAGE= Yes HOMEPAGE= http://www.corpit.ru/mjt/udns.html -MASTER_SITES= http://www.corpit.ru/mjt/udns/ \ +SITES= http://www.corpit.ru/mjt/udns/ \ https://distfiles.sigtrap.nl/ WANTLIB += c diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile index 070aa5cf8..11fd0b4fd 100644 --- a/net/udptunnel/Makefile +++ b/net/udptunnel/Makefile @@ -4,7 +4,7 @@ DISTNAME= udptunnel-1.1 REVISION= 1 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} HOMEPAGE= http://www.cs.columbia.edu/~lennox/udptunnel/ diff --git a/net/uhttpmock/Makefile b/net/uhttpmock/Makefile index 22b72f6fe..efac67077 100644 --- a/net/uhttpmock/Makefile +++ b/net/uhttpmock/Makefile @@ -11,7 +11,7 @@ MAINTAINER = Jasper Lievisse Adriaanse PERMIT_PACKAGE = Yes WANTLIB += gio-2.0 glib-2.0 gobject-2.0 soup-2.4 -MASTER_SITES = http://tecnocode.co.uk/downloads/uhttpmock/ +SITES = http://tecnocode.co.uk/downloads/uhttpmock/ EXTRACT_SUFX = .tar.xz diff --git a/net/unworkable/Makefile b/net/unworkable/Makefile index f65f0b1af..595cbb42f 100644 --- a/net/unworkable/Makefile +++ b/net/unworkable/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/niallo/Unworkable # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=unworkable/} +SITES= ${SITE_GOOGLECODE:=unworkable/} WRKDIST= ${WRKDIR}/unworkable WANTLIB= c crypto event diff --git a/net/utox/Makefile b/net/utox/Makefile index eaa3a0c8c..d1f8180a9 100755 --- a/net/utox/Makefile +++ b/net/utox/Makefile @@ -4,7 +4,7 @@ V = 0.18.1 DISTNAME = uTox-${V}-full PKGNAME = utox-${V} -MASTER_SITES = https://github.com/uTox/uTox/releases/download/v${V}/ +SITES = https://github.com/uTox/uTox/releases/download/v${V}/ FIX_EXTRACT_PERMISSIONS = Yes REVISION = 0 diff --git a/net/uucp/Makefile b/net/uucp/Makefile index a7f90e812..9063e335c 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net mail PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= ${MASTER_SITE_GNU:=uucp/} +SITES= ${SITE_GNU:=uucp/} RUN_DEPENDS= mail/rmail diff --git a/net/validns/Makefile b/net/validns/Makefile index 4aa4aa5bb..554102305 100644 --- a/net/validns/Makefile +++ b/net/validns/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += Judy c crypto pthread -MASTER_SITES = ${HOMEPAGE}download/ +SITES = ${HOMEPAGE}download/ LIB_DEPENDS = devel/libJudy diff --git a/net/vger/Makefile b/net/vger/Makefile index 06fa35a60..455e1a057 100644 --- a/net/vger/Makefile +++ b/net/vger/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes # uses unveil() WANTLIB += c -MASTER_SITES = https://tildegit.org/solene/vger/archive/ +SITES = https://tildegit.org/solene/vger/archive/ CFLAGS += -std=gnu99 diff --git a/net/vicq/Makefile b/net/vicq/Makefile index b1817b11b..39f91e38d 100644 --- a/net/vicq/Makefile +++ b/net/vicq/Makefile @@ -2,7 +2,7 @@ COMMENT= text-based ICQ implementation DISTNAME= vicq-0.4.1 CATEGORIES= net -MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ +SITES= http://gonzo.kiev.ua/projects/vicq.old/ REVISION = 0 HOMEPAGE= http://gonzo.kiev.ua/projects/vicq/ diff --git a/net/vncsnapshot/Makefile b/net/vncsnapshot/Makefile index 2dd5b596b..d1d8cefe5 100644 --- a/net/vncsnapshot/Makefile +++ b/net/vncsnapshot/Makefile @@ -19,7 +19,7 @@ WANTLIB += c m ${COMPILER_LIBCXX} z jpeg COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vncsnapshot/} +SITES= ${SITE_SOURCEFORGE:=vncsnapshot/} MAKE_FLAGS= CC="${CC}" CXX="${CXX}" diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index ec6143b91..cb2b35194 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -11,7 +11,7 @@ CATEGORIES = net sysutils HOMEPAGE = https://humdi.net/vnstat/ -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} MAINTAINER = Pierre-Emmanuel Andre diff --git a/net/vpnc-scripts/Makefile b/net/vpnc-scripts/Makefile index 2a5a7acb5..78deb99fb 100644 --- a/net/vpnc-scripts/Makefile +++ b/net/vpnc-scripts/Makefile @@ -14,7 +14,7 @@ MAINTAINER= Andrew Hewus Fresh # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= https://gitlab.com/openconnect/vpnc-scripts/-/archive/${C}/ +SITES= https://gitlab.com/openconnect/vpnc-scripts/-/archive/${C}/ NO_BUILD= Yes NO_TEST= Yes diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 3de087966..d5eb2f557 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c crypto ssl util -MASTER_SITES= https://security.appspot.com/downloads/ +SITES= https://security.appspot.com/downloads/ ALL_TARGET= vsftpd diff --git a/net/walker/Makefile b/net/walker/Makefile index 3b170c04c..0a82c9e16 100644 --- a/net/walker/Makefile +++ b/net/walker/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://josefsson.org/walker/ # GPLv2+ PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}releases/ +SITES= ${HOMEPAGE}releases/ RUN_DEPENDS= net/p5-Net-DNS \ net/p5-Net-DNS-SEC diff --git a/net/weechat/Makefile b/net/weechat/Makefile index 8942ebd3f..09c4af733 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -21,7 +21,7 @@ MAINTAINER= Rafael Sadowski # GPLv3 PERMIT_PACKAGE= Yes -MASTER_SITES= https://www.weechat.org/files/src/ +SITES= https://www.weechat.org/files/src/ # C++ COMPILER= base-clang ports-gcc diff --git a/net/weex/Makefile b/net/weex/Makefile index b736a51d7..f0e9e2bf8 100644 --- a/net/weex/Makefile +++ b/net/weex/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c crypto iconv intl ssl -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/} +SITES= ${SITE_SOURCEFORGE:=weex/} DISTFILES= weex_${VERSION}.tar.gz BUILD_DEPENDS= devel/gettext,-tools diff --git a/net/wget/Makefile b/net/wget/Makefile index e26157bef..525a8a725 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS = converters/libunistring \ devel/pcre2 \ net/libpsl -MASTER_SITES = ${MASTER_SITE_GNU:=wget/} +SITES = ${SITE_GNU:=wget/} # some regression tests require python3 MODULES += lang/python diff --git a/net/wide-dhcpv6/Makefile b/net/wide-dhcpv6/Makefile index aeb6bddbc..f10aa1214 100644 --- a/net/wide-dhcpv6/Makefile +++ b/net/wide-dhcpv6/Makefile @@ -3,7 +3,7 @@ COMMENT= client and servers for the WIDE DHCPv6 protocol DISTNAME= wide-dhcpv6-20080615 REVISION= 9 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wide-dhcpv6/} +SITES= ${SITE_SOURCEFORGE:=wide-dhcpv6/} HOMEPAGE= http://wide-dhcpv6.sourceforge.net/ diff --git a/net/wireguard-tools/Makefile b/net/wireguard-tools/Makefile index 911813330..0b19a5cb4 100644 --- a/net/wireguard-tools/Makefile +++ b/net/wireguard-tools/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c -MASTER_SITES = https://git.zx2c4.com/wireguard-tools/snapshot/ +SITES = https://git.zx2c4.com/wireguard-tools/snapshot/ EXTRACT_SUFX = .tar.xz diff --git a/net/wmnetload/Makefile b/net/wmnetload/Makefile index a07ee0db2..2edee96fb 100644 --- a/net/wmnetload/Makefile +++ b/net/wmnetload/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://freshmeat.net/projects/wmnetload PERMIT_PACKAGE= Yes WANTLIB= X11 Xext Xpm c m dockapp -MASTER_SITES= ftp://truffula.com/pub/ +SITES= ftp://truffula.com/pub/ LIB_DEPENDS= devel/libdockapp>=0.7.3 diff --git a/net/wol/Makefile b/net/wol/Makefile index 5e85b68c5..00b99dbbf 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c iconv intl -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} +SITES= ${SITE_SOURCEFORGE:=ahh/} LIB_DEPENDS= devel/gettext,-runtime diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index c27dfed9b..fd547462c 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -22,7 +22,7 @@ SHARED_LIBS += $i 2.0 HOMEPAGE= http://xmlrpc-c.sourceforge.net/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlrpc-c/} +SITES= ${SITE_SOURCEFORGE:=xmlrpc-c/} # BSD PERMIT_PACKAGE= Yes diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile index 781598a1c..0f47c28ba 100644 --- a/net/xmlrpc-epi/Makefile +++ b/net/xmlrpc-epi/Makefile @@ -7,7 +7,7 @@ SHARED_LIBS += xmlrpc-epi 0.3 HOMEPAGE= http://xmlrpc-epi.sourceforge.net/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlrpc-epi/} +SITES= ${SITE_SOURCEFORGE:=xmlrpc-epi/} # BSD PERMIT_PACKAGE= Yes diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index d44e78867..9aefd84b7 100644 --- a/net/xprobe/Makefile +++ b/net/xprobe/Makefile @@ -12,7 +12,7 @@ WANTLIB= c m pcap ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xprobe/} +SITES= ${SITE_SOURCEFORGE:=xprobe/} CONFIGURE_STYLE= gnu MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/cfg-scripts diff --git a/net/yafc/Makefile b/net/yafc/Makefile index 076b6f7dc..2eaf88ba2 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -2,7 +2,7 @@ COMMENT= powerful console ftp client with many features DISTNAME= yafc-1.1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/} +SITES= ${SITE_SOURCEFORGE:=yafc/} REVISION= 6 HOMEPAGE= http://yafc.sourceforge.net/ diff --git a/net/yaz/Makefile b/net/yaz/Makefile index c2d76b9b0..475e23d21 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -18,7 +18,7 @@ WANTLIB= c iconv intl m curses pthread readline z \ COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ +SITES= http://ftp.indexdata.dk/pub/yaz/ LIB_DEPENDS= textproc/libxml \ security/libgpg-error \ diff --git a/net/ysmv7/Makefile b/net/ysmv7/Makefile index 11b4841c4..d79c84367 100644 --- a/net/ysmv7/Makefile +++ b/net/ysmv7/Makefile @@ -7,7 +7,7 @@ REVISION= 2 HOMEPAGE= http://ysmv7.sourceforge.net/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ysmv7/} +SITES= ${SITE_SOURCEFORGE:=ysmv7/} LIB_DEPENDS= converters/libiconv diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile index c0ece638a..b9013eec7 100644 --- a/net/ytalk/Makefile +++ b/net/ytalk/Makefile @@ -4,7 +4,7 @@ DISTNAME= ytalk-3.1.1 REVISION= 4 CATEGORIES= net -MASTER_SITES= https://distfiles.sigtrap.nl/ +SITES= https://distfiles.sigtrap.nl/ MAINTAINER= Marc Espie diff --git a/net/zabbix/Makefile b/net/zabbix/Makefile index a2518d9b5..24b231fdb 100644 --- a/net/zabbix/Makefile +++ b/net/zabbix/Makefile @@ -22,7 +22,7 @@ MAINTAINER = Robert Nagy # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = https://cdn.zabbix.com/zabbix/sources/stable/${MAJV}/ +SITES = https://cdn.zabbix.com/zabbix/sources/stable/${MAJV}/ COMPILER = base-clang ports-gcc COMPILER_LANGS = c diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile index 6345fe019..66822eb6e 100644 --- a/net/zeromq/Makefile +++ b/net/zeromq/Makefile @@ -18,7 +18,7 @@ WANTLIB += c m pthread sodium ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES = https://github.com/zeromq/libzmq/releases/download/v$V/ +SITES = https://github.com/zeromq/libzmq/releases/download/v$V/ BUILD_DEPENDS = textproc/asciidoc \ textproc/xmlto diff --git a/net/ziproxy/Makefile b/net/ziproxy/Makefile index a58dfbcdc..5e1689d64 100644 --- a/net/ziproxy/Makefile +++ b/net/ziproxy/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c m pthread z gif>=6 png>=8 jpeg>=62 jasper>=2 WANTLIB += sasl2 -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ziproxy/} +SITES = ${SITE_SOURCEFORGE:=ziproxy/} LIB_DEPENDS = graphics/giflib \ graphics/png \ diff --git a/net/znc/Makefile b/net/znc/Makefile index c6433b293..39a58ff7c 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -3,7 +3,7 @@ COMMENT-sasl= SASL module for ZNC DISTNAME= znc-1.8.2 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE}releases/ +SITES= ${HOMEPAGE}releases/ REVISION-main= 5 REVISION-sasl= 0 diff --git a/net/zsync/Makefile b/net/zsync/Makefile index 5a1288832..407441a0f 100644 --- a/net/zsync/Makefile +++ b/net/zsync/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c m -MASTER_SITES= ${HOMEPAGE}download/ +SITES= ${HOMEPAGE}download/ AUTOCONF_VERSION= 2.65 CONFIGURE_STYLE= autoconf diff --git a/news/aub/Makefile b/news/aub/Makefile index d1064187b..1cbea9361 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -7,7 +7,7 @@ CATEGORIES= news PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../scripts/news/nntpstuff/aub/} +SITES= ${SITE_PERL_CPAN:=../../scripts/news/nntpstuff/aub/} DISTFILES= aub aub.1 BUG_FIXES DIST_SUBDIR= aub EXTRACT_CASES= *) cp ${FULLDISTDIR}/$$archive . ;; diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index e195f4262..104385a3d 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c pcre -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=leafnode/} +SITES= ${SITE_SOURCEFORGE:=leafnode/} EXTRACT_SUFX= .tar.xz LIB_DEPENDS= devel/pcre diff --git a/news/multimail/Makefile b/news/multimail/Makefile index 7070e012e..a8f8ca837 100644 --- a/news/multimail/Makefile +++ b/news/multimail/Makefile @@ -15,9 +15,9 @@ PERMIT_PACKAGE = Yes # uses pledge() WANTLIB = c curses m ${COMPILER_LIBCXX} -COMPILER = base-clang ports-gcc base-gcc +COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=multimail/} +SITES = ${SITE_SOURCEFORGE:=multimail/} FIX_EXTRACT_PERMISSIONS = Yes diff --git a/news/nn/Makefile b/news/nn/Makefile index a952e2268..661cfe3a6 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c curses -MASTER_SITES = ftp://ftp.nndev.org/pub/nn-6.7/ \ +SITES = ftp://ftp.nndev.org/pub/nn-6.7/ \ https://distfiles.sigtrap.nl/ EXTRACT_SUFX = .tar.Z diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 4a6c0c289..607438879 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB = ${COMPILER_LIBCXX} c crypto curses m ssl xml2 z -MASTER_SITES = https://github.com/nzbget/nzbget/releases/download/v${VERSION}/ +SITES = https://github.com/nzbget/nzbget/releases/download/v${VERSION}/ EXTRACT_SUFX = -src.tar.gz # C++14 diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile index f70d739f0..5d87422e3 100644 --- a/news/p5-Gateway/Makefile +++ b/news/p5-Gateway/Makefile @@ -5,7 +5,7 @@ PKG_ARCH= * DISTNAME= Gateway-0.42 REVISION= 5 CATEGORIES= news -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/} +SITES= ${SITE_PERL_CPAN:=News/} RUN_DEPENDS= security/p5-PGP-Sign \ news/p5-News-Article>=1.07 diff --git a/news/pan/Makefile b/news/pan/Makefile index a3e5dd089..6a9b93926 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -6,7 +6,7 @@ PKGNAME= ${GNOME_PROJECT}-${GNOME_VERSION:S/v//} REVISION= 0 # override gnome MODULE -MASTER_SITES= https://gitlab.gnome.org/GNOME/pan/-/archive/${GNOME_VERSION}/ +SITES= https://gitlab.gnome.org/GNOME/pan/-/archive/${GNOME_VERSION}/ EXTRACT_SUFX= .tar.gz CATEGORIES= news x11 diff --git a/news/sabnzbd/Makefile b/news/sabnzbd/Makefile index ab15f923d..23a8cb489 100644 --- a/news/sabnzbd/Makefile +++ b/news/sabnzbd/Makefile @@ -13,7 +13,7 @@ MAINTAINER = Bjorn Ketelaars # GPLv2 PERMIT_PACKAGE = Yes -MASTER_SITES = https://github.com/sabnzbd/sabnzbd/releases/download/${VERSION}/ +SITES = https://github.com/sabnzbd/sabnzbd/releases/download/${VERSION}/ EXTRACT_SUFX = -src.tar.gz MODULES = lang/python diff --git a/news/slrn/Makefile b/news/slrn/Makefile index a4954a9e9..ca36ce0bf 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c crypto iconv intl m ssl slang -MASTER_SITES= https://jedsoft.org/releases/slrn/ \ +SITES= https://jedsoft.org/releases/slrn/ \ https://jedsoft.org/releases/slrn/old/ NO_TEST= Yes diff --git a/news/tin/Makefile b/news/tin/Makefile index 58cc8844e..6ef51424d 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -5,7 +5,7 @@ MAJORVERSION= 2.6 PATCHLEVEL= 2 CATEGORIES= news -MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ +SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ http://ftp.cuhk.edu.hk/pub/packages/news/tin/v${MAJORVERSION}/ \ http://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/ \ ftp://ftp.karlsruhe.org:/pub/news/clients/tin/ \ diff --git a/news/trn/Makefile b/news/trn/Makefile index 7f86ce320..326653761 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -3,7 +3,7 @@ COMMENT= threaded newsreader CATEGORIES= news MAINTAINER= Marc Espie -MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=trn/} +SITES= ${SITE_SOURCEFORGE:=trn/} V=77 DISTNAME= trn-4.0-test$V PKGNAME= trn-4.0.$V diff --git a/news/ubh/Makefile b/news/ubh/Makefile index 5c22cf492..2cc96d44a 100644 --- a/news/ubh/Makefile +++ b/news/ubh/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://ubh.sourceforge.net/ PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}/download/ +SITES= ${HOMEPAGE}/download/ RUN_DEPENDS= mail/p5-MIME-tools \ news/p5-News-Newsrc \ diff --git a/news/yencode/Makefile b/news/yencode/Makefile index cccf6ca38..2e4e93d85 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -4,7 +4,7 @@ DISTNAME= yencode-0.46 REVISION= 3 CATEGORIES= news -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/} +SITES= ${SITE_SOURCEFORGE:=yencode/} LIB_DEPENDS= devel/gettext,-runtime diff --git a/plan9/9libs/Makefile b/plan9/9libs/Makefile index 11a277c9e..25e2fb328 100644 --- a/plan9/9libs/Makefile +++ b/plan9/9libs/Makefile @@ -20,7 +20,7 @@ PERMIT_PACKAGE= Yes WANTLIB = ICE SM X11 Xau Xdmcp Xt m xcb -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} SEPARATE_BUILD= Yes USE_GMAKE= Yes diff --git a/plan9/9menu/Makefile b/plan9/9menu/Makefile index 4ba803bd6..4dac692da 100644 --- a/plan9/9menu/Makefile +++ b/plan9/9menu/Makefile @@ -5,7 +5,7 @@ CATEGORIES= plan9 MAINTAINER= Kaashif Hymabaccus -MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/ +SITES= ftp://ftp.freefriends.org/arnold/Source/ EXTRACT_SUFX= .shar.gz diff --git a/plan9/drawterm/Makefile b/plan9/drawterm/Makefile index b2679a573..63f1e3b50 100644 --- a/plan9/drawterm/Makefile +++ b/plan9/drawterm/Makefile @@ -11,7 +11,7 @@ CATEGORIES= plan9 HOMEPAGE= http://drawterm.9front.org/ -MASTER_SITES= http://git.9front.org/git/plan9front/drawterm/${V}/ +SITES= http://git.9front.org/git/plan9front/drawterm/${V}/ MAINTAINER= Stanley Lieber diff --git a/plan9/rc/Makefile b/plan9/rc/Makefile index e716fea5c..c23479fa2 100644 --- a/plan9/rc/Makefile +++ b/plan9/rc/Makefile @@ -3,7 +3,7 @@ COMMENT= shell (clone of plan9 shell) DISTNAME= rc-1.7.4 REVISION= 1 CATEGORIES= plan9 shells -MASTER_SITES= http://static.tobold.org/rc/ +SITES= http://static.tobold.org/rc/ HOMEPAGE= http://tobold.org/article/rc diff --git a/plan9/tcs/Makefile b/plan9/tcs/Makefile index 9ed7c3f8e..0ccff3910 100644 --- a/plan9/tcs/Makefile +++ b/plan9/tcs/Makefile @@ -4,7 +4,7 @@ DISTNAME= tcs PKGNAME= tcs-19950325 CATEGORIES= plan9 -MASTER_SITES= ftp://plan9.bell-labs.com/plan9/unixsrc/ \ +SITES= ftp://plan9.bell-labs.com/plan9/unixsrc/ \ ftp://ftp.gwdg.de/pub/gnu2/plan9/unixsrc/ EXTRACT_SUFX= .shar.Z EXTRACT_CASES= *.shar.Z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;; diff --git a/plan9/u9fs/Makefile b/plan9/u9fs/Makefile index 64934dae6..481fc882e 100644 --- a/plan9/u9fs/Makefile +++ b/plan9/u9fs/Makefile @@ -3,7 +3,7 @@ COMMENT= 9P server for Unix DISTNAME= u9fs-20210125 CATEGORIES= plan9 -MASTER_SITES= https://bitbucket.org/plan9-from-bell-labs/u9fs/get/ +SITES= https://bitbucket.org/plan9-from-bell-labs/u9fs/get/ COMMIT= d65923fd17e8 DISTFILES= ${DISTNAME}{${COMMIT}}${EXTRACT_SUFX} diff --git a/plan9/wily/Makefile b/plan9/wily/Makefile index 89875096b..8c52d878c 100644 --- a/plan9/wily/Makefile +++ b/plan9/wily/Makefile @@ -5,7 +5,7 @@ DISTNAME= wily-9libs PKGNAME= ${DISTNAME:S/-/_/}-${VERSION} EPOCH= 1 CATEGORIES= plan9 editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wily/} \ +SITES= ${SITE_SOURCEFORGE:=wily/} \ ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \ ftp://ftp.cs.yorku.ca/pub/wily/src/ REVISION= 0 diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 0de59345a..3edac83a5 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c gc iconv intl m paper pthread -MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} +SITES= ${SITE_GNU:=a2ps/} USE_GMAKE= Yes diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index a26096536..2514ee21d 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://www.apsfilter.org/ # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= http://www.apsfilter.org/download/ +SITES= http://www.apsfilter.org/download/ CONFIGURE_STYLE= simple CONFIGURE_ARGS+= --prefix='${PREFIX}' \ diff --git a/print/bibview/Makefile b/print/bibview/Makefile index f799738ab..70ab8c7e9 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibview-2.0/} +SITES= ${SITE_TEX_CTAN:=biblio/bibtex/utils/bibview-2.0/} CONFIGURE_STYLE=imake WRKDIST= ${WRKDIR}/bibview-2.2 diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile index 2eaaff0c1..a24d168aa 100644 --- a/print/cups-bjnp/Makefile +++ b/print/cups-bjnp/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c cups -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups-bjnp/} +SITES= ${SITE_SOURCEFORGE:=cups-bjnp/} LIB_DEPENDS= print/cups,-libs diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index b29872a36..7104ef9ae 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -18,7 +18,7 @@ WANTLIB += freetype gmp hogweed iconv idn2 intl jpeg lcms2 lzma WANTLIB += m nettle p11-kit png poppler-cpp ppd pthread qpdf ssl WANTLIB += tasn1 tiff unistring z zstd -MASTER_SITES= https://github.com/OpenPrinting/cups-filters/releases/download/${V}/ +SITES= https://github.com/OpenPrinting/cups-filters/releases/download/${V}/ # cc1plus: error: unrecognized command line option "-std=c++0x" COMPILER= base-clang ports-gcc diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index 6cdc2a844..547da1351 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -5,7 +5,7 @@ CATEGORIES= print REVISION= 1 HOMEPAGE= http://www.cups-pdf.de/ -MASTER_SITES= ${HOMEPAGE}src/ +SITES= ${HOMEPAGE}src/ DISTFILES= ${DISTNAME:S/pdf-/pdf_/}.tar.gz # GPLv2+ diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index 566b1b99e..92e6086a1 100755 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c cups gio-2.0 glib-2.0 gobject-2.0 polkit-gobject-1 -MASTER_SITES= http://www.freedesktop.org/software/cups-pk-helper/releases/ +SITES= http://www.freedesktop.org/software/cups-pk-helper/releases/ MODULES= devel/meson diff --git a/print/detex/Makefile b/print/detex/Makefile index 7ca205572..a31cc7719 100644 --- a/print/detex/Makefile +++ b/print/detex/Makefile @@ -5,7 +5,7 @@ PKGNAME= detex-2.8.1 CATEGORIES= print HOMEPAGE= https://code.google.com/archive/p/opendetex/ -MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=opendetex/} +SITES= ${SITE_GOOGLECODE:=opendetex/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index e86a52bca..9fea41237 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -8,7 +8,7 @@ CATEGORIES= print PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= http://www.mesa.nl/pub/dvi2tty/ +SITES= http://www.mesa.nl/pub/dvi2tty/ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 9bd1c81d4..8d1d5c7d9 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= https://www.gnu.org/software/enscript/ # GPLv3 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_GNU:=enscript/} +SITES= ${SITE_GNU:=enscript/} LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c iconv intl m diff --git a/print/epson-inkjet-printer-escpr/Makefile b/print/epson-inkjet-printer-escpr/Makefile index 938acd85c..e5f8dbf74 100644 --- a/print/epson-inkjet-printer-escpr/Makefile +++ b/print/epson-inkjet-printer-escpr/Makefile @@ -1,7 +1,7 @@ -# MASTER_SITES changes at each version; when looking for updates, try searching +# SITES changes at each version; when looking for updates, try searching # ${HOMEPAGE} for a linux driver, for e.g. sx200 PORTROACH= ignore:1 -MASTER_SITES= https://download3.ebz.epson.net/dsc/f/03/00/14/61/06/ad3f08f88782de47a1aec9acda205e354309636e/ +SITES= https://download3.ebz.epson.net/dsc/f/03/00/14/61/06/ad3f08f88782de47a1aec9acda205e354309636e/ COMMENT= printer driver for Epson ESC/P-R inkjets diff --git a/print/foiltex/Makefile b/print/foiltex/Makefile index 35eb6e153..08120767c 100644 --- a/print/foiltex/Makefile +++ b/print/foiltex/Makefile @@ -8,7 +8,7 @@ PERMIT_PACKAGE= Yes EXTRACT_CASES= *) cp ${FULLDISTDIR}/$$archive ${WRKDIST};; -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/foiltex/} +SITES= ${SITE_TEX_CTAN:=macros/latex/contrib/foiltex/} DISTFILES= foiltex.ins foiltex.dtx DIST_SUBDIR= ${DISTNAME} diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index d987192bb..49321c9de 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -29,10 +29,10 @@ WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pangoxft-1.0 pcre2-8 WANTLIB += pixman-1 png pthread spiro tiff util xcb xcb-render WANTLIB += xcb-shm xml2 z zstd -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/} +SITES= ${SITE_SOURCEFORGE:=fontforge/} MODULES= lang/python -MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} +MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2} BUILD_DEPENDS= devel/gettext,-tools diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index da0a7f5c7..18899e55a 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -18,7 +18,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c cups jbig m pthread # most patches are also from Fedora -MASTER_SITES= https://src.fedoraproject.org/repo/pkgs/foo2zjs/${DISTFILES}/sha512/786ddac87e75bb8515ca4afbffdb39e1fad133403d2ffbca5bd615744c9e2bbd6ac2ec4746b86f24b1523aeb3e25c53d798e41b578aa514546a9db0745ac7b3c/ +SITES= https://src.fedoraproject.org/repo/pkgs/foo2zjs/${DISTFILES}/sha512/786ddac87e75bb8515ca4afbffdb39e1fad133403d2ffbca5bd615744c9e2bbd6ac2ec4746b86f24b1523aeb3e25c53d798e41b578aa514546a9db0745ac7b3c/ USE_GMAKE= Yes diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 11f5851e2..86acb5943 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c iconv m lzma pthread xml2 z -MASTER_SITES= https://www.openprinting.org/download/foomatic/ +SITES= https://www.openprinting.org/download/foomatic/ LIB_DEPENDS= converters/libiconv \ textproc/libxml diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 9355db8e8..e774dc98f 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -16,8 +16,8 @@ MAINTAINER= Antoine Jacoutot PERMIT_PACKAGE= Yes # tarballs are only available for a 24 hour period -#MASTER_SITES= http://www.openprinting.org/download/foomatic/ -MASTER_SITES= https://src.fedoraproject.org/repo/extras/foomatic-db/${DISTFILES}/sha512/b6d2526f6c392620f1bb1511063ff8c709f66a8b20ee2f9026017884d29b80cdf52727d6c44f98559f2b461c2cabeb3c672284af7218a4316921ff1698499d27/ +#SITES= http://www.openprinting.org/download/foomatic/ +SITES= https://src.fedoraproject.org/repo/extras/foomatic-db/${DISTFILES}/sha512/b6d2526f6c392620f1bb1511063ff8c709f66a8b20ee2f9026017884d29b80cdf52727d6c44f98559f2b461c2cabeb3c672284af7218a4316921ff1698499d27/ BUILD_DEPENDS= print/cups,-libs diff --git a/print/ghostscript/gnu-fonts/Makefile b/print/ghostscript/gnu-fonts/Makefile index d3a6f02fc..bc276a14d 100644 --- a/print/ghostscript/gnu-fonts/Makefile +++ b/print/ghostscript/gnu-fonts/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://www.cs.wisc.edu/~ghost/doc/cvs/Fonts.htm # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} +SITES= ${SITE_SOURCEFORGE:=ghostscript/} WRKDIST= ${WRKDIR} NO_BUILD= Yes diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index 7c4f50175..16acc17b9 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -15,7 +15,7 @@ PERMIT_PACKAGE = Yes WANTLIB = GL GLU Xi Xmu glut m png z -MASTER_SITES = http://geuz.org/gl2ps/src/ +SITES = http://geuz.org/gl2ps/src/ EXTRACT_SUFX = .tgz diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 3889c65c9..dda4cc48f 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -22,7 +22,7 @@ WANTLIB += graphite2 gtk-x11-2.0 harfbuzz iconv intl jpeg m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 png ssl xcb WANTLIB += xcb-render xcb-shm z -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtklp/} +SITES= ${SITE_SOURCEFORGE:=gtklp/} LIB_DEPENDS= print/cups,-libs \ x11/gtk+2 diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 698f3ddd1..65fc8a268 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -27,7 +27,7 @@ WANTLIB += avahi-client avahi-common c crypto cups curses dbus-1 WANTLIB += execinfo iconv intl m pthread readline ssl usb-1.0 WANTLIB += z -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} +SITES= ${SITE_SOURCEFORGE:=gimp-print/} BUILD_DEPENDS= print/foomatic-db-engine diff --git a/print/gv/Makefile b/print/gv/Makefile index dfc26c745..846a0cc94 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -6,7 +6,7 @@ REVISION= 0 HOMEPAGE= https://www.gnu.org/software/gv/ -MASTER_SITES= ${MASTER_SITE_GNU:=gv/} +SITES= ${SITE_GNU:=gv/} # GPLv3+ PERMIT_PACKAGE= Yes diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 6ca8d1959..272ee953e 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -32,7 +32,7 @@ MAINTAINER= Antoine Jacoutot # GPLv2 - MIT (backend) - BSD (hpijs) PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hplip/} +SITES= ${SITE_SOURCEFORGE:=hplip/} MULTI_PACKAGES= -main -common -hpaio -hpcups -hpijs -gui diff --git a/print/htmldoc/Makefile b/print/htmldoc/Makefile index ce7a9230b..76cef5f3e 100644 --- a/print/htmldoc/Makefile +++ b/print/htmldoc/Makefile @@ -16,7 +16,7 @@ WANTLIB += c crypto m ssl z jpeg png ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc DISTFILES = ${DISTNAME}-source${EXTRACT_SUFX} -MASTER_SITES = https://github.com/michaelrsweet/htmldoc/releases/download/v${V}/ +SITES = https://github.com/michaelrsweet/htmldoc/releases/download/v${V}/ LIB_DEPENDS = graphics/jpeg \ graphics/png diff --git a/print/ijs/Makefile b/print/ijs/Makefile index 090b0d3e2..f848ed211 100644 --- a/print/ijs/Makefile +++ b/print/ijs/Makefile @@ -11,7 +11,7 @@ HOMEPAGE= https://www.openprinting.org/download/ijs/ # MIT PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}/download/ +SITES= ${HOMEPAGE}/download/ CONFIGURE_STYLE= gnu diff --git a/print/kbibtex/Makefile b/print/kbibtex/Makefile index 19721692f..0e202b835 100644 --- a/print/kbibtex/Makefile +++ b/print/kbibtex/Makefile @@ -21,7 +21,7 @@ SHARED_LIBS += kbibtexio 0.0 # 0.0 SHARED_LIBS += kbibtexnetworking 0.0 # 0.0 SHARED_LIBS += kbibtexprocessing 0.0 # 0.0 -MASTER_SITES = ${MASTER_SITE_KDE:=stable/KBibTeX/${VERSION}/} +SITES = ${SITE_KDE:=stable/KBibTeX/${VERSION}/} EXTRACT_SUFX = .tar.xz WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Bookmarks diff --git a/print/l2a/Makefile b/print/l2a/Makefile index da6c93208..8f993d2f2 100644 --- a/print/l2a/Makefile +++ b/print/l2a/Makefile @@ -7,7 +7,7 @@ CATEGORIES= print PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= http://monkey.org/~jose/openbsd/ports/ +SITES= http://monkey.org/~jose/openbsd/ports/ MAKE_FLAGS= CC='${CC}' OBJ=l2a.o EXE=l2a LLL=-ll diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index b81e4b971..71b949f89 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://latex-mk.sourceforge.net/ # BSD PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/} +SITES= ${SITE_SOURCEFORGE:=latex-mk/} CONFIGURE_STYLE=gnu PKG_ARCH= * diff --git a/print/lcdf-typetools/Makefile b/print/lcdf-typetools/Makefile index 9dfc9e912..e3adab855 100644 --- a/print/lcdf-typetools/Makefile +++ b/print/lcdf-typetools/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} c kpathsea m -MASTER_SITES = https://www.lcdf.org/type/ +SITES = https://www.lcdf.org/type/ COMPILER = base-clang ports-gcc base-gcc diff --git a/print/libcupsfilters/Makefile b/print/libcupsfilters/Makefile index 1deadadaa..75e02c4e4 100644 --- a/print/libcupsfilters/Makefile +++ b/print/libcupsfilters/Makefile @@ -15,7 +15,7 @@ MAINTAINER= Antoine Jacoutot # Apache-2.0 PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/OpenPrinting/libcupsfilters/releases/download/${V}/ +SITES= https://github.com/OpenPrinting/libcupsfilters/releases/download/${V}/ WANTLIB += ${COMPILER_LIBCXX} avahi-client avahi-common brotlidec WANTLIB += brotlienc crypto cups dbus-1 execinfo exif expat fontconfig diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile index f32fb14db..a133f7c06 100644 --- a/print/libpaper/Makefile +++ b/print/libpaper/Makefile @@ -13,7 +13,7 @@ MAINTAINER= Antoine Jacoutot # GPLv3 - LGPLv2.1 PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/rrthomas/libpaper/releases/download/${GH_TAGNAME}/ +SITES= https://github.com/rrthomas/libpaper/releases/download/${GH_TAGNAME}/ WANTLIB += c diff --git a/print/libppd/Makefile b/print/libppd/Makefile index 134564165..7cec087f4 100644 --- a/print/libppd/Makefile +++ b/print/libppd/Makefile @@ -14,7 +14,7 @@ MAINTAINER= Antoine Jacoutot # Apache-2.0 PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/OpenPrinting/libppd/releases/download/${V}/ +SITES= https://github.com/OpenPrinting/libppd/releases/download/${V}/ WANTLIB += ${COMPILER_LIBCXX} avahi-client avahi-common brotlidec WANTLIB += brotlienc c crypto cups cupsfilters dbus-1 execinfo diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index a63adcee0..7aa8d10b2 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -20,7 +20,7 @@ WANTLIB += cups dbus-1 execinfo expat fontconfig freetype gs iconv WANTLIB += idn ijs intl jbig2dec jpeg lzma m openjp2 paper png WANTLIB += pthread ssl tiff xcb z zstd -MASTER_SITES= http://libspectre.freedesktop.org/releases/ +SITES= http://libspectre.freedesktop.org/releases/ # we want the 'display' device from ghostscript, which is not available # in the no_x11 FLAVOR diff --git a/print/lout/Makefile b/print/lout/Makefile index db847d757..9d45255c8 100644 --- a/print/lout/Makefile +++ b/print/lout/Makefile @@ -5,7 +5,7 @@ CATEGORIES= print textproc FIX_EXTRACT_PERMISSIONS = Yes HOMEPAGE= http://savannah.nongnu.org/projects/lout/ -MASTER_SITES= ${MASTER_SITE_SAVANNAH:=lout/} +SITES= ${SITE_SAVANNAH:=lout/} MAINTAINER= Joerg Jung diff --git a/print/lss/Makefile b/print/lss/Makefile index c7684598e..3b29b1db6 100644 --- a/print/lss/Makefile +++ b/print/lss/Makefile @@ -16,7 +16,7 @@ WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 harfbuzz iconv intl lzma WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread WANTLIB += xcb xml2 z -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} BUILD_DEPENDS= devel/gettext,-tools diff --git a/print/lyx/Makefile b/print/lyx/Makefile index f1f05df1e..162a21970 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -9,7 +9,7 @@ CATEGORIES= print editors HOMEPAGE= https://www.lyx.org/ -MASTER_SITES= https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ \ +SITES= https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ \ http://ftp.icm.edu.pl/packages/lyx/stable/ \ http://mirror.ufs.ac.za/applications/lyx/stable/2.3.x/ \ ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/ \ diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index ae3755b38..443b4d1f7 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= http://lilypond.org/mftrace/ # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= http://lilypond.org/download/sources/mftrace/ +SITES= http://lilypond.org/download/sources/mftrace/ WANTLIB= c diff --git a/print/mpage/Makefile b/print/mpage/Makefile index ab4355c28..8b6ff0880 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c -MASTER_SITES= http://www.mesa.nl/pub/mpage/ \ +SITES= http://www.mesa.nl/pub/mpage/ \ ftp://ftp.mesa.nl/pub/mpage/ \ ftp://ftp.mesa.nl/pub/mpage/old/ diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 28e891172..51220a718 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=muttprint/} +SITES = ${SITE_SOURCEFORGE:=muttprint/} RUN_DEPENDS = converters/p5-Text-Iconv \ devel/p5-Time-TimeDate \ diff --git a/print/openclipart/Makefile b/print/openclipart/Makefile index 78a4691af..531dc1a75 100644 --- a/print/openclipart/Makefile +++ b/print/openclipart/Makefile @@ -10,7 +10,7 @@ HOMEPAGE= http://openclipart.org/ # Public domain PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}/downloads/$V/ +SITES= ${HOMEPAGE}/downloads/$V/ EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS= archivers/bzip2 diff --git a/print/poppler-data/Makefile b/print/poppler-data/Makefile index dd99042e8..586995437 100644 --- a/print/poppler-data/Makefile +++ b/print/poppler-data/Makefile @@ -6,7 +6,7 @@ HOMEPAGE = https://poppler.freedesktop.org/ # Mixture of GPL2 and MIT and something similar to BSD4 PERMIT_PACKAGE = Yes -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} PKG_ARCH = * diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 5b4c381ed..5cc497d8f 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -26,7 +26,7 @@ MAINTAINER= Matthias Kilian # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE} +SITES= ${HOMEPAGE} DEBUG_PACKAGES= ${BUILD_PACKAGES} diff --git a/print/ps2eps/Makefile b/print/ps2eps/Makefile index f930a6c41..42bb5eee7 100644 --- a/print/ps2eps/Makefile +++ b/print/ps2eps/Makefile @@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes WANTLIB= c -MASTER_SITES= https://tm.kit.edu/~bless/ +SITES= https://tm.kit.edu/~bless/ RUN_DEPENDS= print/ghostscript/gnu diff --git a/print/pscal/Makefile b/print/pscal/Makefile index cd7d30697..fbd1d72e6 100644 --- a/print/pscal/Makefile +++ b/print/pscal/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://www.panix.com/~mbh/projects.html PERMIT_PACKAGE= Yes -MASTER_SITES= http://www.panix.com/~mbh/pscal/ +SITES= http://www.panix.com/~mbh/pscal/ NO_BUILD= Yes NO_TEST= Yes diff --git a/print/psdim/Makefile b/print/psdim/Makefile index 8d69abff7..8b316ecfe 100644 --- a/print/psdim/Makefile +++ b/print/psdim/Makefile @@ -11,7 +11,7 @@ MAINTAINER= Steven Mestdagh # GPL PERMIT_PACKAGE= Yes -MASTER_SITES= ${HOMEPAGE}/download/ +SITES= ${HOMEPAGE}/download/ RUN_DEPENDS= print/ghostscript/gnu BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/print/psutils/Makefile b/print/psutils/Makefile index bd07478db..75c7e4205 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -13,7 +13,7 @@ MAINTAINER= Antoine Jacoutot # GPLv3+ PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/rrthomas/psutils/releases/download/v${MODPY_EGG_VERSION}/ +SITES= https://github.com/rrthomas/psutils/releases/download/v${MODPY_EGG_VERSION}/ MODULES= lang/python diff --git a/print/ptouch-driver/Makefile b/print/ptouch-driver/Makefile index 0400e607a..f07a9aa76 100644 --- a/print/ptouch-driver/Makefile +++ b/print/ptouch-driver/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c cups cupsimage m -MASTER_SITES= https://github.com/philpem/printer-driver-ptouch/releases/download/${GH_TAGNAME}/ +SITES= https://github.com/philpem/printer-driver-ptouch/releases/download/${GH_TAGNAME}/ BUILD_DEPENDS= textproc/p5-XML-LibXML diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index c327a4514..215b74a8d 100755 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -19,7 +19,7 @@ WANTLIB += ${COMPILER_LIBCXX} c crypto gnutls jpeg m ssl z COMPILER= base-clang ports-gcc base-gcc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/} +SITES= ${SITE_SOURCEFORGE:=qpdf/} MODULES= devel/cmake diff --git a/print/scribus/Makefile b/print/scribus/Makefile index dbd7f2cce..eb439180d 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -17,7 +17,7 @@ WANTLIB += freetype harfbuzz harfbuzz-icu hunspell-1.7 icudata WANTLIB += icuuc jpeg lcms2 m png podofo poppler tiff util xml2 WANTLIB += z harfbuzz-subset -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/} +SITES= ${SITE_SOURCEFORGE:=scribus/} EXTRACT_SUFX= .tar.xz MODULES= x11/qt5 \ diff --git a/print/splix/Makefile b/print/splix/Makefile index cbd50d1fb..21c6ab896 100644 --- a/print/splix/Makefile +++ b/print/splix/Makefile @@ -21,8 +21,8 @@ WANTLIB += ${COMPILER_LIBCXX} c cups cupsimage jbig85 m COMPILER= base-clang ports-gcc base-gcc # snapshot of SVN (Fedora tarball) -MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/splix/${DISTNAME}${EXTRACT_SUFX}/2901e9482dd1a7c44f7b730696868e09/ -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=splix/} +SITES= http://pkgs.fedoraproject.org/repo/pkgs/splix/${DISTNAME}${EXTRACT_SUFX}/2901e9482dd1a7c44f7b730696868e09/ +#SITES= ${SITE_SOURCEFORGE:=splix/} LIB_DEPENDS= print/cups,-libs \ graphics/jbigkit diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index b37bc9701..a149bdf26 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -11,7 +11,7 @@ MAINTAINER= Antoine Jacoutot # GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/OpenPrinting/system-config-printer/releases/download/v${V}/ +SITES= https://github.com/OpenPrinting/system-config-printer/releases/download/v${V}/ MODULES= lang/python MODPY_SETUPTOOLS= Yes diff --git a/print/t1utils/Makefile b/print/t1utils/Makefile index a43e47119..1ede87b68 100644 --- a/print/t1utils/Makefile +++ b/print/t1utils/Makefile @@ -9,7 +9,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c -MASTER_SITES= https://www.lcdf.org/~eddietwo/type/ +SITES= https://www.lcdf.org/~eddietwo/type/ CONFIGURE_STYLE= gnu diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 5ba2d3f08..eded47a98 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c iconv intl curses -MASTER_SITES = ${MASTER_SITE_GNU:=texinfo/} +SITES = ${SITE_GNU:=texinfo/} BUILD_DEPENDS = devel/help2man \ lang/gawk diff --git a/print/texlive/Makefile.inc b/print/texlive/Makefile.inc index ee40efe41..75b6ae988 100644 --- a/print/texlive/Makefile.inc +++ b/print/texlive/Makefile.inc @@ -13,7 +13,7 @@ DIST_V ?= ${V}0321 # Note: The TUG FTP server is frequently overloaded and doesn't work with # ftp(1)'s keepalive implementation. FETCH_CMD = /usr/bin/ftp -V -m -C -k0 -MASTER_SITES ?= https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/${V}/ \ - ftp://tug.org/historic/systems/texlive/${V}/ +SITES ?=https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/${V}/ \ + ftp://tug.org/historic/systems/texlive/${V}/ PATCHORIG ?= .origy diff --git a/print/transfig/Makefile b/print/transfig/Makefile index f37d63e5b..498684cf2 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -5,7 +5,7 @@ DISTNAME= fig2dev-${VERSION} EXTRACT_SUFX = .tar.xz PKGNAME= transfig-${VERSION} CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/} +SITES= ${SITE_SOURCEFORGE:=mcj/} HOMEPAGE= https://xfig.org/ BUILD_DEPENDS= print/ghostscript/gnu diff --git a/print/u2ps/Makefile b/print/u2ps/Makefile index f6cce5016..a9902fb62 100644 --- a/print/u2ps/Makefile +++ b/print/u2ps/Makefile @@ -9,7 +9,7 @@ MAINTAINER = Alexander Arkhipov # GPLv3 PERMIT_PACKAGE = Yes -MASTER_SITES = https://github.com/arsv/u2ps/releases/download/$V/ +SITES = https://github.com/arsv/u2ps/releases/download/$V/ WANTLIB += c diff --git a/print/unpaper/Makefile b/print/unpaper/Makefile index 3b3310752..3c11d68b2 100755 --- a/print/unpaper/Makefile +++ b/print/unpaper/Makefile @@ -17,7 +17,7 @@ COMPILER_LANGS= c WANTLIB += avcodec avformat avutil c m -MASTER_SITES= https://www.flameeyes.eu/files/ +SITES= https://www.flameeyes.eu/files/ EXTRACT_SUFX= .tar.xz MODULES= devel/meson \ diff --git a/print/xournal/Makefile b/print/xournal/Makefile index 0068ebb3a..4cf81a599 100644 --- a/print/xournal/Makefile +++ b/print/xournal/Makefile @@ -15,7 +15,7 @@ WANTLIB += gnomecanvas-2 gobject-2.0 gtk-x11-2.0 harfbuzz intl WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 poppler-glib WANTLIB += z -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xournal/} +SITES = ${SITE_SOURCEFORGE:=xournal/} BUILD_DEPENDS = devel/gettext,-tools diff --git a/print/xprintproto/Makefile b/print/xprintproto/Makefile index 7b27d18dd..e065131ef 100644 --- a/print/xprintproto/Makefile +++ b/print/xprintproto/Makefile @@ -12,7 +12,7 @@ MAINTAINER = Pascal Stumpf # MIT PERMIT_PACKAGE = Yes -MASTER_SITES = https://www.x.org/releases/individual/proto/ +SITES = https://www.x.org/releases/individual/proto/ EXTRACT_SUFX = .tar.bz2 CONFIGURE_STYLE = gnu diff --git a/productivity/aqbanking/Makefile b/productivity/aqbanking/Makefile index e19c2ebf2..517038d2a 100644 --- a/productivity/aqbanking/Makefile +++ b/productivity/aqbanking/Makefile @@ -15,7 +15,7 @@ WANTLIB = brotlidec brotlienc c ffi gcrypt gmp gnutls gpg-error WANTLIB += gwenhywfar hogweed iconv idn2 intl ltdl lzma m nettle p11-kit WANTLIB += pthread tasn1 unistring xml2 xmlsec1 xslt z zstd -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/467/ +SITES= https://www.aquamaniac.de/rdm/attachments/download/467/ BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/gmp \ diff --git a/productivity/baikal/Makefile b/productivity/baikal/Makefile index 994038f7d..8a236d934 100644 --- a/productivity/baikal/Makefile +++ b/productivity/baikal/Makefile @@ -2,7 +2,7 @@ COMMENT= lightweight CalDAV and CardDAV server VERSION= 0.9.3 DISTNAME= baikal-${VERSION} -MASTER_SITES= https://github.com/sabre-io/Baikal/releases/download/${VERSION}/ +SITES= https://github.com/sabre-io/Baikal/releases/download/${VERSION}/ DISTFILES= ${DISTNAME}.zip CATEGORIES= productivity www REVISION= 0 diff --git a/productivity/calcurse/Makefile b/productivity/calcurse/Makefile index d9563b117..b7fbad90a 100644 --- a/productivity/calcurse/Makefile +++ b/productivity/calcurse/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c curses iconv intl m pthread -MASTER_SITES= ${HOMEPAGE}files/ +SITES= ${HOMEPAGE}files/ RUN_DEPENDS= www/py-httplib2${MODPY_FLAVOR} diff --git a/productivity/davical/Makefile b/productivity/davical/Makefile index e72b19171..76be54a76 100644 --- a/productivity/davical/Makefile +++ b/productivity/davical/Makefile @@ -8,7 +8,7 @@ EXTRACT_SUFX = .tar.xz CATEGORIES = productivity net HOMEPAGE = https://www.davical.org/ -MASTER_SITES = https://www.davical.org/downloads/ +SITES = https://www.davical.org/downloads/ MAINTAINER = Landry Breuil # GPLv2+ diff --git a/productivity/deskzilla/Makefile b/productivity/deskzilla/Makefile index 3d32499e5..394dc137e 100644 --- a/productivity/deskzilla/Makefile +++ b/productivity/deskzilla/Makefile @@ -10,7 +10,7 @@ PKG_ARCH = * CATEGORIES = productivity HOMEPAGE = http://almworks.com/deskzilla/ -MASTER_SITES = http://d1.almworks.com/.files/ +SITES = http://d1.almworks.com/.files/ # http://almworks.com/eula.html # permission to distribute granted by ALM Works in private mail diff --git a/productivity/devtodo/Makefile b/productivity/devtodo/Makefile index 36876e526..d0d10e722 100644 --- a/productivity/devtodo/Makefile +++ b/productivity/devtodo/Makefile @@ -6,7 +6,7 @@ CATEGORIES= productivity devel HOMEPAGE= http://swapoff.org/devtodo1.html -MASTER_SITES= http://swapoff.org/files/devtodo/ \ +SITES= http://swapoff.org/files/devtodo/ \ https://spacehopper.org/mirrors/ # GPLv2 diff --git a/productivity/fet/Makefile b/productivity/fet/Makefile index 02b5b4065..065fd86b4 100644 --- a/productivity/fet/Makefile +++ b/productivity/fet/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE= Yes WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5PrintSupport WANTLIB += Qt5Widgets c m -MASTER_SITES= ${HOMEPAGE}/download/ \ +SITES= ${HOMEPAGE}/download/ \ https://timetabling.de/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/productivity/gnucash-docs/Makefile b/productivity/gnucash-docs/Makefile index ac8e266f2..78a4acc16 100644 --- a/productivity/gnucash-docs/Makefile +++ b/productivity/gnucash-docs/Makefile @@ -13,7 +13,7 @@ MAINTAINER = Antoine Jacoutot # GFDL 1.1 PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gnucash/} +SITES = ${SITE_SOURCEFORGE:=gnucash/} MODULES = devel/cmake \ x11/gnome diff --git a/productivity/gnucash/Makefile b/productivity/gnucash/Makefile index 2f16e9015..773f169df 100644 --- a/productivity/gnucash/Makefile +++ b/productivity/gnucash/Makefile @@ -30,7 +30,7 @@ WANTLIB += webkit2gtk-4.0 xml2 xslt z COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gnucash/} +SITES = ${SITE_SOURCEFORGE:=gnucash/} MODULES = devel/dconf \ devel/cmake \ diff --git a/productivity/grisbi/Makefile b/productivity/grisbi/Makefile index d9bb71638..c71e14408 100644 --- a/productivity/grisbi/Makefile +++ b/productivity/grisbi/Makefile @@ -4,7 +4,7 @@ DISTNAME= grisbi-2.0.5 REVISION= 4 EXTRACT_SUFX= .tar.bz2 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grisbi/} +SITES= ${SITE_SOURCEFORGE:=grisbi/} CATEGORIES= productivity x11 diff --git a/productivity/gtg/Makefile b/productivity/gtg/Makefile index 6600173e4..f7ae5caf7 100644 --- a/productivity/gtg/Makefile +++ b/productivity/gtg/Makefile @@ -12,7 +12,7 @@ HOMEPAGE = https://wiki.gnome.org/Apps/GTG # GPLv3+ PERMIT_PACKAGE= Yes -MASTER_SITES = https://github.com/getting-things-gnome/gtg/releases/download/v${MODPY_EGG_VERSION:R}/ +SITES = https://github.com/getting-things-gnome/gtg/releases/download/v${MODPY_EGG_VERSION:R}/ MODULES = devel/meson \ lang/python diff --git a/productivity/impressive/Makefile b/productivity/impressive/Makefile index 5ee3ac308..1a5866575 100644 --- a/productivity/impressive/Makefile +++ b/productivity/impressive/Makefile @@ -7,7 +7,7 @@ REVISION = 0 CATEGORIES = productivity HOMEPAGE = http://impressive.sourceforge.net/ -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=impressive/} +SITES = ${SITE_SOURCEFORGE:=impressive/} # GPLv2 only PERMIT_PACKAGE = Yes diff --git a/productivity/kalendar/Makefile b/productivity/kalendar/Makefile index 3591d9ac6..3814de6ea 100644 --- a/productivity/kalendar/Makefile +++ b/productivity/kalendar/Makefile @@ -17,7 +17,7 @@ MAINTAINER = Rafael Sadowski # GPLv3+, LGPL-2.1+ PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_KDE:=stable/release-service/${VERSION}/src/} +SITES = ${SITE_KDE:=stable/release-service/${VERSION}/src/} WANTLIB += ${COMPILER_LIBCXX} Grantlee_Templates KF5Auth KF5AuthCore WANTLIB += KF5CalendarCore KF5Codecs KF5Completion KF5ConfigCore diff --git a/productivity/kmymoney/Makefile b/productivity/kmymoney/Makefile index 9bd344f79..69e9c189a 100644 --- a/productivity/kmymoney/Makefile +++ b/productivity/kmymoney/Makefile @@ -26,7 +26,7 @@ MAINTAINER = Rafael Sadowski # GPLv2+ PERMIT_PACKAGE = Yes -MASTER_SITES = ${MASTER_SITE_KDE:=stable/kmymoney/${V}/src/} +SITES = ${SITE_KDE:=stable/kmymoney/${V}/src/} WANTLIB += ${COMPILER_LIBCXX} KChart KF5Activities KF5Archive WANTLIB += KF5Auth KF5AuthCore KF5Bookmarks KF5Codecs KF5Completion diff --git a/productivity/ktimetracker/Makefile b/productivity/ktimetracker/Makefile index 849c89db0..aa315b492 100644 --- a/productivity/ktimetracker/Makefile +++ b/productivity/ktimetracker/Makefile @@ -13,7 +13,7 @@ MAINTAINER = Klemens Nanni # documentation: GFDL 1.2, icons: LGPL 3, source code: GPL 2.0 PERMIT_PACKAGE = Yes -SITES = ${MASTER_SITE_KDE:=stable/ktimetracker/${VERSION}/src/} +SITES = ${SITE_KDE:=stable/ktimetracker/${VERSION}/src/} WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5CalendarCore WANTLIB += KF5Codecs KF5ConfigCore KF5ConfigGui KF5ConfigWidgets diff --git a/productivity/libalkimia/Makefile b/productivity/libalkimia/Makefile index c1f76a41f..222d5f251 100644 --- a/productivity/libalkimia/Makefile +++ b/productivity/libalkimia/Makefile @@ -12,7 +12,7 @@ SHARED_LIBS = alkimia5 1.0 # 8.0.4 HOMEPAGE = https://community.kde.org/Alkimia/libalkimia -MASTER_SITES = ${MASTER_SITE_KDE:=stable/alkimia/$V/} +SITES = ${SITE_KDE:=stable/alkimia/$V/} EXTRACT_SUFX = .tar.xz # LGPLv2.1+ diff --git a/productivity/librcps/Makefile b/productivity/librcps/Makefile index e57f458d2..473c681e1 100644 --- a/productivity/librcps/Makefile +++ b/productivity/librcps/Makefile @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB = c pthread -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} SEPARATE_BUILD = Yes diff --git a/productivity/lifeograph/Makefile b/productivity/lifeograph/Makefile index 45c03a2f7..0f38a6405 100644 --- a/productivity/lifeograph/Makefile +++ b/productivity/lifeograph/Makefile @@ -16,7 +16,7 @@ WANTLIB += champlain-gtk-0.12 clutter-1.0 clutter-gtk-1.0 enchant-2 WANTLIB += gcrypt gdkmm-3.0 gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4 WANTLIB += gobject-2.0 gtk-3 gtkmm-3.0 intl m pangomm-1.4 sigc-2.0 -MASTER_SITES= https://launchpad.net/lifeograph/trunk/${V}/+download/ +SITES= https://launchpad.net/lifeograph/trunk/${V}/+download/ EXTRACT_SUFX= .tar.xz diff --git a/productivity/mcds/Makefile b/productivity/mcds/Makefile index 6dce8e1aa..940580baa 100644 --- a/productivity/mcds/Makefile +++ b/productivity/mcds/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes # uses pledge() WANTLIB = assuan c curl gpg-error gpgme iconv intl xml2 -MASTER_SITES = https://github.com/t-brown/mcds/releases/download/v${V}/ +SITES = https://github.com/t-brown/mcds/releases/download/v${V}/ BUILD_DEPENDS = security/gnupg>=2.2.23p1 diff --git a/productivity/monica/Makefile b/productivity/monica/Makefile index c9a920cbc..bedb8dc11 100644 --- a/productivity/monica/Makefile +++ b/productivity/monica/Makefile @@ -5,7 +5,7 @@ CATEGORIES = productivity VERSION = 4.0.0 PKGNAME = monica-${VERSION} -MASTER_SITES = https://github.com/monicahq/monica/releases/download/v${VERSION}/ +SITES = https://github.com/monicahq/monica/releases/download/v${VERSION}/ DISTNAME = monica-v${VERSION} EXTRACT_SUFX = .tar.bz2 diff --git a/productivity/novprog/Makefile b/productivity/novprog/Makefile index 6e25e406d..b6a94476a 100644 --- a/productivity/novprog/Makefile +++ b/productivity/novprog/Makefile @@ -17,7 +17,7 @@ WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6Widgets c m WANTLIB += atomic .endif -MASTER_SITES = https://gottcode.org/novprog/ +SITES = https://gottcode.org/novprog/ MODULES = devel/cmake \ x11/qt6 diff --git a/productivity/osmo/Makefile b/productivity/osmo/Makefile index 6631b49aa..45c20829b 100644 --- a/productivity/osmo/Makefile +++ b/productivity/osmo/Makefile @@ -18,7 +18,7 @@ WANTLIB += archive enchant-2 gdk-3 gspell-1 gtk-3 z WANTLIB += javascriptcoregtk-4.0 soup-2.4 webkit2gtk-4.0 xml2 WANTLIB += cairo-gobject harfbuzz gmodule-2.0 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/} +SITES= ${SITE_SOURCEFORGE:=osmo-pim/} BUILD_DEPENDS= devel/gettext,-tools diff --git a/productivity/projectlibre/Makefile b/productivity/projectlibre/Makefile index 43d43c62a..db93da433 100644 --- a/productivity/projectlibre/Makefile +++ b/productivity/projectlibre/Makefile @@ -11,7 +11,7 @@ HOMEPAGE= http://www.projectlibre.org/ # with some changes / additional terms) PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=projectlibre/} +SITES= ${SITE_SOURCEFORGE:=projectlibre/} MODULES= java MODJAVA_VER= 1.8+ diff --git a/productivity/rubrica2/Makefile b/productivity/rubrica2/Makefile index 00e279c4a..3dcd986e1 100644 --- a/productivity/rubrica2/Makefile +++ b/productivity/rubrica2/Makefile @@ -22,7 +22,7 @@ WANTLIB += gtk-x11-2.0 harfbuzz iconv intl jpeg lzma m notify WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 WANTLIB += png xcb xcb-render xcb-shm xml2 z Xau Xdmcp -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rubrica.berlios/} +SITES= ${SITE_SOURCEFORGE:=rubrica.berlios/} MODULES= devel/gconf2 \ textproc/intltool diff --git a/productivity/siag/Makefile b/productivity/siag/Makefile index e6849737c..d7c4ac4b9 100644 --- a/productivity/siag/Makefile +++ b/productivity/siag/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes WANTLIB += ICE Mowitz SM X11 Xext Xmu Xpm Xt c curses m neXtaw -MASTER_SITES= ${HOMEPAGE}/pub/siag/ +SITES= ${HOMEPAGE}/pub/siag/ LIB_DEPENDS= x11/mowitz \ x11/neXtaw diff --git a/productivity/sl/Makefile b/productivity/sl/Makefile index b89895d70..225154598 100644 --- a/productivity/sl/Makefile +++ b/productivity/sl/Makefile @@ -8,7 +8,7 @@ HOMEPAGE = http://practicalthought.com/sl/ # GPLv3 PERMIT_PACKAGE = Yes -MASTER_SITES = http://mirrors.nycbug.org/pub/distfiles/ +SITES = http://mirrors.nycbug.org/pub/distfiles/ MODULES += lang/tcl diff --git a/productivity/taskd/Makefile b/productivity/taskd/Makefile index 6cadcc195..a850f70f8 100644 --- a/productivity/taskd/Makefile +++ b/productivity/taskd/Makefile @@ -8,7 +8,7 @@ HOMEPAGE = http://www.taskwarrior.org/ MAINTAINER = Kent R. Spillner -MASTER_SITES = ${HOMEPAGE}download/ +SITES = ${HOMEPAGE}download/ # MIT PERMIT_PACKAGE = Yes diff --git a/productivity/taskwarrior/Makefile b/productivity/taskwarrior/Makefile index 1d7060585..4410e906f 100644 --- a/productivity/taskwarrior/Makefile +++ b/productivity/taskwarrior/Makefile @@ -8,7 +8,7 @@ CATEGORIES = productivity HOMEPAGE = https://www.taskwarrior.org/ MAINTAINER = Paco Esteban -MASTER_SITES = https://www.taskwarrior.org/download/ +SITES = https://www.taskwarrior.org/download/ # MIT PERMIT_PACKAGE = Yes diff --git a/productivity/tdl/Makefile b/productivity/tdl/Makefile index 3701c8a1e..592793895 100644 --- a/productivity/tdl/Makefile +++ b/productivity/tdl/Makefile @@ -4,7 +4,7 @@ DISTNAME= tdl-1.5.2 REVISION= 5 CATEGORIES= productivity -MASTER_SITES= http://www.rpcurnow.force9.co.uk/tdl/ +SITES= http://www.rpcurnow.force9.co.uk/tdl/ HOMEPAGE= http://www.rc0.org.uk/tdl/ diff --git a/productivity/teapot/Makefile b/productivity/teapot/Makefile index f020135e7..8b9c6294b 100644 --- a/productivity/teapot/Makefile +++ b/productivity/teapot/Makefile @@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c curses m -MASTER_SITES = https://www.syntax-k.de/projekte/teapot/ +SITES = https://www.syntax-k.de/projekte/teapot/ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} # binary distribution to extract the documentation diff --git a/productivity/thinkingrock/Makefile b/productivity/thinkingrock/Makefile index 551a4a252..20d6d4afa 100644 --- a/productivity/thinkingrock/Makefile +++ b/productivity/thinkingrock/Makefile @@ -12,7 +12,7 @@ HOMEPAGE= http://www.trgtd.com.au/ # CDDL PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thinkingrock/} +SITES= ${SITE_SOURCEFORGE:=thinkingrock/} MODULES= java MODJAVA_VER= 1.8+ diff --git a/productivity/timewarrior/Makefile b/productivity/timewarrior/Makefile index 258639d06..89299e02d 100644 --- a/productivity/timewarrior/Makefile +++ b/productivity/timewarrior/Makefile @@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c m ${COMPILER_LIBCXX} -MASTER_SITES = https://taskwarrior.org/download/ +SITES = https://taskwarrior.org/download/ COMPILER = base-clang ports-gcc diff --git a/productivity/tryton/Makefile.inc b/productivity/tryton/Makefile.inc index 95fca1eaa..affe30096 100644 --- a/productivity/tryton/Makefile.inc +++ b/productivity/tryton/Makefile.inc @@ -8,8 +8,8 @@ MAINTAINER ?= Sebastien Marie # GPLv3 PERMIT_PACKAGE ?= Yes -MASTER_SITES = https://downloads-cdn.tryton.org/${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - https://downloads.tryton.org/${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ +SITES = https://downloads-cdn.tryton.org/${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ + https://downloads.tryton.org/${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ DIST_SUBDIR = tryton PORTROACH += site:https://downloads-cdn.tryton.org/${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ diff --git a/productivity/tudu/Makefile b/productivity/tudu/Makefile index 9e74f978c..1661ec189 100644 --- a/productivity/tudu/Makefile +++ b/productivity/tudu/Makefile @@ -11,9 +11,9 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} c m curses -COMPILER = base-clang ports-gcc base-gcc +COMPILER = base-clang ports-gcc base-gcc -MASTER_SITES = ${HOMEPAGE} +SITES = ${HOMEPAGE} CONFIGURE_STYLE = simple diff --git a/productivity/vit/Makefile b/productivity/vit/Makefile index 7c66eaaea..2b9fde860 100644 --- a/productivity/vit/Makefile +++ b/productivity/vit/Makefile @@ -10,7 +10,7 @@ MAINTAINER = Kent R. Spillner # GPLv3+ PERMIT_PACKAGE = Yes -MASTER_SITES = http://taskwarrior.org/download/ +SITES = http://taskwarrior.org/download/ RUN_DEPENDS = devel/p5-Curses \ productivity/taskwarrior BUILD_DEPENDS = ${RUN_DEPENDS} diff --git a/productivity/vym/Makefile b/productivity/vym/Makefile index 7604c4536..401aea4ba 100644 --- a/productivity/vym/Makefile +++ b/productivity/vym/Makefile @@ -9,7 +9,7 @@ HOMEPAGE= https://www.insilmaril.de/vym/ # modified GPLv2 PERMIT_PACKAGE= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vym/} +SITES= ${SITE_SOURCEFORGE:=vym/} EXTRACT_SUFX= .tar.bz2 WANTLIB += GL Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5PrintSupport diff --git a/productivity/when/Makefile b/productivity/when/Makefile index 06af848aa..c121ce74e 100755 --- a/productivity/when/Makefile +++ b/productivity/when/Makefile @@ -8,7 +8,7 @@ HOMEPAGE= http://www.lightandmatter.com/when/when.html # perl PERMIT_PACKAGE= Yes -MASTER_SITES= https://distfiles.sigtrap.nl/ +SITES= https://distfiles.sigtrap.nl/ NO_BUILD= Yes PKG_ARCH= * diff --git a/productivity/workrave/Makefile b/productivity/workrave/Makefile index 55000be18..15899ccaf 100644 --- a/productivity/workrave/Makefile +++ b/productivity/workrave/Makefile @@ -27,7 +27,7 @@ WANTLIB += harfbuzz iconv intl jpeg lzma lzo2 m pango-1.0 pangocairo-1.0 WANTLIB += pangoft2-1.0 pangomm-1.4 pcre2-8 pixman-1 png sigc-2.0 WANTLIB += tiff xcb xcb-render xcb-shm z zstd -MASTER_SITES= https://github.com/rcaelers/workrave/releases/download/v${V:S/./_/g}/ +SITES= https://github.com/rcaelers/workrave/releases/download/v${V:S/./_/g}/ MODULES= lang/python \ textproc/intltool diff --git a/productivity/xinvest/Makefile b/productivity/xinvest/Makefile index 69a435353..8027b96ef 100644 --- a/productivity/xinvest/Makefile +++ b/productivity/xinvest/Makefile @@ -9,7 +9,7 @@ PERMIT_PACKAGE= Yes WANTLIB= ICE SM X11 Xau Xdmcp Xext Xpm Xt c m Xm -MASTER_SITES= https://distfiles.sigtrap.nl/ +SITES= https://distfiles.sigtrap.nl/ LIB_DEPENDS+= x11/motif CONFIGURE_STYLE= imake diff --git a/productivity/xquote/Makefile b/productivity/xquote/Makefile index 3805fd134..78cefa8b6 100644 --- a/productivity/xquote/Makefile +++ b/productivity/xquote/Makefile @@ -9,7 +9,7 @@ PERMIT_PACKAGE= Yes WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c m Xbae Xm -MASTER_SITES= https://distfiles.sigtrap.nl/ +SITES= https://distfiles.sigtrap.nl/ LIB_DEPENDS= x11/xbae \ x11/motif diff --git a/productivity/yokadi/Makefile b/productivity/yokadi/Makefile index bc7bbe9a4..a0a05712c 100644 --- a/productivity/yokadi/Makefile +++ b/productivity/yokadi/Makefile @@ -7,7 +7,7 @@ DISTNAME = yokadi-${MODPY_EGG_VERSION} REVISION = 3 HOMEPAGE = https://yokadi.github.io/ -MASTER_SITES = ${HOMEPAGE}/download/ +SITES = ${HOMEPAGE}/download/ # GPLv3+ PERMIT_PACKAGE= Yes diff --git a/productivity/zim/Makefile b/productivity/zim/Makefile index 702b9dcbf..0a5d8c980 100644 --- a/productivity/zim/Makefile +++ b/productivity/zim/Makefile @@ -13,7 +13,7 @@ MAINTAINER = Sebastian Benoit # GPLv2+ PERMIT_PACKAGE = Yes -MASTER_SITES = https://zim-wiki.org/downloads/ +SITES = https://zim-wiki.org/downloads/ NO_TEST = Yes diff --git a/security/qdigidoc4/Makefile b/security/qdigidoc4/Makefile index 1916c4407..1b9a5e639 100644 --- a/security/qdigidoc4/Makefile +++ b/security/qdigidoc4/Makefile @@ -14,7 +14,6 @@ PERMIT_PACKAGE = Yes DIST_SUBDIR = qdigidoc4 SITES = https://github.com/open-eid/DigiDoc4-Client/releases/download/v${V}/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUFX} SITES.eesti = https://id.eesti.ee/ diff --git a/sysutils/firmware/qcpas/Makefile b/sysutils/firmware/qcpas/Makefile index 24826e560..ee0065687 100644 --- a/sysutils/firmware/qcpas/Makefile +++ b/sysutils/firmware/qcpas/Makefile @@ -2,7 +2,6 @@ FW_DRIVER= qcpas FW_VER= 20230625 DISTNAME= linux-firmware-${FW_VER} EXTRACT_SUFX= .tar.xz -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # broad enough to reduce WRKSRC size but specific enough to match all DISTFILES EXTRACT_FILES= \*/{qcom\*,LICEN\*} diff --git a/sysutils/grafana/Makefile b/sysutils/grafana/Makefile index 5cef13b6e..fa7a6f594 100644 --- a/sysutils/grafana/Makefile +++ b/sysutils/grafana/Makefile @@ -14,7 +14,6 @@ CATEGORIES = sysutils HOMEPAGE = https://grafana.com -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.a = grafana-$V.linux-amd64.tar.gz{grafana-$V.linux-amd64.tar.gz?1} # force CDN refresh; upstream rerolled but some CDN nodes have the old version # normally grafana-$V.linux-amd64.tar.gz:0 diff --git a/sysutils/menulibre/Makefile b/sysutils/menulibre/Makefile index 5fd27cb70..50d460324 100644 --- a/sysutils/menulibre/Makefile +++ b/sysutils/menulibre/Makefile @@ -1,6 +1,6 @@ COMMENT = fd.o-compliant menu editor -MODPY_EGG_VERSION = 2.3.1 +MODPY_EGG_VERSION = 2.3.2 DISTNAME = menulibre-${MODPY_EGG_VERSION} GH_ACCOUNT = bluesabre GH_PROJECT = menulibre @@ -9,7 +9,7 @@ CATEGORIES = sysutils x11 MAINTAINER = Landry Breuil -HOMEPAGE = https://bluesable.org/projects/menulibre/ +HOMEPAGE = https://bluesabre.org/projects/menulibre/ # GPLv2 PERMIT_PACKAGE= Yes diff --git a/sysutils/menulibre/distinfo b/sysutils/menulibre/distinfo index 3d5916516..c8d73b874 100644 --- a/sysutils/menulibre/distinfo +++ b/sysutils/menulibre/distinfo @@ -1,2 +1,2 @@ -SHA256 (menulibre-2.3.1.tar.gz) = aR8+70vzQ5aeZE6cShMbTAswA0KvdAQdccv4UbjfOpk= -SIZE (menulibre-2.3.1.tar.gz) = 492327 +SHA256 (menulibre-2.3.2.tar.gz) = J97ylzffDU7aHyRo+XWddrkXfL9rOWP6Qwn9VsXVDao= +SIZE (menulibre-2.3.2.tar.gz) = 509256 diff --git a/sysutils/menulibre/pkg/PLIST b/sysutils/menulibre/pkg/PLIST index 258d70ea8..80c9d2993 100644 --- a/sysutils/menulibre/pkg/PLIST +++ b/sysutils/menulibre/pkg/PLIST @@ -8,39 +8,87 @@ lib/python${MODPY_VERSION}/site-packages/menulibre-${MODPY_EGG_VERSION}.dist-inf lib/python${MODPY_VERSION}/site-packages/menulibre-${MODPY_EGG_VERSION}.dist-info/RECORD lib/python${MODPY_VERSION}/site-packages/menulibre-${MODPY_EGG_VERSION}.dist-info/WHEEL lib/python${MODPY_VERSION}/site-packages/menulibre-${MODPY_EGG_VERSION}.dist-info/top_level.txt +lib/python${MODPY_VERSION}/site-packages/menulibre/ActionEditor.py +lib/python${MODPY_VERSION}/site-packages/menulibre/AdvancedPage.py +lib/python${MODPY_VERSION}/site-packages/menulibre/ApplicationEditor.py +lib/python${MODPY_VERSION}/site-packages/menulibre/CategoryEditor.py +lib/python${MODPY_VERSION}/site-packages/menulibre/CommandEditor.py lib/python${MODPY_VERSION}/site-packages/menulibre/Dialogs.py +lib/python${MODPY_VERSION}/site-packages/menulibre/FieldLabel.py +lib/python${MODPY_VERSION}/site-packages/menulibre/FileHandler.py +lib/python${MODPY_VERSION}/site-packages/menulibre/FilenameLabel.py +lib/python${MODPY_VERSION}/site-packages/menulibre/Headerbar.py +lib/python${MODPY_VERSION}/site-packages/menulibre/IconEntry.py +lib/python${MODPY_VERSION}/site-packages/menulibre/LabelWithHidingButton.py lib/python${MODPY_VERSION}/site-packages/menulibre/MenuEditor.py lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreApplication.py -lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreExecEditor.py lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreHistory.py -lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreIconSelection.py -lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreLog.py lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreStackSwitcher.py lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreTreeview.py lib/python${MODPY_VERSION}/site-packages/menulibre/MenulibreXdg.py +lib/python${MODPY_VERSION}/site-packages/menulibre/ParsingErrorsDialog.py +lib/python${MODPY_VERSION}/site-packages/menulibre/PathEntry.py +lib/python${MODPY_VERSION}/site-packages/menulibre/Section.py +lib/python${MODPY_VERSION}/site-packages/menulibre/StartupWmClassEntry.py +lib/python${MODPY_VERSION}/site-packages/menulibre/SwitchEntry.py +lib/python${MODPY_VERSION}/site-packages/menulibre/TextEntry.py +lib/python${MODPY_VERSION}/site-packages/menulibre/TextEntryButton.py +lib/python${MODPY_VERSION}/site-packages/menulibre/Toolbar.py lib/python${MODPY_VERSION}/site-packages/menulibre/XmlMenuElementTree.py lib/python${MODPY_VERSION}/site-packages/menulibre/__init__.py ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}/ +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}ActionEditor.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}ActionEditor.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}AdvancedPage.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}AdvancedPage.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}ApplicationEditor.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}ApplicationEditor.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}CategoryEditor.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}CategoryEditor.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}CommandEditor.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}CommandEditor.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Dialogs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Dialogs.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}FieldLabel.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}FieldLabel.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}FileHandler.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}FileHandler.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}FilenameLabel.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}FilenameLabel.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Headerbar.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Headerbar.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}IconEntry.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}IconEntry.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}LabelWithHidingButton.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}LabelWithHidingButton.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenuEditor.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenuEditor.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreApplication.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreApplication.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreExecEditor.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreExecEditor.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreHistory.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreHistory.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreIconSelection.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreIconSelection.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreLog.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} -lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreLog.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreStackSwitcher.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreStackSwitcher.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreTreeview.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreTreeview.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreXdg.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}MenulibreXdg.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}ParsingErrorsDialog.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}ParsingErrorsDialog.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}PathEntry.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}PathEntry.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Section.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Section.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}StartupWmClassEntry.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}StartupWmClassEntry.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}SwitchEntry.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}SwitchEntry.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}TextEntry.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}TextEntry.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}TextEntryButton.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}TextEntryButton.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Toolbar.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}Toolbar.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}XmlMenuElementTree.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}XmlMenuElementTree.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/menulibre/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} @@ -121,10 +169,6 @@ share/locale/uk/LC_MESSAGES/menulibre.mo share/locale/zh_CN/LC_MESSAGES/menulibre.mo share/locale/zh_HK/LC_MESSAGES/menulibre.mo share/locale/zh_TW/LC_MESSAGES/menulibre.mo -share/menulibre/ -share/menulibre/ui/ -share/menulibre/ui/ExecEditor.ui -share/menulibre/ui/MenulibreWindow.ui share/metainfo/ share/metainfo/menulibre.appdata.xml share/pixmaps/ diff --git a/textproc/aspell/core/Makefile b/textproc/aspell/core/Makefile index cb62dacb7..d8e0a9bf5 100644 --- a/textproc/aspell/core/Makefile +++ b/textproc/aspell/core/Makefile @@ -12,7 +12,6 @@ DIST_EN= aspell6-en-2020.12.07-0 SITES= ${SITE_GNU:=aspell/} SITES.en= ${SITE_GNU:=aspell/dict/en/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.en= ${DIST_EN}.tar.bz2 HOMEPAGE= http://aspell.net/ diff --git a/textproc/sword/Makefile b/textproc/sword/Makefile index 4df810c5a..30523f7a0 100644 --- a/textproc/sword/Makefile +++ b/textproc/sword/Makefile @@ -8,8 +8,6 @@ REVISION= 0 SITES= https://crosswire.org/ftpmirror/pub/sword/source/v${V:R}/ SITES.k= https://crosswire.org/ftpmirror/pub/sword/packages/rawzip/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} - # keeps changing DISTFILES.k+= KJV-2.10.2{KJV}.zip diff --git a/www/nginx/Makefile b/www/nginx/Makefile index fe3ab8757..e1153f5db 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -52,8 +52,6 @@ SITES.a=https://github.com/ SITES.p=https://raw.githubusercontent.com/rnagy/nginx_chroot_patch/master/ \ https://raw.githubusercontent.com/sthen/nginx_chroot_patch/add_1.20.1/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} - _GH_MODS= \ openresty headers-more-nginx-module v0.34 \ openresty lua-nginx-module v0.10.11 \ diff --git a/www/p5-HTML-Prototype/Makefile b/www/p5-HTML-Prototype/Makefile index b04d17971..7adfb9b7a 100644 --- a/www/p5-HTML-Prototype/Makefile +++ b/www/p5-HTML-Prototype/Makefile @@ -7,7 +7,6 @@ SITES= ${SITE_PERL_CPAN:=HTML/} SITES.js= http://script.aculo.us/dist/ DISTNAME= HTML-Prototype-1.48 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.js= scriptaculous-js-1.7.0.tar.gz HOMEPAGE= http://prototype.conio.net/ diff --git a/x11/cool-retro-term/Makefile b/x11/cool-retro-term/Makefile index cb18bb506..fea5fabf2 100644 --- a/x11/cool-retro-term/Makefile +++ b/x11/cool-retro-term/Makefile @@ -10,7 +10,6 @@ REVISION = 0 # check version in submodule at https://github.com/Swordfish90/cool-retro-term QMLTERMWIDGET = 63228027e1f97c24abb907550b22ee91836929c5 SITES.a = https://github.com/Swordfish90/qmltermwidget/archive/ -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.a = qmltermwidget-{}${QMLTERMWIDGET}.tar.gz USE_WXNEEDED = Yes diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 121234f53..b12534970 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -3,7 +3,6 @@ COMMENT-kanji= color japanese terminal emulator with transparency support V= 0.9.6 DISTNAME= Eterm-$V -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # also see below PKGNAME= eterm-$V REVISION= 2 diff --git a/x11/gtk2-murrine-engine/Makefile b/x11/gtk2-murrine-engine/Makefile index 0e3b6054e..62ce0d79a 100644 --- a/x11/gtk2-murrine-engine/Makefile +++ b/x11/gtk2-murrine-engine/Makefile @@ -21,7 +21,6 @@ WANTLIB += ${COMPILER_LIBCXX} SITES.p = ${HOMEPAGE}files/ DIST_SUBDIR = murrine -DISTFILES = ${DISTNAME}${EXTRACT_SUFX} DISTFILES.p = MurrinaBlu-0.32.tar.gz \ MurrineThemePack.tar.bz2 \ MurrinaBlue.tar.bz2 \ diff --git a/x11/gtk2-rezlooks-engine/Makefile b/x11/gtk2-rezlooks-engine/Makefile index 597005d91..b45af1652 100644 --- a/x11/gtk2-rezlooks-engine/Makefile +++ b/x11/gtk2-rezlooks-engine/Makefile @@ -22,7 +22,6 @@ THEMES_DISTNAME=rezlooks-themes-0.1 SITES= http://gnome-look.org/CONTENT/content-files/ SITES.t= http://distfiles.sigtrap.nl/ DIST_SUBDIR= rezlooks -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES.t= ${THEMES_DISTNAME}${EXTRACT_SUFX}