Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2026 09:49:43 +0000
From:      Eric Turgeon <ericbsd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 03b72707e86e - main - sysutils/mate-polkit: switch to GitHub release asset
Message-ID:  <6a269037.21989.155e382a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ericbsd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03b72707e86e4b8b689943852405b068393aa108

commit 03b72707e86e4b8b689943852405b068393aa108
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-08 09:49:30 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-08 09:49:41 +0000

    sysutils/mate-polkit: switch to GitHub release asset
    
    Minor versions of 1.28.x are no longer published to the MATE mirror
    and are only available on GitHub. Use USE_GITHUB=nodefault with a
    release tarball instead of the auto-generated one, as recommended
    by the porter's handbook.
---
 sysutils/mate-polkit/Makefile | 13 +++++++------
 sysutils/mate-polkit/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile
index 84ae358c38d2..1821fa1645ea 100644
--- a/sysutils/mate-polkit/Makefile
+++ b/sysutils/mate-polkit/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	mate-polkit
-PORTVERSION=	1.28.1
-PORTREVISION=	1
+DISTVERSION=	1.28.1
+PORTREVISION=	2
 CATEGORIES=	sysutils mate
-MASTER_SITES=	MATE
-DIST_SUBDIR=	mate
+MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	MATE frontend to the PolicyKit framework
@@ -15,11 +15,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpolkit-gobject-1.so:sysutils/polkit \
 		libaccountsservice.so:sysutils/accountsservice
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 USE_GNOME=	cairo gdkpixbuf gtk30 intltool introspection:build
 USE_LDCONFIG=	yes
+PORTSCOUT=	site:https://github.com/mate-desktop/mate-polkit/releases/ limitw:1,even
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
diff --git a/sysutils/mate-polkit/distinfo b/sysutils/mate-polkit/distinfo
index 062e55e20120..fe6736ff51e6 100644
--- a/sysutils/mate-polkit/distinfo
+++ b/sysutils/mate-polkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710799586
-SHA256 (mate/mate-polkit-1.28.1.tar.xz) = 350a1dd0a8ed6a2c9c183cff2a21f394299e968fcc6ae2e8c93c565dae604ae8
-SIZE (mate/mate-polkit-1.28.1.tar.xz) = 347556
+TIMESTAMP = 1780859933
+SHA256 (mate-polkit-1.28.1.tar.xz) = 350a1dd0a8ed6a2c9c183cff2a21f394299e968fcc6ae2e8c93c565dae604ae8
+SIZE (mate-polkit-1.28.1.tar.xz) = 347556


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a269037.21989.155e382a>