svn commit: r532248 - in branches/2020Q2/devel: . hgsvn py-hglib
Xin LI
delphij at FreeBSD.org
Tue Apr 21 03:27:08 UTC 2020
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
More information about the svn-ports-all
mailing list