aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-09 13:20:01 +0800
committerwill <will@FreeBSD.org>2000-06-09 13:20:01 +0800
commit9005eb42a0a4ca5fad21244a473b1b6fbd77fb3d (patch)
treec4964b7690fc79bfa2bd6ab2e468b8456b958dd5
parente2aad9ac567e499d46fddc602f24fcc59291d1cf (diff)
downloadfreebsd-ports-gnome-9005eb42a0a4ca5fad21244a473b1b6fbd77fb3d.tar.gz
freebsd-ports-gnome-9005eb42a0a4ca5fad21244a473b1b6fbd77fb3d.tar.zst
freebsd-ports-gnome-9005eb42a0a4ca5fad21244a473b1b6fbd77fb3d.zip
Update to 1.58. Rearrange SITE_PERL definition to conform to portlint.
PR: 15844 Submitted by: Brian RUth <bruth@wmht.org>
-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