diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-01-14 23:49:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-01-14 23:49:32 +0000 |
commit | fd20f6b67839999d752bc5fa03ef652fea214111 (patch) | |
tree | 6e91d9e5eb841d5da902521653a744404080b210 | |
parent | Make this port more efficient with perl regexes; add a directory to the (diff) |
Update to checkbot 1.62
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=37206
-rw-r--r-- | www/checkbot/Makefile | 5 | ||||
-rw-r--r-- | www/checkbot/distinfo | 2 | ||||
-rw-r--r-- | www/checkbot/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 638aecceae6e..fe49b6b918e1 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -6,9 +6,9 @@ # PORTNAME= checkbot -PORTVERSION= 1.58 +PORTVERSION= 1.62 CATEGORIES= www perl5 -MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \ +MASTER_SITES= http://degraaff.org/checkbot/ \ http://www.de.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.org @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} -FETCH_BEFORE_ARGS= -b MAN1= checkbot.1 USE_PERL5= YES diff --git a/www/checkbot/distinfo b/www/checkbot/distinfo index 7d867ffc9936..89c64b20954c 100644 --- a/www/checkbot/distinfo +++ b/www/checkbot/distinfo @@ -1 +1 @@ -MD5 (checkbot-1.58.tar.gz) = a65c07482a3dd38d4eafe6f9b801fe10 +MD5 (checkbot-1.62.tar.gz) = 27b86b77ea7cef56dfa8228bf8c76a1f diff --git a/www/checkbot/pkg-descr b/www/checkbot/pkg-descr index 60cee85ebc13..d5c9ebef28e4 100644 --- a/www/checkbot/pkg-descr +++ b/www/checkbot/pkg-descr @@ -16,4 +16,4 @@ keep that in mind when making suggestions. Speaking of which, be sure to check the TODO file for things which have been suggested for Checkbot. -WWW: http://www.xs4all.nl/~graaff/checkbot/ +WWW: http://degraaff.org/checkbot/ |