svn commit: r427464 - head/devel/py-phabricator

Sofian Brabez sbz at FreeBSD.org
Wed Nov 30 22:36:20 UTC 2016


Author: sbz
Date: Wed Nov 30 22:36:18 2016
New Revision: 427464
URL: https://svnweb.freebsd.org/changeset/ports/427464

Log:
  - Update to 0.7.0
  - Switch to USE_GITHUB
  - Use do-test target instead regression-test

Modified:
  head/devel/py-phabricator/Makefile
  head/devel/py-phabricator/distinfo
  head/devel/py-phabricator/pkg-descr   (contents, props changed)

Modified: head/devel/py-phabricator/Makefile
==============================================================================
--- head/devel/py-phabricator/Makefile	Wed Nov 30 22:02:02 2016	(r427463)
+++ head/devel/py-phabricator/Makefile	Wed Nov 30 22:36:18 2016	(r427464)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	phabricator
-PORTVERSION=	0.6.0
+PORTVERSION=	0.7.0
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sbz at FreeBSD.org
@@ -17,14 +16,25 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nos
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+USE_GITHUB=	yes
 
-OPTIONS_DEFINE=	TESTS
+GH_ACCOUNT=	disqus
+GH_PROJECT=	python-${PORTNAME}
+GH_TAGNAME=	dac1219
+
+PORTDOCS=	CHANGES LICENSE README.rst
+
+OPTIONS_DEFINE=	DOCS TESTS
 
 TESTS_DESC=		Include test suite requirements
 TESTS_BUILD_DEPENDS=	${TEST_DEPENDS}
 
-regression-test: build
+do-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+do-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>

Modified: head/devel/py-phabricator/distinfo
==============================================================================
--- head/devel/py-phabricator/distinfo	Wed Nov 30 22:02:02 2016	(r427463)
+++ head/devel/py-phabricator/distinfo	Wed Nov 30 22:36:18 2016	(r427464)
@@ -1,2 +1,3 @@
-SHA256 (phabricator-0.6.0.tar.gz) = 88bd46013199123f3d0e2681aa538bb65b0c622f89c5e3ec81744cc2b94388af
-SIZE (phabricator-0.6.0.tar.gz) = 19274
+TIMESTAMP = 1480537698
+SHA256 (disqus-python-phabricator-0.7.0-dac1219_GH0.tar.gz) = 27f5521c903e3d3a8c4bcd67e41b54cda83720753bdda3349744606e43820f4a
+SIZE (disqus-python-phabricator-0.7.0-dac1219_GH0.tar.gz) = 20646

Modified: head/devel/py-phabricator/pkg-descr
==============================================================================
--- head/devel/py-phabricator/pkg-descr	Wed Nov 30 22:02:02 2016	(r427463)
+++ head/devel/py-phabricator/pkg-descr	Wed Nov 30 22:36:18 2016	(r427464)
@@ -1,3 +1,3 @@
 Python Phabricator Bindings for Conduit API.
 
-WWW: https://pypi.python.org/pypi/phabricator
+WWW: https://github.com/disqus/python-phabricator


More information about the svn-ports-all mailing list