Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2020 20:01:50 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532225 - head/devel/hgsvn
Message-ID:  <202004202001.03KK1oxV015048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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