git: 563ee7acbc26 - main - misc/mate-user-guide: add GitHub releases site hint to PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jun 2026 11:01:06 UTC
The branch main has been updated by ericbsd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=563ee7acbc2624f48c6d51b1c19b0afaa1e3d886
commit 563ee7acbc2624f48c6d51b1c19b0afaa1e3d886
Author: Eric Turgeon <ericbsd@FreeBSD.org>
AuthorDate: 2026-06-15 11:00:37 +0000
Commit: Eric Turgeon <ericbsd@FreeBSD.org>
CommitDate: 2026-06-15 11:01:04 +0000
misc/mate-user-guide: add GitHub releases site hint to PORTSCOUT
Move PORTSCOUT after USE_* variables and add the GitHub releases site
hint to help portscout find new versions.
---
misc/mate-user-guide/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/mate-user-guide/Makefile b/misc/mate-user-guide/Makefile
index 4b6df6eba47e..bbaf9728d4d0 100644
--- a/misc/mate-user-guide/Makefile
+++ b/misc/mate-user-guide/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= yelp:x11/yelp
USES= gettext gmake tar:xz
USE_GITHUB= nodefault
GH_ACCOUNT= mate-desktop
+PORTSCOUT= site:https://github.com/mate-desktop/mate-user-guide/releases/ limitw:1,even
GNU_CONFIGURE= yes
-PORTSCOUT= limitw:1,even
.include <bsd.port.mk>