Date: Sun, 24 Nov 2019 14:57:25 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518327 - branches/2019Q4/security/py-htpasswd Message-ID: <201911241457.xAOEvPQ9036240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Nov 24 14:57:25 2019 New Revision: 518327 URL: https://svnweb.freebsd.org/changeset/ports/518327 Log: MFH: r518326 security/htpasswd: unbreak, update to 2019.10.15, set NO_ARCH PR: 241292 Submitted by: takefu@airport.fm Approved by: ports-secteam (joneum) Modified: branches/2019Q4/security/py-htpasswd/Makefile branches/2019Q4/security/py-htpasswd/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/security/py-htpasswd/Makefile ============================================================================== --- branches/2019Q4/security/py-htpasswd/Makefile Sun Nov 24 14:31:33 2019 (r518326) +++ branches/2019Q4/security/py-htpasswd/Makefile Sun Nov 24 14:57:25 2019 (r518327) @@ -2,27 +2,28 @@ # $FreeBSD$ PORTNAME= htpasswd -PORTVERSION= 2008.03.05 -PORTREVISION= 2 +PORTVERSION= 2019.10.15 CATEGORIES= security python -MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ +MASTER_SITES= https://svn.apache.org/repos/asf/bloodhound/trunk/trac/contrib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}.py +EXTRACT_SUFX= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for htpasswd -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 +USES= python shebangfix +SHEBANG_FILES= ${PORTNAME}.py -USES= python shebangfix tar:xz +NO_ARCH= yes -PLIST_FILES= bin/${PORTNAME}.py - -NO_BUILD= yes NO_WRKSUBDIR= yes +EXTRACT_CMD= ${CP} +EXTRACT_AFTER_ARGS= ${WRKSRC} +EXTRACT_BEFORE_ARGS= # empty -SHEBANG_FILES= ${PORTNAME}.py +NO_BUILD= yes +PLIST_FILES= bin/${PORTNAME}.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin Modified: branches/2019Q4/security/py-htpasswd/distinfo ============================================================================== --- branches/2019Q4/security/py-htpasswd/distinfo Sun Nov 24 14:31:33 2019 (r518326) +++ branches/2019Q4/security/py-htpasswd/distinfo Sun Nov 24 14:57:25 2019 (r518327) @@ -1,2 +1,3 @@ -SHA256 (htpasswd-2008.03.05.tar.xz) = 179941e30f8e2b9ff8f4e88e4300ca6e9dcaa761066c4d5444383ecfe3963a13 -SIZE (htpasswd-2008.03.05.tar.xz) = 1640 +TIMESTAMP = 1574603031 +SHA256 (htpasswd.py) = 45e306185b3d9496e28d744ae15a057f8af7b4b244abf204c8063ee9ff9173f6 +SIZE (htpasswd.py) = 3986
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241457.xAOEvPQ9036240>