summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-09 05:20:01 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-09 05:20:01 +0000
commit78e9f585256111e164022c11dd8bb9f0c00224ae (patch)
tree68a907531228ccb3af7d970c61c724f22df6f5d8
parentClean up this port so that it installs stuff in a more proper location (diff)
Update to 1.58. Rearrange SITE_PERL definition to conform to portlint.
PR: 15844 Submitted by: Brian RUth <bruth@wmht.org>
Notes
Notes: svn path=/head/; revision=29425
-rw-r--r--www/checkbot/Makefile13
-rw-r--r--www/checkbot/distinfo2
2 files changed, 7 insertions, 8 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index da1a8a04c271..638aecceae6e 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -6,20 +6,19 @@
#
PORTNAME= checkbot
-PORTVERSION= 1.57
+PORTVERSION= 1.58
CATEGORIES= www perl5
MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \
http://www.de.freebsd.org/~wosch/src/
MAINTAINER= wosch@FreeBSD.org
-site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER}
-BUILD_DEPENDS= \
- ${site_perl}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
- ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
- ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${site_perl}/URI.pm:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
+ ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
+ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
+SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
FETCH_BEFORE_ARGS= -b
MAN1= checkbot.1
diff --git a/www/checkbot/distinfo b/www/checkbot/distinfo
index aee9143ee15b..7d867ffc9936 100644
--- a/www/checkbot/distinfo
+++ b/www/checkbot/distinfo
@@ -1 +1 @@
-MD5 (checkbot-1.57.tar.gz) = d87dbf0e6afd16b6dacf1c33c59f73e8
+MD5 (checkbot-1.58.tar.gz) = a65c07482a3dd38d4eafe6f9b801fe10