Date: Sun, 11 Aug 2019 17:40:24 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508659 - head/www/ljdump Message-ID: <201908111740.x7BHeO2N053453@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Aug 11 17:40:24 2019 New Revision: 508659 URL: https://svnweb.freebsd.org/changeset/ports/508659 Log: www/ljdump: force use of python 2.7 PR: 239643 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: Victor Sudakov <vas@mpeks.tomsk.su> MFH: 2019Q3 Modified: head/www/ljdump/Makefile Modified: head/www/ljdump/Makefile ============================================================================== --- head/www/ljdump/Makefile Sun Aug 11 17:37:57 2019 (r508658) +++ head/www/ljdump/Makefile Sun Aug 11 17:40:24 2019 (r508659) @@ -3,7 +3,7 @@ PORTNAME= ljdump PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://hewgill.com/ljdump/ @@ -14,7 +14,7 @@ LICENSE= ZLIB PORTSCOUT= skipv:1.5.1 # 1.5.1 is identical to 1.5 + our patches -USES= python:run shebangfix +USES= python:2.7,run shebangfix SHEBANG_FILES= ljdump.py NO_BUILD= yes NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111740.x7BHeO2N053453>