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 /mail | |
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 'mail')
-rw-r--r-- | mail/geary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/geary/Makefile b/mail/geary/Makefile index f38ceea54d5b..b2fa14a18b38 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -2,7 +2,7 @@ PORTNAME= geary PORTVERSION= 40.0 PORTREVISION= 13 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/ |