Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 07:03:27 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525017 - head/devel/loccount
Message-ID:  <202002030703.01373Rfv016203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Feb  3 07:03:26 2020
New Revision: 525017
URL: https://svnweb.freebsd.org/changeset/ports/525017

Log:
  devel/loccount: Update 2.8 -> 2.9

Modified:
  head/devel/loccount/Makefile
  head/devel/loccount/distinfo

Modified: head/devel/loccount/Makefile
==============================================================================
--- head/devel/loccount/Makefile	Mon Feb  3 06:51:46 2020	(r525016)
+++ head/devel/loccount/Makefile	Mon Feb  3 07:03:26 2020	(r525017)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	loccount
-DISTVERSION=	2.8
+DISTVERSION=	2.9
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -12,14 +12,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	a2x:textproc/asciidoc
 
-USES=		gmake go python:2.7,build
+USES=		gmake go python:3.5+,build
 USE_GITLAB=	yes
 GL_ACCOUNT=	esr
-GL_COMMIT=	7b453bb11473af641aac8e3f5616c91528431b9f
+GL_COMMIT=	637e87621156d494919e6738748291018e54aa28
 
 GO_PKGNAME=	gitlab.com/${GL_ACCOUNT}/${PORTNAME}
 
-BINARY_ALIAS=	python2=${PYTHON_CMD}
+BINARY_ALIAS=	python3=${PYTHON_CMD}
 
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz

Modified: head/devel/loccount/distinfo
==============================================================================
--- head/devel/loccount/distinfo	Mon Feb  3 06:51:46 2020	(r525016)
+++ head/devel/loccount/distinfo	Mon Feb  3 07:03:26 2020	(r525017)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580623949
-SHA256 (esr-loccount-7b453bb11473af641aac8e3f5616c91528431b9f_GL0.tar.gz) = 710a38b32e50128fbef284974294bc3a66ad5930453da67253e2b87703c5f4a4
-SIZE (esr-loccount-7b453bb11473af641aac8e3f5616c91528431b9f_GL0.tar.gz) = 69642
+TIMESTAMP = 1580713175
+SHA256 (esr-loccount-637e87621156d494919e6738748291018e54aa28_GL0.tar.gz) = 18ec9714972eb322dea60ba403904e68ff6ba4f4ab703edf2beb73cfe65739e1
+SIZE (esr-loccount-637e87621156d494919e6738748291018e54aa28_GL0.tar.gz) = 69614



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