Date: Tue, 6 Feb 2018 14:09:14 +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: r461052 - head/www/google-appengine Message-ID: <201802061409.w16E9Exq089861@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 6 14:09:14 2018 New Revision: 461052 URL: https://svnweb.freebsd.org/changeset/ports/461052 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/www/google-appengine/Makefile Modified: head/www/google-appengine/Makefile ============================================================================== --- head/www/google-appengine/Makefile Tue Feb 6 14:07:49 2018 (r461051) +++ head/www/google-appengine/Makefile Tue Feb 6 14:09:14 2018 (r461052) @@ -3,7 +3,7 @@ PORTNAME= google-appengine PORTVERSION= 1.9.51 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -27,7 +27,8 @@ PORTDATA= * PORTEXAMPLES= * PLIST_FILES= ${GAESCRIPTS:C,^| ,bin/&,g} -USES= gettext python:2 shebangfix zip +USES= gettext python:2.7 shebangfix zip +SHEBANG_FILES= ${GAESCRIPTS} WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802061409.w16E9Exq089861>