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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 4 18:57:59 UTC 2018


Author: sunpoet
Date: Sun Nov  4 18:57:52 2018
New Revision: 484135
URL: https://svnweb.freebsd.org/changeset/ports/484135

Log:
  Update to 1.9.3
  
  - Convert to options dependency helper
  - Add NO_ARCH
  
  Changes:	https://bitbucket.org/durin42/hgsubversion/commits/all

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

Modified: head/devel/py-hgsubversion/Makefile
==============================================================================
--- head/devel/py-hgsubversion/Makefile	Sun Nov  4 18:57:43 2018	(r484134)
+++ head/devel/py-hgsubversion/Makefile	Sun Nov  4 18:57:52 2018	(r484135)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hgsubversion
-PORTVERSION=	1.9.2
+PORTVERSION=	1.9.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,12 +19,9 @@ SUBVERTPY_DESC=	Use subvertpy python bindings
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.options.mk>
+NO_ARCH=	yes
 
-.if ${PORT_OPTIONS:MSUBVERTPY}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subvertpy>=0:devel/py-subvertpy@${PY_FLAVOR}
-.else
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR}
-.endif
+SUBVERTPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subvertpy>=0:devel/py-subvertpy@${PY_FLAVOR}
+SUBVERTPY_RUN_DEPENDS_OFF=	${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/devel/py-hgsubversion/distinfo
==============================================================================
--- head/devel/py-hgsubversion/distinfo	Sun Nov  4 18:57:43 2018	(r484134)
+++ head/devel/py-hgsubversion/distinfo	Sun Nov  4 18:57:52 2018	(r484135)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533752199
-SHA256 (hgsubversion-1.9.2.tar.gz) = 9fed1e68411130b0447d0bbd217183830f5f1eaaaa0d5aa7de24609895058998
-SIZE (hgsubversion-1.9.2.tar.gz) = 203801
+TIMESTAMP = 1541285753
+SHA256 (hgsubversion-1.9.3.tar.gz) = 2fea010309b9ffff41ae068e5784d3d4af6cc50543676697fc8421c8a864d55b
+SIZE (hgsubversion-1.9.3.tar.gz) = 204709


More information about the svn-ports-all mailing list