Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 09:38:28 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5aa41b859d7 - main - devel/loccount: update 2.12 =?utf-8?Q?=E2=86=92?= 2.15
Message-ID:  <202401050938.4059cSdw050056@gitrepo.freebsd.org>

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

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

commit f5aa41b859d7e51f5a27ea9ce90e6cef77580e22
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-05 09:33:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-05 09:38:14 +0000

    devel/loccount: update 2.12 → 2.15
---
 devel/loccount/Makefile | 11 ++++-------
 devel/loccount/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/devel/loccount/Makefile b/devel/loccount/Makefile
index 8df4b8923c9d..91e098f7e2c4 100644
--- a/devel/loccount/Makefile
+++ b/devel/loccount/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	loccount
-DISTVERSION=	2.12
-PORTREVISION=	15
+DISTVERSION=	2.15
 CATEGORIES=	devel
+MASTER_SITES=	http://www.catb.org/~esr/loccount/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Count source lines of code in a project
@@ -13,11 +13,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	a2x:textproc/asciidoc
 
 USES=		gmake go python:build
-USE_GITLAB=	yes
-GL_ACCOUNT=	esr
-GL_TAGNAME=	dc8279ab2e49ba60db121a47c15dc4ef8b543352
 
-GO_PKGNAME=	gitlab.com/${GL_ACCOUNT}/${PORTNAME}
+GO_PKGNAME=	gitlab.com/esr/${PORTNAME}
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
@@ -28,7 +25,7 @@ do-build:
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} loccount loccount.1
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${GL_TAGNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>
diff --git a/devel/loccount/distinfo b/devel/loccount/distinfo
index 983131916dde..8eeaeff6dee9 100644
--- a/devel/loccount/distinfo
+++ b/devel/loccount/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629947671
-SHA256 (esr-loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352_GL0.tar.gz) = 5524d7dc7cec31729d19a6b0a39e8a396c54c643a39844edc138715fe03f8b65
-SIZE (esr-loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352_GL0.tar.gz) = 71286
+TIMESTAMP = 1704445306
+SHA256 (loccount-2.15.tar.gz) = c5f400ac57efe2e9f7a21f96a8622fdc8c0dae30ffb38df9f9fc2c95406c8fa7
+SIZE (loccount-2.15.tar.gz) = 82679



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