Skip to content

Commit

Permalink
devel/loccount: update 2.12 → 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jan 5, 2024
1 parent 883c0d3 commit f5aa41b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions 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
Expand All @@ -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}

Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit f5aa41b

Please sign in to comment.