svn commit: r532225 - head/devel/hgsvn

Xin LI delphij at FreeBSD.org
Mon Apr 20 20:01:50 UTC 2020


Author: delphij
Date: Mon Apr 20 20:01:49 2020
New Revision: 532225
URL: https://svnweb.freebsd.org/changeset/ports/532225

Log:
  Depend on devel/py-hglib.
  
  PR:		245756

Modified:
  head/devel/hgsvn/Makefile   (contents, props changed)

Modified: head/devel/hgsvn/Makefile
==============================================================================
--- head/devel/hgsvn/Makefile	Mon Apr 20 19:57:10 2020	(r532224)
+++ head/devel/hgsvn/Makefile	Mon Apr 20 20:01:49 2020	(r532225)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hgsvn
 PORTVERSION=	0.5.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,8 @@ COMMENT=	Scripts to work locally on Subversion checkou
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	svn:devel/subversion \
-		hg:devel/mercurial
+		hg:devel/mercurial \
+		${PYTHON_PKGNAMEPREFIX}hglib>0:devel/py-hglib@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list