Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2026 22:01:51 +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: 53958ac6a30c - main - editors/pluma-plugins: switch to GitHub release asset
Message-ID:  <6a18bb4f.3b585.45203fd1@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=53958ac6a30c5aa48f8362523d35c59fff020043

commit 53958ac6a30c5aa48f8362523d35c59fff020043
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-05-28 22:01:42 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-05-28 22:01:50 +0000

    editors/pluma-plugins: 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 and yelp-tools, not
    needed with release tarballs. Remove opt-2.pyc entries from
    pkg-plist, not generated by the release tarball build.
---
 editors/pluma-plugins/Makefile | 18 +++++++++---------
 editors/pluma-plugins/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile
index 50634854c365..38f3d1f128b3 100644
--- a/editors/pluma-plugins/Makefile
+++ b/editors/pluma-plugins/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	pluma-plugins
-PORTVERSION=	1.28.0
-PORTREVISION=	4
+DISTVERSION=	1.28.0
+PORTREVISION=	6
 CATEGORIES=	editors 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=	Plugins for Pluma
@@ -16,25 +16,25 @@ BUILD_DEPENDS=	pluma>=0:editors/pluma \
 		itstool:textproc/itstool \
 		${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR}
-
 LIB_DEPENDS=	libpeas-1.0.so:devel/libpeas1 \
- 		libgit2-glib-1.0.so:devel/libgit2-glib \
+		libgit2-glib-1.0.so:devel/libgit2-glib \
 		libgucharmap_2_90.so:deskutils/gucharmap
 RUN_DEPENDS=	pluma>=0:editors/pluma \
 		${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR}
 
-PORTSCOUT=	limitw:1,even
-
 USES=		compiler:c11 gettext gnome libtool:keepla localbase gmake \
 		pkgconfig python shebangfix tar:xz
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 USE_GNOME=	cairo gdkpixbuf gtk30 gtksourceview4 intlhack introspection \
 		intltool vte3
 USE_CSTD=	c11
-USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
+PORTSCOUT=	limitw:1,even
+
 GLIB_SCHEMAS=	org.mate.pluma.plugins.sourcecodebrowser.gschema.xml \
 		org.mate.pluma.plugins.terminal.gschema.xml \
 		org.mate.pluma.plugins.wordcompletion.gschema.xml
diff --git a/editors/pluma-plugins/distinfo b/editors/pluma-plugins/distinfo
index 8f5e7cd7223c..f6300a709023 100644
--- a/editors/pluma-plugins/distinfo
+++ b/editors/pluma-plugins/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710072695
-SHA256 (mate/pluma-plugins-1.28.0.tar.xz) = a47e8637366fffb1ba968d873f3965c988c3e620bb13362817b4be7d722a0baa
-SIZE (mate/pluma-plugins-1.28.0.tar.xz) = 520696
+TIMESTAMP = 1780004828
+SHA256 (pluma-plugins-1.28.0.tar.xz) = a47e8637366fffb1ba968d873f3965c988c3e620bb13362817b4be7d722a0baa
+SIZE (pluma-plugins-1.28.0.tar.xz) = 520696


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a18bb4f.3b585.45203fd1>