svn commit: r462326 - head/www/woof
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Feb 19 14:42:34 UTC 2018
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 at 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:
More information about the svn-ports-all
mailing list