diff options
author | billf <billf@FreeBSD.org> | 2000-04-21 18:15:23 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-04-21 18:15:23 +0000 |
commit | 16a2fcaa2b9cd738ba9bc37b2da7b9f947edf0d8 (patch) | |
tree | cacca205a1cb71f85d4a2395f2bb18974a714b0c /www/webcheck | |
parent | 05737b7a83311771a60d98cb60cd6570f4cc6a3b (diff) | |
download | FreeBSD-ports-16a2fcaa2b9cd738ba9bc37b2da7b9f947edf0d8.zip FreeBSD-ports-16a2fcaa2b9cd738ba9bc37b2da7b9f947edf0d8.tar.gz |
Update to 1.0
The real MASTER_SITE's hard drive went south evidently, so we'll use just
the backup for now.
Diffstat (limited to 'www/webcheck')
-rw-r--r-- | www/webcheck/Makefile | 8 | ||||
-rw-r--r-- | www/webcheck/distinfo | 2 | ||||
-rw-r--r-- | www/webcheck/pkg-plist | 9 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile index 807a75a..d0bc85c 100644 --- a/www/webcheck/Makefile +++ b/www/webcheck/Makefile @@ -6,9 +6,10 @@ # PORTNAME= linbot -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= www python -MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/download/ +MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/www/misc/ +EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org @@ -16,13 +17,10 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python NO_BUILD= yeah -MAN1= linbot.1 - do-install: ${MKDIR} ${PREFIX}/share/linbot ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1 ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot .include <bsd.port.mk> diff --git a/www/webcheck/distinfo b/www/webcheck/distinfo index d4638a7..c15e5bd 100644 --- a/www/webcheck/distinfo +++ b/www/webcheck/distinfo @@ -1 +1 @@ -MD5 (linbot-0.9.tar.gz) = a92ef2783e80468f6910188490fb46df +MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345 diff --git a/www/webcheck/pkg-plist b/www/webcheck/pkg-plist index 021f553..bba35d7 100644 --- a/www/webcheck/pkg-plist +++ b/www/webcheck/pkg-plist @@ -1,9 +1,12 @@ -@exec mkdir -p %D/share/linbot share/linbot/config.py +share/linbot/debugio.py +share/linbot/htmlparse.py +share/linbot/httpcodes.py +share/linbot/linbot.css share/linbot/linbot.py share/linbot/myUrlLib.py share/linbot/robotparser.py -share/linbot/linbot.css +share/linbot/version.py +@dirrm share/linbot @exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot -@unexec rm -rf %D/share/linbot @unexec rm %D/bin/linbot |