Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 18:57:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484135 - head/devel/py-hgsubversion
Message-ID:  <201811041857.wA4Ivre0095849@repo.freebsd.org>

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



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