svn commit: r432277 - head/net/py-smbpasswd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 23 18:51:40 UTC 2017


Author: sunpoet
Date: Mon Jan 23 18:51:38 2017
New Revision: 432277
URL: https://svnweb.freebsd.org/changeset/ports/432277

Log:
  Remove PROJECTHOST and use USES=tar:tgz
  
  - While I'm here, sort USE_PYTHON
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/py-smbpasswd/Makefile

Modified: head/net/py-smbpasswd/Makefile
==============================================================================
--- head/net/py-smbpasswd/Makefile	Mon Jan 23 18:51:34 2017	(r432276)
+++ head/net/py-smbpasswd/Makefile	Mon Jan 23 18:51:38 2017	(r432277)
@@ -7,9 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \
 		CHEESESHOP
-PROJECTHOST=	py-smbpasswd
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	wxs at FreeBSD.org
 COMMENT=	SMB/CIFS password generation utility for Python
@@ -17,7 +15,7 @@ COMMENT=	SMB/CIFS password generation ut
 LICENSE=	GPLv2
 
 # Python3 ready
-USES=		python
-USE_PYTHON=	distutils autoplist
+USES=		python tar:tgz
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list