Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 21:33:03 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4abe667b11d - main - lang/picoc: catch up with upstream move to gitlab
Message-ID:  <202402212133.41LLX35b004063@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

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

commit c4abe667b11dbc8425eee662715e358b7ed5635b
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2024-02-21 20:26:59 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-21 21:32:06 +0000

    lang/picoc: catch up with upstream move to gitlab
    
    PR:             276717
---
 lang/picoc/Makefile | 8 ++++----
 lang/picoc/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile
index 0d73064e5974..d9d67d773fa0 100644
--- a/lang/picoc/Makefile
+++ b/lang/picoc/Makefile
@@ -5,16 +5,16 @@ CATEGORIES=	lang devel
 
 MAINTAINER=	portmaster@bsdforge.com
 COMMENT=	Very small C interpreter for scripting
-WWW=		https://github.com/zsaleeba/picoc
+WWW=		https://gitlab.com/zsaleeba/picoc
 
 LICENSE=	BSD3CLAUSE
 
 BROKEN_aarch64=	Fails to link: missing sbrk
 BROKEN_riscv64=	Fails to link: missing sbrk
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	zsaleeba
-GH_TAGNAME=	4555e84
+USE_GITLAB=	yes
+GL_ACCOUNT=	zsaleeba
+GL_TAGNAME=	dc85a51e9211cfb644f0a85ea9546e15dc1141c3
 
 USES=		cpe gmake readline
 CPE_VENDOR=	${PORTNAME}_project
diff --git a/lang/picoc/distinfo b/lang/picoc/distinfo
index bf53ef1690a1..8e77ef963402 100644
--- a/lang/picoc/distinfo
+++ b/lang/picoc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490214999
-SHA256 (zsaleeba-picoc-2.1-4555e84_GH0.tar.gz) = 4b830e5b532134016d1c17353c538a9ce38c51ef9a9c9a1832f4372e821e962d
-SIZE (zsaleeba-picoc-2.1-4555e84_GH0.tar.gz) = 615846
+TIMESTAMP = 1706559492
+SHA256 (zsaleeba-picoc-dc85a51e9211cfb644f0a85ea9546e15dc1141c3_GL0.tar.gz) = 959bcf8e473d095a5ffb061216e153948938923fd95b03d5101c5df5feef963a
+SIZE (zsaleeba-picoc-dc85a51e9211cfb644f0a85ea9546e15dc1141c3_GL0.tar.gz) = 617520



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402212133.41LLX35b004063>