svn commit: r355039 - head/devel/py-hgsubversion

William Grzybowski wg at FreeBSD.org
Sat May 24 14:25:39 UTC 2014


Author: wg
Date: Sat May 24 14:25:38 2014
New Revision: 355039
URL: http://svnweb.freebsd.org/changeset/ports/355039
QAT: https://qat.redports.org/buildarchive/r355039/

Log:
  devel/py-hgsubversion: update to 1.6.1
  
  - Update to 1.6.1
  - Fix SUBVERTY option [1]
  
  PR:		ports/186390 [1]
  Submitted by:	Maxim Samsonov <xors at mailup net> [1]

Modified:
  head/devel/py-hgsubversion/Makefile
  head/devel/py-hgsubversion/distinfo

Modified: head/devel/py-hgsubversion/Makefile
==============================================================================
--- head/devel/py-hgsubversion/Makefile	Sat May 24 14:23:48 2014	(r355038)
+++ head/devel/py-hgsubversion/Makefile	Sat May 24 14:25:38 2014	(r355039)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hgsubversion
-PORTVERSION=	1.6
+PORTVERSION=	1.6.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,9 +23,9 @@ PYDISTUTILS_AUTOPLIST=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSUBVERTPY}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion
-.else
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subvertpy>=0:${PORTSDIR}/devel/py-subvertpy
+.else
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion
 .endif
 
 .include <bsd.port.mk>

Modified: head/devel/py-hgsubversion/distinfo
==============================================================================
--- head/devel/py-hgsubversion/distinfo	Sat May 24 14:23:48 2014	(r355038)
+++ head/devel/py-hgsubversion/distinfo	Sat May 24 14:25:38 2014	(r355039)
@@ -1,2 +1,2 @@
-SHA256 (hgsubversion-1.6.tar.gz) = 1a521638525b405406eb1d55b75bc3d16362b98a5e16d9f75817c8c95294ccde
-SIZE (hgsubversion-1.6.tar.gz) = 172888
+SHA256 (hgsubversion-1.6.1.tar.gz) = bb2787259a5f9716fe4ff4f6a4e6170fb8109c6f74550cbd92ec314d8d4278a0
+SIZE (hgsubversion-1.6.1.tar.gz) = 173184


More information about the svn-ports-head mailing list