svn commit: r402214 - head/sysutils/py-dlipower

Warner Losh imp at FreeBSD.org
Sun Nov 22 03:25:15 UTC 2015


Author: imp
Date: Sun Nov 22 03:25:13 2015
New Revision: 402214
URL: https://svnweb.freebsd.org/changeset/ports/402214

Log:
  Use the PyPi version instead. Add dependency for six missed in the
  last commit. Use the PyPi version instead of the made up one.
  Bump PORTEPOCH to 1 because 0.7.117 is less than 20151118.
  
  Differential Revision: https://reviews.freebsd.org/D4248

Modified:
  head/sysutils/py-dlipower/Makefile
  head/sysutils/py-dlipower/distinfo

Modified: head/sysutils/py-dlipower/Makefile
==============================================================================
--- head/sysutils/py-dlipower/Makefile	Sun Nov 22 02:12:43 2015	(r402213)
+++ head/sysutils/py-dlipower/Makefile	Sun Nov 22 03:25:13 2015	(r402214)
@@ -2,26 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	dlipower
-PORTVERSION=	20151118
+PORTVERSION=	0.7.117
+PORTEPOCH=	1
 CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	imp at FreeBSD.org
 COMMENT=	CLI interface to Digital Logger's (DLI) Power Strips
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.0:${PORTSDIR}/www/py-requests
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	dwighthubbard
-GH_PROJECT=	python-dlipower
-GH_TAGNAME=	9c3bb94
+		${PYTHON_PKGNAMEPREFIX}requests>=2.0:${PORTSDIR}/www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}six>=1.9:${PORTSDIR}/devel/py-six
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/py-dlipower/distinfo
==============================================================================
--- head/sysutils/py-dlipower/distinfo	Sun Nov 22 02:12:43 2015	(r402213)
+++ head/sysutils/py-dlipower/distinfo	Sun Nov 22 03:25:13 2015	(r402214)
@@ -1,2 +1,2 @@
-SHA256 (dwighthubbard-python-dlipower-20151118-9c3bb94_GH0.tar.gz) = aeeb36d5ae497f31bbfb3b09149f56c3d47889f3d00ffed879ea5d852c904ce2
-SIZE (dwighthubbard-python-dlipower-20151118-9c3bb94_GH0.tar.gz) = 19810
+SHA256 (dlipower-0.7.117.tar.gz) = 7e3f89ae0fe2c3fd9d65288e9824588d89ba066bd542de8911aa756db041d4ad
+SIZE (dlipower-0.7.117.tar.gz) = 12434


More information about the svn-ports-all mailing list