Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2026 10:45:49 +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: 5687408b1ff1 - main - sysutils/mate-power-manager: switch to GitHub release asset
Message-ID:  <6a27eedd.30dfd.2dd92314@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=5687408b1ff132584e422106817c7619cd9e8392

commit 5687408b1ff132584e422106817c7619cd9e8392
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-09 10:45:29 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-09 10:45:47 +0000

    sysutils/mate-power-manager: 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 are
    lease tarball instead of the auto-generated one, as recommended
    by the porter's handbook.
---
 sysutils/mate-power-manager/Makefile | 13 +++++++------
 sysutils/mate-power-manager/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile
index a75c41e0f2a1..5450381d8c45 100644
--- a/sysutils/mate-power-manager/Makefile
+++ b/sysutils/mate-power-manager/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	mate-power-manager
-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=	Power management system for the MATE Desktop
@@ -24,13 +24,14 @@ LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3 \
 		libupower-glib.so:sysutils/upower
 RUN_DEPENDS=	pkexec:sysutils/polkit
 
-PORTSCOUT=	limitw:1,even
-
 USES=		gettext gmake gnome libtool localbase mate pathfix pkgconfig \
 		tar:xz xorg
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 USE_MATE=	panel
 USE_XORG=	x11 xext xorgproto xrandr xrender
 USE_GNOME=	cairo glib20 gtk30 intlhack
+PORTSCOUT=	site:https://github.com/mate-desktop/mate-power-manager/releases/ limitw:1,even
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ENV=	LIBS="-lexecinfo"
diff --git a/sysutils/mate-power-manager/distinfo b/sysutils/mate-power-manager/distinfo
index 99e046b09448..3d876bea861b 100644
--- a/sysutils/mate-power-manager/distinfo
+++ b/sysutils/mate-power-manager/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710800831
-SHA256 (mate/mate-power-manager-1.28.1.tar.xz) = 8ebdcb74b607e868336ba9a8146cdef8f97bce535c2b0cb3bf650c58f71eee21
-SIZE (mate/mate-power-manager-1.28.1.tar.xz) = 6724724
+TIMESTAMP = 1780915662
+SHA256 (mate-power-manager-1.28.1.tar.xz) = 8ebdcb74b607e868336ba9a8146cdef8f97bce535c2b0cb3bf650c58f71eee21
+SIZE (mate-power-manager-1.28.1.tar.xz) = 6724724


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a27eedd.30dfd.2dd92314>