Date: Tue, 6 Feb 2018 15:22:54 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461068 - head/devel/py-demjson Message-ID: <201802061522.w16FMsWq031339@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 6 15:22:54 2018 New Revision: 461068 URL: https://svnweb.freebsd.org/changeset/ports/461068 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/py-demjson/Makefile Modified: head/devel/py-demjson/Makefile ============================================================================== --- head/devel/py-demjson/Makefile Tue Feb 6 15:20:59 2018 (r461067) +++ head/devel/py-demjson/Makefile Tue Feb 6 15:22:54 2018 (r461068) @@ -3,6 +3,7 @@ PORTNAME= demjson PORTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://deron.meranda.us/python/demjson/dist/ @@ -14,8 +15,10 @@ COMMENT= Encoder, Decoder and Lint/Validator for JSON LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python shebangfix +SHEBANG_FILES= jsonlint USE_PYTHON= distutils autoplist +NO_ARCH= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/jsonlint ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802061522.w16FMsWq031339>