Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2026 22:46:05 +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: 69fa3ccf61a7 - main - archivers/engrampa: switch to GitHub release asset
Message-ID:  <6a18c5ad.3e84a.33902129@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=69fa3ccf61a7515fcb2055fed3b80f9aeeae24e9

commit 69fa3ccf61a7515fcb2055fed3b80f9aeeae24e9
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-05-28 22:46:00 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-05-28 22:46:00 +0000

    archivers/engrampa: 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. Remove autoreconf, autoconf-archive,
    yelp-tools, and the mate-submodules GH_TUPLE, not needed with
    release tarballs.
---
 archivers/engrampa/Makefile | 20 +++++++++-----------
 archivers/engrampa/distinfo |  8 +++-----
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/archivers/engrampa/Makefile b/archivers/engrampa/Makefile
index 13cd91044113..4cbada27f23b 100644
--- a/archivers/engrampa/Makefile
+++ b/archivers/engrampa/Makefile
@@ -1,7 +1,9 @@
 PORTNAME=	engrampa
-DISTVERSIONPREFIX=	v
 DISTVERSION=	1.28.2
+PORTREVISION=	1
 CATEGORIES=	archivers mate
+MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Archive manager for zip files, tar, etc
@@ -10,28 +12,24 @@ WWW=		https://mate-desktop.org/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	itstool:textproc/itstool \
-		autoconf-archive>=0:devel/autoconf-archive \
-		yelp-tools>=0:textproc/yelp-tools
+BUILD_DEPENDS=	itstool:textproc/itstool
 LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
 RUN_DEPENDS=	${LOCALBASE}/bin/gtar:archivers/gtar \
 		${LOCALBASE}/bin/unzip:archivers/unzip
 
-PORTSCOUT=	limitw:1,even
-
-USE_GITHUB=	yes
+USES=		desktop-file-utils gettext gmake gnome libtool localbase \
+		mate pkgconfig tar:xz
+USE_GITHUB=	nodefault
 GH_ACCOUNT=	mate-desktop
-GH_TUPLE=	mate-desktop:mate-submodules:54fff1b:submodules/mate-submodules
-USES=		autoreconf desktop-file-utils gettext gmake gnome libtool localbase \
-		mate pkgconfig
 USE_MATE=	caja common:build
 USE_GNOME=	cairo gtk30 intltool
-USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-packagekit
 INSTALL_TARGET=	install-strip
 
+PORTSCOUT=	limitw:1,even
+
 GLIB_SCHEMAS=	org.mate.engrampa.gschema.xml
 
 post-patch:
diff --git a/archivers/engrampa/distinfo b/archivers/engrampa/distinfo
index 262f514615fc..6c1ab170ae52 100644
--- a/archivers/engrampa/distinfo
+++ b/archivers/engrampa/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1779757390
-SHA256 (mate-desktop-engrampa-v1.28.2_GH0.tar.gz) = 65a490c37ac2b92e491d247b62e96104a6b2c404c834c689256be7d68769bc0b
-SIZE (mate-desktop-engrampa-v1.28.2_GH0.tar.gz) = 3791622
-SHA256 (mate-desktop-mate-submodules-54fff1b_GH0.tar.gz) = 66cde56dacbd15b7134f51c0f80e6567ee7af05157711ce3ef49973718433b7b
-SIZE (mate-desktop-mate-submodules-54fff1b_GH0.tar.gz) = 33344
+TIMESTAMP = 1780006747
+SHA256 (engrampa-1.28.2.tar.xz) = 1e9977c23745bf8843a37f315171d9af97814a0971aeac3d774f017650ac09ef
+SIZE (engrampa-1.28.2.tar.xz) = 1729320


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a18c5ad.3e84a.33902129>