diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2025-06-10 12:29:00 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-06-10 13:02:34 +0200 |
commit | a0ce779c88e46d0f5f05bd5753365344282ccd7a (patch) | |
tree | 58b5a2e70a9988496b52030b1ac568c322f414c3 /devel | |
parent | x11/gnome-panel: add new port (diff) |
Mk/bsd.sites.mk: Simplify MASTER_SITES= GNOME
Since GNOME changes their numbering, in some Makefile MASTER_SITES= GNOME is
more complex. This patch simplify for users.
Differential Revision: https://reviews.freebsd.org/D43183
Diffstat (limited to 'devel')
-rw-r--r-- | devel/d-spy/Makefile | 2 | ||||
-rw-r--r-- | devel/devhelp/Makefile | 2 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 2 | ||||
-rw-r--r-- | devel/gnome-builder/Makefile | 2 | ||||
-rw-r--r-- | devel/gsettings-desktop-schemas/Makefile | 2 | ||||
-rw-r--r-- | devel/gtranslator/Makefile | 2 | ||||
-rw-r--r-- | devel/libglade2/Makefile | 2 | ||||
-rw-r--r-- | devel/libunicode/Makefile | 2 | ||||
-rw-r--r-- | devel/py-pygobject/Makefile | 2 | ||||
-rw-r--r-- | devel/tinysparql/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/devel/d-spy/Makefile b/devel/d-spy/Makefile index 7063a481de85..409c023ea15e 100644 --- a/devel/d-spy/Makefile +++ b/devel/d-spy/Makefile @@ -1,7 +1,7 @@ PORTNAME= d-spy PORTVERSION= 47.0 CATEGORIES= devel -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= D-Bus explorer diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index f1e00e742090..01c263cad7b2 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -2,7 +2,7 @@ PORTNAME= devhelp PORTVERSION= 41.2 PORTREVISION= 4 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/ diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index d4c361816ec6..331d91800a31 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -2,7 +2,7 @@ PORTNAME= gconf2 PORTVERSION= 3.2.6 PORTREVISION= 10 CATEGORIES= devel gnome -MASTER_SITES= GNOME/sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DISTNAME= GConf-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile index 7faf00c606d5..df0b0c8fa847 100644 --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnome-builder PORTVERSION= 42.1 PORTREVISION= 10 CATEGORIES= devel gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile index c74bca831a4f..64d4362adb75 100644 --- a/devel/gsettings-desktop-schemas/Makefile +++ b/devel/gsettings-desktop-schemas/Makefile @@ -2,7 +2,7 @@ PORTNAME= gsettings-desktop-schemas DISTVERSION= 47.1 PORTREVISION= 1 CATEGORIES= devel gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R:R} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index 2dc96c853c8a..07a125ca53d0 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtranslator PORTVERSION= 40.0 PORTREVISION= 5 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 diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 93686b081032..5a815f5d1afe 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -2,7 +2,7 @@ PORTNAME= libglade2 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 diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 1f238fed7cf8..e3d6f029f880 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -2,7 +2,7 @@ PORTNAME= libunicode PORTVERSION= 0.4 PORTREVISION= 12 CATEGORIES= devel gnome -MASTER_SITES= GNOME/sources/libunicode/0.4 +MASTER_SITES= GNOME DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome MAINTAINER= gnome@FreeBSD.org diff --git a/devel/py-pygobject/Makefile b/devel/py-pygobject/Makefile index 86cc88f33cec..4a20d90d1e40 100644 --- a/devel/py-pygobject/Makefile +++ b/devel/py-pygobject/Makefile @@ -2,7 +2,7 @@ PORTNAME= pygobject DISTVERSION= 3.50.0 PORTREVISION?= 0 CATEGORIES= devel python -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME PKGNAMEPREFIX?= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= gnome diff --git a/devel/tinysparql/Makefile b/devel/tinysparql/Makefile index 2f9a144574dd..4561e2c427a2 100644 --- a/devel/tinysparql/Makefile +++ b/devel/tinysparql/Makefile @@ -2,7 +2,7 @@ PORTNAME= tinysparql PORTVERSION= 3.8.2 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org |