diff --git a/devel/loccount/Makefile b/devel/loccount/Makefile index f61059e83e84..b56d8db76d0b 100644 --- a/devel/loccount/Makefile +++ b/devel/loccount/Makefile @@ -1,32 +1,31 @@ PORTNAME= loccount -DISTVERSION= 2.15 -PORTREVISION= 2 +DISTVERSION= 2.16 CATEGORIES= devel MASTER_SITES= http://www.catb.org/~esr/loccount/ MAINTAINER= yuri@FreeBSD.org COMMENT= Count source lines of code in a project WWW= http://www.catb.org/esr/loccount/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= a2x:textproc/asciidoc USES= gmake go python:build GO_PKGNAME= gitlab.com/esr/${PORTNAME} BINARY_ALIAS= python3=${PYTHON_CMD} PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} loccount loccount.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/devel/loccount/distinfo b/devel/loccount/distinfo index 8eeaeff6dee9..592dc186f1a8 100644 --- a/devel/loccount/distinfo +++ b/devel/loccount/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704445306 -SHA256 (loccount-2.15.tar.gz) = c5f400ac57efe2e9f7a21f96a8622fdc8c0dae30ffb38df9f9fc2c95406c8fa7 -SIZE (loccount-2.15.tar.gz) = 82679 +TIMESTAMP = 1709999106 +SHA256 (loccount-2.16.tar.gz) = 4059cc0f61ccea2e424f1c3ccb838fedccaa15f0b53ef31534f59b38792048a2 +SIZE (loccount-2.16.tar.gz) = 83003