Date: Mon, 23 Jan 2017 18:51:38 +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: r432277 - head/net/py-smbpasswd Message-ID: <201701231851.v0NIpcEs067320@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701231851.v0NIpcEs067320>