Date: Mon, 19 Feb 2018 14:42:33 +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: r462326 - head/www/woof Message-ID: <201802191442.w1JEgXeV038973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Feb 19 14:42:33 2018 New Revision: 462326 URL: https://svnweb.freebsd.org/changeset/ports/462326 Log: - Fix LICENSE - Fix python dependency - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Modified: head/www/woof/Makefile Modified: head/www/woof/Makefile ============================================================================== --- head/www/woof/Makefile Mon Feb 19 14:25:13 2018 (r462325) +++ head/www/woof/Makefile Mon Feb 19 14:42:33 2018 (r462326) @@ -3,6 +3,7 @@ PORTNAME= woof DISTVERSION= 2012-05-31 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.home.unix-ag.org/simon/ EXTRACT_SUFX= .py @@ -11,10 +12,12 @@ EXTRACT_ONLY= # empty MAINTAINER= dereckson@gmail.com COMMENT= Web Offer One File, an ad-hoc single file webserver -LICENSE= GPLv2 +LICENSE= GPLv2+ -USES= python +USES= python:2.7,run shebangfix +SHEBANG_FILES= ${DISTFILES} NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/woof do-extract:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802191442.w1JEgXeV038973>