Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2026 21:54:36 +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: 82be65690482 - main - x11-fm/caja: switch to GitHub release asset
Message-ID:  <6a30749c.4013c.5cb7fed@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=82be656904821e44f6f7516eeb304b45955ba898

commit 82be656904821e44f6f7516eeb304b45955ba898
Author:     Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-15 21:06:19 +0000
Commit:     Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-15 21:52:44 +0000

    x11-fm/caja: 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.
---
 x11-fm/caja/Makefile | 13 +++++++------
 x11-fm/caja/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/x11-fm/caja/Makefile b/x11-fm/caja/Makefile
index 96a29abba217..e4ce2326d79f 100644
--- a/x11-fm/caja/Makefile
+++ b/x11-fm/caja/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	caja
-PORTVERSION=	1.28.0
-PORTREVISION=	4
+DISTVERSION=	1.28.0
+PORTREVISION=	5
 CATEGORIES=	x11-fm 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?=	File manager for the MATE desktop
@@ -20,15 +20,16 @@ LIB_DEPENDS=	libexif.so:graphics/libexif \
 		libstartup-notification-1.so:x11/startup-notification \
 		libnotify.so:devel/libnotify
 
-PORTSCOUT=	limitw:1,even
-
 USES=		compiler:c11 desktop-file-utils gettext gmake gnome libtool \
 		localbase mate pathfix pkgconfig shared-mime-info tar:xz xorg
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	mate-desktop
 USE_MATE=	desktop icontheme:run
 USE_XORG=	ice sm x11
 USE_GNOME=	cairo gtk30 gnomeprefix intltool introspection:build libxml2 \
 		gvfs
 USE_LDCONFIG=	yes
+PORTSCOUT=	site:https://github.com/mate-desktop/caja/releases/ limitw:1,even
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-packagekit \
diff --git a/x11-fm/caja/distinfo b/x11-fm/caja/distinfo
index 8132f380381a..55c7b8593221 100644
--- a/x11-fm/caja/distinfo
+++ b/x11-fm/caja/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710014597
-SHA256 (mate/caja-1.28.0.tar.xz) = 1e3014ce1455817ec2ef74d09efdfb6835d8a372ed9a16efb5919ef7b821957a
-SIZE (mate/caja-1.28.0.tar.xz) = 5332720
+TIMESTAMP = 1781554992
+SHA256 (caja-1.28.0.tar.xz) = 1e3014ce1455817ec2ef74d09efdfb6835d8a372ed9a16efb5919ef7b821957a
+SIZE (caja-1.28.0.tar.xz) = 5332720


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a30749c.4013c.5cb7fed>