Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 02:03:01 +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: e7126e5e3d7f - main - editors/pluma: switch to GitHub source
Message-ID:  <6a1650d5.2268b.22fd5895@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=e7126e5e3d7f8e3a995d321b1222505a2a37d685

commit e7126e5e3d7f8e3a995d321b1222505a2a37d685
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-05-27 01:56:49 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-05-27 02:02:58 +0000

    editors/pluma: switch to GitHub source
    
    Switch from MATE mirror to GitHub tarball using USE_GITHUB and
    GH_ACCOUNT=mate-desktop, add autoreconf, mate-submodules GH_TUPLE,
    autoconf-archive, yelp-tools, common:build, patch configure.ac and
    docs/reference/Makefile.am to remove gtk-doc, and remove stale API
    doc plist entries
---
 editors/pluma/Makefile                             | 17 ++++++-----
 editors/pluma/distinfo                             |  8 +++--
 editors/pluma/files/patch-configure.ac             |  8 +++++
 .../pluma/files/patch-docs-reference-Makefile.am   | 10 +++++++
 editors/pluma/pkg-plist                            | 34 ----------------------
 5 files changed, 33 insertions(+), 44 deletions(-)

diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile
index 9e538680736f..c2c01832328c 100644
--- a/editors/pluma/Makefile
+++ b/editors/pluma/Makefile
@@ -1,9 +1,7 @@
 PORTNAME=	pluma
+DISTVERSIONPREFIX=	v
 DISTVERSION=	1.28.1
 CATEGORIES=	editors mate
-MASTER_SITES=	MATE \
-		https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
-DIST_SUBDIR=	mate
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Small but powerful text editor for MATE Desktop Environment
@@ -13,19 +11,24 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool \
-		iso-codes>=0:misc/iso-codes
+		iso-codes>=0:misc/iso-codes \
+		autoconf-archive>=0:devel/autoconf-archive \
+		yelp-tools>=0:textproc/yelp-tools
 LIB_DEPENDS=	libenchant-2.so:textproc/enchant2 \
 		libpeas-gtk-1.0.so:devel/libpeas1
 RUN_DEPENDS=	iso-codes>=0:misc/iso-codes
 
 PORTSCOUT=	limitw:1,even
 
-USES=		compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \
-		pathfix pkgconfig python shebangfix tar:xz xorg mate
+USE_GITHUB=	yes
+GH_ACCOUNT=	mate-desktop
+GH_TUPLE=	mate-desktop:mate-submodules:54fff1b:submodules/pluma/mate-submodules
+USES=		autoreconf compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \
+		pathfix pkgconfig python shebangfix xorg mate
 USE_XORG=	ice sm x11
 USE_GNOME=	cairo gdkpixbuf gnomeprefix gtk30 gtksourceview4 \
 		intltool introspection libxml2
-USE_MATE=	desktop
+USE_MATE=	desktop common:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
diff --git a/editors/pluma/distinfo b/editors/pluma/distinfo
index d3299cd3029a..fe15d82a5a20 100644
--- a/editors/pluma/distinfo
+++ b/editors/pluma/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1778680574
-SHA256 (mate/pluma-1.28.1.tar.xz) = 27137ff1bb1c53a90d2308b8a6b203e5d07f13a644a0d950f3ead7bb9cf1e241
-SIZE (mate/pluma-1.28.1.tar.xz) = 4053608
+TIMESTAMP = 1779843238
+SHA256 (mate-desktop-pluma-v1.28.1_GH0.tar.gz) = e769739a278cc136acd88653b68b90ee3dae5b6162632608a3fbf6093245c4a0
+SIZE (mate-desktop-pluma-v1.28.1_GH0.tar.gz) = 7484468
+SHA256 (mate-desktop-mate-submodules-54fff1b_GH0.tar.gz) = 66cde56dacbd15b7134f51c0f80e6567ee7af05157711ce3ef49973718433b7b
+SIZE (mate-desktop-mate-submodules-54fff1b_GH0.tar.gz) = 33344
diff --git a/editors/pluma/files/patch-configure.ac b/editors/pluma/files/patch-configure.ac
new file mode 100644
index 000000000000..0131a2008ad4
--- /dev/null
+++ b/editors/pluma/files/patch-configure.ac
@@ -0,0 +1,8 @@
+--- configure.ac.orig
++++ configure.ac
+@@ -42,8 +42,6 @@ LT_PREREQ([2.2.6])
+ LT_INIT(disable-static)
+
+-GTK_DOC_CHECK([1.0],[--flavour=no-tmpl])
+-
+ AC_CHECK_LIB(m, floor)
diff --git a/editors/pluma/files/patch-docs-reference-Makefile.am b/editors/pluma/files/patch-docs-reference-Makefile.am
new file mode 100644
index 000000000000..04aeee5f6751
--- /dev/null
+++ b/editors/pluma/files/patch-docs-reference-Makefile.am
@@ -0,0 +1,10 @@
+--- docs/reference/Makefile.am.orig
++++ docs/reference/Makefile.am
+@@ -80,7 +80,6 @@ GTKDOC_LIBS=	\
+ 	$(PLUMA_LIBS)
+
+-# This includes the standard gtk-doc make rules, copied by gtkdocize.
+-include $(top_srcdir)/gtk-doc.make
++# gtk-doc disabled
+
+ # Other files to distribute
diff --git a/editors/pluma/pkg-plist b/editors/pluma/pkg-plist
index aa5d77015694..c1598a0fb8c3 100644
--- a/editors/pluma/pkg-plist
+++ b/editors/pluma/pkg-plist
@@ -166,40 +166,6 @@ lib/pluma/plugins/trailsave.plugin
 libdata/pkgconfig/pluma.pc
 libexec/pluma/pluma-bugreport.sh
 share/applications/pluma.desktop
-%%PORTDOCS%%%%DOCSDIR%%/PlumaMessage.html
-%%PORTDOCS%%%%DOCSDIR%%/PlumaMessageBus.html
-%%PORTDOCS%%%%DOCSDIR%%/PlumaMessageType.html
-%%PORTDOCS%%%%DOCSDIR%%/ch01.html
-%%PORTDOCS%%%%DOCSDIR%%/home.png
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png
-%%PORTDOCS%%%%DOCSDIR%%/left.png
-%%PORTDOCS%%%%DOCSDIR%%/pluma-PlumaPrintJob.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-app.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-debug.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-document.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-encodings-combo-box.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-encodings.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-file-chooser-dialog.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-help.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-metadata-manager.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-notebook.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-panel.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-prefs-manager-app.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-prefs-manager.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-print-job-preview.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-progress-message-area.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-statusbar.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-tab.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-utils.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-view.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma-pluma-window.html
-%%PORTDOCS%%%%DOCSDIR%%/pluma.devhelp2
-%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png
-%%PORTDOCS%%%%DOCSDIR%%/right.png
-%%PORTDOCS%%%%DOCSDIR%%/style.css
-%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png
-%%PORTDOCS%%%%DOCSDIR%%/up.png
 share/gir-1.0/Pluma-1.0.gir
 share/help/C/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/C/pluma/figures/pluma_window.png


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1650d5.2268b.22fd5895>