From owner-svn-ports-all@freebsd.org Sun Feb 2 06:27:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B0D323A914; Sun, 2 Feb 2020 06:27:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489LbJ2g0Mz4Yb3; Sun, 2 Feb 2020 06:27:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56AA1B949; Sun, 2 Feb 2020 06:27:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0126R8X1006651; Sun, 2 Feb 2020 06:27:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0126R8Rv006649; Sun, 2 Feb 2020 06:27:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202002020627.0126R8Rv006649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 2 Feb 2020 06:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524812 - head/devel/loccount X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/loccount X-SVN-Commit-Revision: 524812 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2020 06:27:08 -0000 Author: yuri Date: Sun Feb 2 06:27:07 2020 New Revision: 524812 URL: https://svnweb.freebsd.org/changeset/ports/524812 Log: devel/loccount: Update 2.0 -> 2.8 Reported by: repology Modified: head/devel/loccount/Makefile head/devel/loccount/distinfo Modified: head/devel/loccount/Makefile ============================================================================== --- head/devel/loccount/Makefile Sun Feb 2 06:10:58 2020 (r524811) +++ head/devel/loccount/Makefile Sun Feb 2 06:27:07 2020 (r524812) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= loccount -DISTVERSION= 2.0 -PORTREVISION= 1 +DISTVERSION= 2.8 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -11,14 +10,25 @@ COMMENT= Count source lines of code in a project LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= go +BUILD_DEPENDS= a2x:textproc/asciidoc +USES= gmake go python:2.7,build USE_GITLAB= yes GL_ACCOUNT= esr -GL_COMMIT= 249ea3d6927fd327086b609857c04bb95eafdd98 +GL_COMMIT= 7b453bb11473af641aac8e3f5616c91528431b9f GO_PKGNAME= gitlab.com/${GL_ACCOUNT}/${PORTNAME} -PLIST_FILES= bin/${PORTNAME} +BINARY_ALIAS= python2=${PYTHON_CMD} + +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz + +do-build: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} loccount loccount.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${GL_COMMIT}-${GL_COMMIT} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Modified: head/devel/loccount/distinfo ============================================================================== --- head/devel/loccount/distinfo Sun Feb 2 06:10:58 2020 (r524811) +++ head/devel/loccount/distinfo Sun Feb 2 06:27:07 2020 (r524812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550989331 -SHA256 (esr-loccount-249ea3d6927fd327086b609857c04bb95eafdd98_GL0.tar.gz) = a273609acde714ce80170247a954f7f3d1c22d4f5975e75116ab6b690dba29f3 -SIZE (esr-loccount-249ea3d6927fd327086b609857c04bb95eafdd98_GL0.tar.gz) = 53897 +TIMESTAMP = 1580623949 +SHA256 (esr-loccount-7b453bb11473af641aac8e3f5616c91528431b9f_GL0.tar.gz) = 710a38b32e50128fbef284974294bc3a66ad5930453da67253e2b87703c5f4a4 +SIZE (esr-loccount-7b453bb11473af641aac8e3f5616c91528431b9f_GL0.tar.gz) = 69642