Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 03:27:08 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r532248 - in branches/2020Q2/devel: . hgsvn py-hglib
Message-ID:  <202004210327.03L3R8Ef089824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Tue Apr 21 03:27:07 2020
New Revision: 532248
URL: https://svnweb.freebsd.org/changeset/ports/532248

Log:
  MFH: r532213 r532225
  
  python-hglib is a library with a fast, convenient interface to
  Mercurial. It uses Mercurial's command server for communication
  with hg.
  
  PR:		245756
  
  Depend on devel/py-hglib.
  
  PR:		245756
  
  Approved by:	ports-secteam (unbreak port)

Added:
  branches/2020Q2/devel/py-hglib/
     - copied from r532213, head/devel/py-hglib/
Modified:
  branches/2020Q2/devel/Makefile
  branches/2020Q2/devel/hgsvn/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/devel/Makefile
==============================================================================
--- branches/2020Q2/devel/Makefile	Tue Apr 21 02:35:02 2020	(r532247)
+++ branches/2020Q2/devel/Makefile	Tue Apr 21 03:27:07 2020	(r532248)
@@ -4448,6 +4448,7 @@
     SUBDIR += py-hash_ring
     SUBDIR += py-heapdict
     SUBDIR += py-hghooks
+    SUBDIR += py-hglib
     SUBDIR += py-hgtools
     SUBDIR += py-holidays
     SUBDIR += py-http-prompt

Modified: branches/2020Q2/devel/hgsvn/Makefile
==============================================================================
--- branches/2020Q2/devel/hgsvn/Makefile	Tue Apr 21 02:35:02 2020	(r532247)
+++ branches/2020Q2/devel/hgsvn/Makefile	Tue Apr 21 03:27:07 2020	(r532248)
@@ -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?202004210327.03L3R8Ef089824>