Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 04:25:52 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529856 - head/security/git-remote-gcrypt
Message-ID:  <202003300425.02U4PqZ8082545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Mon Mar 30 04:25:51 2020
New Revision: 529856
URL: https://svnweb.freebsd.org/changeset/ports/529856

Log:
  - Update to 1.3
  - Pet portlint

Modified:
  head/security/git-remote-gcrypt/Makefile
  head/security/git-remote-gcrypt/distinfo

Modified: head/security/git-remote-gcrypt/Makefile
==============================================================================
--- head/security/git-remote-gcrypt/Makefile	Mon Mar 30 04:23:00 2020	(r529855)
+++ head/security/git-remote-gcrypt/Makefile	Mon Mar 30 04:25:51 2020	(r529856)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	git-remote-gcrypt
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	security
 
 MAINTAINER=	ashish@FreeBSD.org
@@ -11,11 +11,12 @@ COMMENT=	PGP-encrypt git remotes
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	rst2man:textproc/py-docutils
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
 RUN_DEPENDS=	rsync:net/rsync \
 		curl:ftp/curl \
 		gpg:security/gnupg
 
+USES=		python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	spwhitton
 MAKE_ENV=	DESTDIR=${STAGEDIR}

Modified: head/security/git-remote-gcrypt/distinfo
==============================================================================
--- head/security/git-remote-gcrypt/distinfo	Mon Mar 30 04:23:00 2020	(r529855)
+++ head/security/git-remote-gcrypt/distinfo	Mon Mar 30 04:25:51 2020	(r529856)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543482028
-SHA256 (spwhitton-git-remote-gcrypt-1.2_GH0.tar.gz) = 6f00d5891639f8d2c263ca15b14ad02bb5a8dd048e9c778fcc12a38cb26f51c4
-SIZE (spwhitton-git-remote-gcrypt-1.2_GH0.tar.gz) = 28814
+TIMESTAMP = 1585465248
+SHA256 (spwhitton-git-remote-gcrypt-1.3_GH0.tar.gz) = e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
+SIZE (spwhitton-git-remote-gcrypt-1.3_GH0.tar.gz) = 29330



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