Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 17:30:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r408062 - branches/2016Q1/sysutils/py-dlipower
Message-ID:  <201602041730.u14HUaFQ056567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb  4 17:30:36 2016
New Revision: 408062
URL: https://svnweb.freebsd.org/changeset/ports/408062

Log:
  MFH: r408060
  
  - Fix LICENSE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q1/sysutils/py-dlipower/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/sysutils/py-dlipower/Makefile
==============================================================================
--- branches/2016Q1/sysutils/py-dlipower/Makefile	Thu Feb  4 17:26:06 2016	(r408061)
+++ branches/2016Q1/sysutils/py-dlipower/Makefile	Thu Feb  4 17:30:36 2016	(r408062)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dlipower
 PORTVERSION=	0.7.117
-PORTEPOCH=	1
+PORTEPOCH=	2
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +11,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	imp@FreeBSD.org
 COMMENT=	CLI interface to Digital Logger's (DLI) Power Strips
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.0:${PORTSDIR}/www/py-requests \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9:${PORTSDIR}/devel/py-six
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	dlipower/fence_dli
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 



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