diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-21 07:54:44 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-21 07:54:44 +0000 |
commit | fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2 (patch) | |
tree | 14016bd02ab80e4ff4ec27e96f68efe63c08820d /www/woof | |
parent | 8db32d9c63e3d1a9d839af6cd39056f65587dad2 (diff) |
Notes
Diffstat (limited to 'www/woof')
-rw-r--r-- | www/woof/Makefile | 11 | ||||
-rw-r--r-- | www/woof/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/woof/Makefile b/www/woof/Makefile index dcc25ebde840..fa6de63f63d6 100644 --- a/www/woof/Makefile +++ b/www/woof/Makefile @@ -6,22 +6,23 @@ # PORTNAME= woof -PORTVERSION= 2009.02.27 -PORTREVISION= 1 +PORTVERSION= 2009.12.27 CATEGORIES= www MASTER_SITES= http://www.home.unix-ag.org/simon/ -DISTNAME= woof -EXTRACT_SUFX= # empty +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} +EXTRACT_SUFX= .py EXTRACT_ONLY= # empty MAINTAINER= dereckson@gmail.com COMMENT= Web Offer One File, an ad-hoc single file webserver +LICENSE= GPLv2 + USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/woof do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/woof ${PREFIX}/bin/woof + ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/woof .include <bsd.port.mk> diff --git a/www/woof/distinfo b/www/woof/distinfo index 4185c7d2f1bd..d45109b82af2 100644 --- a/www/woof/distinfo +++ b/www/woof/distinfo @@ -1,3 +1,3 @@ -MD5 (woof) = 87d71978789e3444c115048dd686d418 -SHA256 (woof) = ea4bcb6e01270fe7f53a79b19213cdfc97e347c6d82979e97904ca2d60b7f556 -SIZE (woof) = 14252 +MD5 (woof-2009-12-27.py) = 4df770eedef7b011fc37d42015c801b9 +SHA256 (woof-2009-12-27.py) = 21086b67489381b477c9c0567b1d9f8b8f1deec12bd4e414969e3f155c1ff889 +SIZE (woof-2009-12-27.py) = 16810 |