Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145590703
D43183.id131940.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
41 KB
Referenced Files
None
Subscribers
None
D43183.id131940.diff
View Options
Index: Mk/bsd.sites.mk
===================================================================
--- Mk/bsd.sites.mk
+++ Mk/bsd.sites.mk
@@ -564,19 +564,21 @@
.endif # !defined(IGNORE_MASTER_SITE_GITLAB)
.if !defined(IGNORE_MASTER_SITE_GNOME)
+_version_major= ${DISTVERSION:C|^([0-9]+).*|\1|}
+_version_minor= ${DISTVERSION:C|^([0-9]+)\.([0-9]+).*|\2|}
+
+. if ${_version_major} >= 10
+_gnome_ver= ${_version_major}
+. else
+_gnome_ver= ${_version_major}.${_version_minor}
+. endif
+
MASTER_SITE_GNOME+= \
- https://download.gnome.org/%SUBDIR%/ \
- http://download.gnome.org/%SUBDIR%/ \
- https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/ \
- http://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \
- ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \
- https://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \
- ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \
- https://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \
- http://www.gtlib.gatech.edu/pub/gnome/%SUBDIR%/ \
- ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \
- ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \
- ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/
+ https://download.gnome.org/%SUBDIR%/${_gnome_ver}/ \
+ https://ftp.belnet.be/mirror/ftp.gnome.org/gnomeftp/%SUBDIR%/${_gnome_ver}/ \
+ https://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/${_gnome_ver}/ \
+ https://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/${_gnome_ver}/ \
+ https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/
.endif
.if !defined(IGNORE_MASTER_SITE_GIMP)
@@ -1097,7 +1099,7 @@
GIMP:${PORTNAME}/${PORTVERSION:R}/ \
GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${GH_TAGNAME}?dummy=/ \
GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \
- GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
+ GNOME:sources/${DISTNAME:S/-${DISTVERSIONFULL}$//} \
GNU:${PORTNAME} \
GNUPG:${PORTNAME} \
GNU_ALPHA:${PORTNAME} \
Index: accessibility/orca/Makefile
===================================================================
--- accessibility/orca/Makefile
+++ accessibility/orca/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.1
PORTREVISION= 3
CATEGORIES= accessibility gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: accessibility/py-atspi/Makefile
===================================================================
--- accessibility/py-atspi/Makefile
+++ accessibility/py-atspi/Makefile
@@ -1,7 +1,7 @@
PORTNAME= atspi
PORTVERSION= 2.38.2
CATEGORIES= accessibility x11-toolkits python
-MASTER_SITES= GNOME/sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyatspi-${PORTVERSION}
DIST_SUBDIR= gnome
Index: audio/gnome-music/Makefile
===================================================================
--- audio/gnome-music/Makefile
+++ audio/gnome-music/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.1
PORTREVISION= 2
CATEGORIES= audio gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: audio/libaudiofile/Makefile
===================================================================
--- audio/libaudiofile/Makefile
+++ audio/libaudiofile/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 0.3.6
PORTREVISION= 4
CATEGORIES= audio
-MASTER_SITES= GNOME/sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DISTNAME= audiofile-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/baobab/Makefile
===================================================================
--- deskutils/baobab/Makefile
+++ deskutils/baobab/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.0
PORTREVISION= 1
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/bijiben/Makefile
===================================================================
--- deskutils/bijiben/Makefile
+++ deskutils/bijiben/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.1
PORTREVISION= 5
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
Index: deskutils/gnome-calendar/Makefile
===================================================================
--- deskutils/gnome-calendar/Makefile
+++ deskutils/gnome-calendar/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.2
PORTREVISION= 2
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-characters/Makefile
===================================================================
--- deskutils/gnome-characters/Makefile
+++ deskutils/gnome-characters/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.0
PORTREVISION= 2
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-clocks/Makefile
===================================================================
--- deskutils/gnome-clocks/Makefile
+++ deskutils/gnome-clocks/Makefile
@@ -3,7 +3,7 @@
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-contacts/Makefile
===================================================================
--- deskutils/gnome-contacts/Makefile
+++ deskutils/gnome-contacts/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 41.0
PORTREVISION= 4
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Contacts manager for gnome
Index: deskutils/gnome-dictionary/Makefile
===================================================================
--- deskutils/gnome-dictionary/Makefile
+++ deskutils/gnome-dictionary/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.0
PORTREVISION= 4
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
Index: deskutils/gnome-font-viewer/Makefile
===================================================================
--- deskutils/gnome-font-viewer/Makefile
+++ deskutils/gnome-font-viewer/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.0
PORTREVISION= 2
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-initial-setup/Makefile
===================================================================
--- deskutils/gnome-initial-setup/Makefile
+++ deskutils/gnome-initial-setup/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.2
PORTREVISION= 3
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-maps/Makefile
===================================================================
--- deskutils/gnome-maps/Makefile
+++ deskutils/gnome-maps/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gnome-maps
DISTVERSION= 43.5
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-photos/Makefile
===================================================================
--- deskutils/gnome-photos/Makefile
+++ deskutils/gnome-photos/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 43.0
PORTREVISION= 4
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-screenshot/Makefile
===================================================================
--- deskutils/gnome-screenshot/Makefile
+++ deskutils/gnome-screenshot/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 41.0
PORTREVISION= 2
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
Index: deskutils/gnome-sound-recorder/Makefile
===================================================================
--- deskutils/gnome-sound-recorder/Makefile
+++ deskutils/gnome-sound-recorder/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 42.0
PORTREVISION= 2
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-todo/Makefile
===================================================================
--- deskutils/gnome-todo/Makefile
+++ deskutils/gnome-todo/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 41.0
PORTREVISION= 3
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnome-tweaks/Makefile
===================================================================
--- deskutils/gnome-tweaks/Makefile
+++ deskutils/gnome-tweaks/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.10
PORTREVISION= 3
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Allows to tweak some hidden settings in GNOME3
Index: deskutils/gnome-weather/Makefile
===================================================================
--- deskutils/gnome-weather/Makefile
+++ deskutils/gnome-weather/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.0
PORTREVISION= 1
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: deskutils/gnote/Makefile
===================================================================
--- deskutils/gnote/Makefile
+++ deskutils/gnote/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.1
PORTREVISION= 1
CATEGORIES= deskutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ version of Tomboy, note taking application
Index: deskutils/gucharmap/Makefile
===================================================================
--- deskutils/gucharmap/Makefile
+++ deskutils/gucharmap/Makefile
@@ -2,7 +2,6 @@
PORTVERSION= 15.1.0 # must sync with textproc/UCD
PORTREVISION= 1
CATEGORIES= deskutils gnome
-#MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
@@ -19,7 +18,7 @@
libpcre2-8.so:devel/pcre2
USES= desktop-file-utils gettext-tools gnome localbase meson perl5 pkgconfig \
- python:build tar:xz vala:build
+ python:build vala:build
USE_GNOME= cairo glib20 gtk30 introspection:build
USE_PERL5= build
BINARY_ALIAS= python3=${PYTHON_CMD}
Index: devel/devhelp/Makefile
===================================================================
--- devel/devhelp/Makefile
+++ devel/devhelp/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 41.2
PORTREVISION= 2
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
Index: devel/gconf2/Makefile
===================================================================
--- devel/gconf2/Makefile
+++ devel/gconf2/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 3.2.6
PORTREVISION= 9
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DISTNAME= GConf-${PORTVERSION}
DIST_SUBDIR= gnome2
Index: devel/gnome-builder/Makefile
===================================================================
--- devel/gnome-builder/Makefile
+++ devel/gnome-builder/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.1
PORTREVISION= 6
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: devel/gsettings-desktop-schemas/Makefile
===================================================================
--- devel/gsettings-desktop-schemas/Makefile
+++ devel/gsettings-desktop-schemas/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gsettings-desktop-schemas
DISTVERSION= 42.0
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R:R}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
Index: devel/gtranslator/Makefile
===================================================================
--- devel/gtranslator/Makefile
+++ devel/gtranslator/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.0
PORTREVISION= 4
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
PATCHFILES+= 7ac572cc8c8c.patch:-p1 # https://gitlab.gnome.org/GNOME/gtranslator/-/merge_requests/90
Index: devel/libglade2/Makefile
===================================================================
--- devel/libglade2/Makefile
+++ devel/libglade2/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 2.6.4
PORTREVISION?= 13
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//}
+MASTER_SITES= GNOME
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
DIST_SUBDIR= gnome2
Index: devel/libunicode/Makefile
===================================================================
--- devel/libunicode/Makefile
+++ devel/libunicode/Makefile
@@ -1,9 +1,10 @@
PORTNAME= libunicode
PORTVERSION= 0.4
+DISTVERSIONSUFFIX= .gnome
PORTREVISION= 11
CATEGORIES= devel gnome
-MASTER_SITES= GNOME/sources/libunicode/0.4
-DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
+MASTER_SITES= GNOME
+DISTNAME= ${PORTNAME}-${DISTVERSIONFULL}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for manipulating Unicode characters and strings
Index: devel/pygobject3-common/Makefile
===================================================================
--- devel/pygobject3-common/Makefile
+++ devel/pygobject3-common/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gobject
PORTVERSION= 3.42.2
CATEGORIES= devel python
-MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
PKGNAMEPREFIX?= py
PKGNAMESUFFIX?= 3-common
DISTNAME= pygobject-${PORTVERSION}
Index: editors/gedit-plugins/Makefile
===================================================================
--- editors/gedit-plugins/Makefile
+++ editors/gedit-plugins/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.1
PORTREVISION= 4
CATEGORIES= editors gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: editors/gedit/Makefile
===================================================================
--- editors/gedit/Makefile
+++ editors/gedit/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 44.2
PORTREVISION= 1
CATEGORIES= editors gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: editors/gnome-text-editor/Makefile
===================================================================
--- editors/gnome-text-editor/Makefile
+++ editors/gnome-text-editor/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.2
PORTREVISION= 5
CATEGORIES= editors gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/gnome-chess/Makefile
===================================================================
--- games/gnome-chess/Makefile
+++ games/gnome-chess/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.0
PORTREVISION= 1
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/gnome-mines/Makefile
===================================================================
--- games/gnome-mines/Makefile
+++ games/gnome-mines/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.1
PORTREVISION= 2
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/gnome-robots/Makefile
===================================================================
--- games/gnome-robots/Makefile
+++ games/gnome-robots/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.0
PORTREVISION= 2
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/gnome-sudoku/Makefile
===================================================================
--- games/gnome-sudoku/Makefile
+++ games/gnome-sudoku/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.0
PORTREVISION= 2
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/lightsoff/Makefile
===================================================================
--- games/lightsoff/Makefile
+++ games/lightsoff/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.0.1
PORTREVISION= 2
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/quadrapassel/Makefile
===================================================================
--- games/quadrapassel/Makefile
+++ games/quadrapassel/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.2
PORTREVISION= 2
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/swell-foop/Makefile
===================================================================
--- games/swell-foop/Makefile
+++ games/swell-foop/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 41.1
PORTREVISION= 2
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: games/tali/Makefile
===================================================================
--- games/tali/Makefile
+++ games/tali/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.8
PORTREVISION= 2
CATEGORIES= games gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: graphics/eog/Makefile
===================================================================
--- graphics/eog/Makefile
+++ graphics/eog/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 43.1
PORTREVISION= 3
CATEGORIES= graphics gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
Index: graphics/evince/Makefile
===================================================================
--- graphics/evince/Makefile
+++ graphics/evince/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 43.1
PORTREVISION= 7
CATEGORIES= graphics print gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: graphics/simple-scan/Makefile
===================================================================
--- graphics/simple-scan/Makefile
+++ graphics/simple-scan/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 44.0
PORTREVISION= 1
CATEGORIES= graphics gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: irc/polari/Makefile
===================================================================
--- irc/polari/Makefile
+++ irc/polari/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.1
PORTREVISION= 2
CATEGORIES= irc gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: mail/geary/Makefile
===================================================================
--- mail/geary/Makefile
+++ mail/geary/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 40.0
PORTREVISION= 9
CATEGORIES= mail gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/geary/-/commit/
Index: math/gnome-calculator/Makefile
===================================================================
--- math/gnome-calculator/Makefile
+++ math/gnome-calculator/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.0.1
PORTREVISION= 2
CATEGORIES= math gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: misc/gnome-devel-docs/Makefile
===================================================================
--- misc/gnome-devel-docs/Makefile
+++ misc/gnome-devel-docs/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gnome-devel-docs
PORTVERSION= 40.3
CATEGORIES= misc gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: misc/gnome-user-docs/Makefile
===================================================================
--- misc/gnome-user-docs/Makefile
+++ misc/gnome-user-docs/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gnome-user-docs
PORTVERSION= 42.0
CATEGORIES= misc gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: multimedia/cheese/Makefile
===================================================================
--- multimedia/cheese/Makefile
+++ multimedia/cheese/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 41.1
PORTREVISION= 3
CATEGORIES= multimedia gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: multimedia/pitivi/Makefile
===================================================================
--- multimedia/pitivi/Makefile
+++ multimedia/pitivi/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 2022.06
PORTREVISION= 3
CATEGORIES= multimedia
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Gstreamer based non-linear audio/video editor
Index: net/gnome-connections/Makefile
===================================================================
--- net/gnome-connections/Makefile
+++ net/gnome-connections/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.1.2
PORTREVISION= 3
CATEGORIES= net gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: net/gnome-nettool/Makefile
===================================================================
--- net/gnome-nettool/Makefile
+++ net/gnome-nettool/Makefile
@@ -3,7 +3,7 @@
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
Index: net/libgweather/Makefile
===================================================================
--- net/libgweather/Makefile
+++ net/libgweather/Makefile
@@ -3,7 +3,6 @@
PORTREVISION= 5
CATEGORIES= net gnome
MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: net/libgweather4/Makefile
===================================================================
--- net/libgweather4/Makefile
+++ net/libgweather4/Makefile
@@ -3,7 +3,6 @@
PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= gnome
PKGNAMESUFFIX= 4
Index: security/gnome-keyring/Makefile
===================================================================
--- security/gnome-keyring/Makefile
+++ security/gnome-keyring/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.1
PORTREVISION= 3
CATEGORIES= security gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: security/seahorse/Makefile
===================================================================
--- security/seahorse/Makefile
+++ security/seahorse/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 41.0
PORTREVISION= 2
CATEGORIES= security gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: sysutils/gnome-control-center/Makefile
===================================================================
--- sysutils/gnome-control-center/Makefile
+++ sysutils/gnome-control-center/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.2
PORTREVISION= 3
CATEGORIES= sysutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: sysutils/gnome-settings-daemon/Makefile
===================================================================
--- sysutils/gnome-settings-daemon/Makefile
+++ sysutils/gnome-settings-daemon/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.2
PORTREVISION= 7
CATEGORIES= sysutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
Index: sysutils/gnome-system-monitor/Makefile
===================================================================
--- sysutils/gnome-system-monitor/Makefile
+++ sysutils/gnome-system-monitor/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.0
PORTREVISION= 1
CATEGORIES= sysutils gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: textproc/libxml2/Makefile
===================================================================
--- textproc/libxml2/Makefile
+++ textproc/libxml2/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 2.10.4
PORTREVISION?= 2
CATEGORIES?= textproc gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
Index: textproc/libxslt/Makefile
===================================================================
--- textproc/libxslt/Makefile
+++ textproc/libxslt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= libxslt
DISTVERSION= 1.1.37
CATEGORIES= textproc gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
Index: textproc/py-gi-docgen/Makefile
===================================================================
--- textproc/py-gi-docgen/Makefile
+++ textproc/py-gi-docgen/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gi-docgen
PORTVERSION= 2022.2
CATEGORIES= textproc python
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= desktop@FreeBSD.org
Index: textproc/yelp-tools/Makefile
===================================================================
--- textproc/yelp-tools/Makefile
+++ textproc/yelp-tools/Makefile
@@ -1,7 +1,7 @@
PORTNAME= yelp-tools
PORTVERSION= 42.0
CATEGORIES= textproc gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: textproc/yelp-xsl/Makefile
===================================================================
--- textproc/yelp-xsl/Makefile
+++ textproc/yelp-xsl/Makefile
@@ -1,7 +1,7 @@
PORTNAME= yelp-xsl
DISTVERSION= 42.0
CATEGORIES= textproc gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: www/epiphany/Makefile
===================================================================
--- www/epiphany/Makefile
+++ www/epiphany/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.4
PORTREVISION= 5
CATEGORIES= www gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11-fm/nautilus/Makefile
===================================================================
--- x11-fm/nautilus/Makefile
+++ x11-fm/nautilus/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.2
PORTREVISION= 3
CATEGORIES= x11-fm gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11-fm/sushi/Makefile
===================================================================
--- x11-fm/sushi/Makefile
+++ x11-fm/sushi/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.0
PORTREVISION= 2
CATEGORIES= x11-fm gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11-fonts/bitstream-vera/Makefile
===================================================================
--- x11-fonts/bitstream-vera/Makefile
+++ x11-fonts/bitstream-vera/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 1.10
PORTREVISION= 8
CATEGORIES= x11-fonts
-MASTER_SITES= GNOME/sources/ttf-${PORTNAME}/${PORTVERSION}
+MASTER_SITES= GNOME
DISTNAME= ttf-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= gnome2
Index: x11-themes/adwaita-icon-theme/Makefile
===================================================================
--- x11-themes/adwaita-icon-theme/Makefile
+++ x11-themes/adwaita-icon-theme/Makefile
@@ -1,7 +1,7 @@
PORTNAME= adwaita-icon-theme
DISTVERSION= 42.0
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R:R}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
Index: x11-themes/gnome-backgrounds/Makefile
===================================================================
--- x11-themes/gnome-backgrounds/Makefile
+++ x11-themes/gnome-backgrounds/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gnome-backgrounds
PORTVERSION= 43
CATEGORIES= x11-themes graphics gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11-themes/gnome-icons-aqua-fusion/Makefile
===================================================================
--- x11-themes/gnome-icons-aqua-fusion/Makefile
+++ x11-themes/gnome-icons-aqua-fusion/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20030216
PORTREVISION= 4
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-AquaFusion
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-gentoo-test/Makefile
===================================================================
--- x11-themes/gnome-icons-gentoo-test/Makefile
+++ x11-themes/gnome-icons-gentoo-test/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 0.1
PORTREVISION= 4
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Gentoo-Test
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-iris/Makefile
===================================================================
--- x11-themes/gnome-icons-iris/Makefile
+++ x11-themes/gnome-icons-iris/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20050420
PORTREVISION= 2
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Iris
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-noia-full/Makefile
===================================================================
--- x11-themes/gnome-icons-noia-full/Makefile
+++ x11-themes/gnome-icons-noia-full/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20041102
PORTREVISION= 3
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Noia
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-noia-warm/Makefile
===================================================================
--- x11-themes/gnome-icons-noia-warm/Makefile
+++ x11-themes/gnome-icons-noia-warm/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20041102
PORTREVISION= 3
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-NoiaWarm
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-refined/Makefile
===================================================================
--- x11-themes/gnome-icons-refined/Makefile
+++ x11-themes/gnome-icons-refined/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20030203
PORTREVISION= 4
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Gnome-RH8
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-slick/Makefile
===================================================================
--- x11-themes/gnome-icons-slick/Makefile
+++ x11-themes/gnome-icons-slick/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20030209
PORTREVISION= 4
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Slick
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-snow-apple/Makefile
===================================================================
--- x11-themes/gnome-icons-snow-apple/Makefile
+++ x11-themes/gnome-icons-snow-apple/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20030202
PORTREVISION= 4
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Snow-Apple
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-stylish/Makefile
===================================================================
--- x11-themes/gnome-icons-stylish/Makefile
+++ x11-themes/gnome-icons-stylish/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 20030129
PORTREVISION= 3
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Stylish
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gnome-icons-ximian-south/Makefile
===================================================================
--- x11-themes/gnome-icons-ximian-south/Makefile
+++ x11-themes/gnome-icons-ximian-south/Makefile
@@ -6,7 +6,7 @@
PORTVERSION= 1.3.6
PORTREVISION= 4
CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME/teams/art.gnome.org/archive/themes/icon
+MASTER_SITES= https://download.gnome.org/teams/art.gnome.org/archive/themes/icon/
DISTNAME= ICON-Ximian-South-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
Index: x11-themes/gtk-engines2/Makefile
===================================================================
--- x11-themes/gtk-engines2/Makefile
+++ x11-themes/gtk-engines2/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 2.20.2
PORTREVISION= 4
CATEGORIES= x11-themes
-MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
DIST_SUBDIR= gnome2
Index: x11-toolkits/gnome-pty-helper/Makefile
===================================================================
--- x11-toolkits/gnome-pty-helper/Makefile
+++ x11-toolkits/gnome-pty-helper/Makefile
@@ -8,6 +8,8 @@
MAINTAINER= gnome@FreeBSD.org
COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget
+BROKEN= Unfetchable
+
BUILD_DEPENDS+= gnutls>=0:security/gnutls
PORTSCOUT= ignore:1
Index: x11-toolkits/gtk20/Makefile
===================================================================
--- x11-toolkits/gtk20/Makefile
+++ x11-toolkits/gtk20/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 2.24.33 # sync with graphics/gtk-update-icon-cache
PORTREVISION= 1
CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
DISTNAME= gtk+-${PORTVERSION}
DIST_SUBDIR= gnome2
Index: x11-toolkits/gtk30/Makefile
===================================================================
--- x11-toolkits/gtk30/Makefile
+++ x11-toolkits/gtk30/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 3.24.38 # sync with x11-themes: adwaita-icon-theme, gnome-themes-standard and mate-themes
PORTREVISION= 1
CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME/sources/gtk+/${DISTVERSION:R}
+MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
DISTNAME= gtk+-${PORTVERSION}
DIST_SUBDIR= gnome
Index: x11-toolkits/gtksourceview2/Makefile
===================================================================
--- x11-toolkits/gtksourceview2/Makefile
+++ x11-toolkits/gtksourceview2/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 2.10.5
PORTREVISION= 9
CATEGORIES= x11-toolkits gnome
-MASTER_SITES= GNOME/sources/${PORTNAME:S/2$//}/${DISTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DISTNAME= ${PORTNAME:S/2$//}-${DISTVERSION}
DIST_SUBDIR= gnome2
Index: x11-toolkits/unique/Makefile
===================================================================
--- x11-toolkits/unique/Makefile
+++ x11-toolkits/unique/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 1.1.6
PORTREVISION= 8
CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/
+MASTER_SITES= GNOME
DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= kwm@FreeBSD.org
Index: x11-wm/mutter/Makefile
===================================================================
--- x11-wm/mutter/Makefile
+++ x11-wm/mutter/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.4
PORTREVISION= 2
CATEGORIES= x11-wm
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11/gdm/Makefile
===================================================================
--- x11/gdm/Makefile
+++ x11/gdm/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.0
PORTREVISION= 7
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11/gnome-console/Makefile
===================================================================
--- x11/gnome-console/Makefile
+++ x11/gnome-console/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 43.0
PORTREVISION= 4
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11/gnome-desktop/Makefile
===================================================================
--- x11/gnome-desktop/Makefile
+++ x11/gnome-desktop/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.4
PORTREVISION= 2
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11/gnome-session/Makefile
===================================================================
--- x11/gnome-session/Makefile
+++ x11/gnome-session/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.0
PORTREVISION= 3
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11/gnome-shell-extensions/Makefile
===================================================================
--- x11/gnome-shell-extensions/Makefile
+++ x11/gnome-shell-extensions/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.3
PORTREVISION= 2
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11/gnome-shell/Makefile
===================================================================
--- x11/gnome-shell/Makefile
+++ x11/gnome-shell/Makefile
@@ -2,7 +2,7 @@
PORTVERSION= 42.4
PORTREVISION= 8
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
Index: x11/xdg-desktop-portal-gnome/Makefile
===================================================================
--- x11/xdg-desktop-portal-gnome/Makefile
+++ x11/xdg-desktop-portal-gnome/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xdg-desktop-portal-gnome
DISTVERSION= 43.1
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= tagattie@FreeBSD.org
Index: x11/yelp/Makefile
===================================================================
--- x11/yelp/Makefile
+++ x11/yelp/Makefile
@@ -2,7 +2,7 @@
DISTVERSION= 42.1
PORTREVISION= 2
CATEGORIES= x11 gnome
-MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 9:56 PM (12 h, 14 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28944467
Default Alt Text
D43183.id131940.diff (41 KB)
Attached To
Mode
D43183: Simplify MASTER_SITES= GNOME in Makefile
Attached
Detach File
Event Timeline
Log In to Comment