Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 05:44:52 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb4abd59743e - main - editors/gobby: Update WWW and MASTER_SITES
Message-ID:  <6a153354.4040e.a5434d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb4abd59743ea7ffcc040330bc77c5c0f0a07962

commit bb4abd59743ea7ffcc040330bc77c5c0f0a07962
Author:     Yusuf Yaman <nxjoseph@FreeBSD.org>
AuthorDate: 2026-05-26 05:37:57 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-05-26 05:44:37 +0000

    editors/gobby: Update WWW and MASTER_SITES
    
    For MASTER_SITES, releases.0x539.de redirects directly to GitHub,
    so we are downloading static source archive from GitHub now.
    For WWW homepage, it's no longer alive, so replace it with up-to-date one.
    
    Reported by:    repology
    Approved by:    osa, vvd (Mentors, implicit)
    MFH:            2026Q2
---
 editors/gobby/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index 82f7c39dd9b4..e9982d06aa1e 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -2,11 +2,12 @@ PORTNAME=	gobby
 DISTVERSION=	0.6.0
 PORTREVISION=	1
 CATEGORIES=	editors
-MASTER_SITES=	http://releases.0x539.de/gobby/
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
 
 MAINTAINER=	nxjoseph@FreeBSD.org
 COMMENT=	Free collaborative editor
-WWW=		http://gobby.0x539.de
+WWW=		https://gobby.github.io/ \
+		https://github.com/gobby/gobby
 
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a153354.4040e.a5434d>