Date: Mon, 23 Jun 2003 15:16:55 -0700 (PDT) From: Lars Eggert <larse@isi.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wosch@FreeBSD.org Subject: ports/53654: Updated port: www/checkbot to 1.72 Message-ID: <200306232216.h5NMGt7C065163@nik.isi.edu> Resent-Message-ID: <200306232220.h5NMKDpg053074@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53654 >Category: ports >Synopsis: Updated port: www/checkbot to 1.72 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 23 15:20:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Jun 23 11:16:42 PDT 2003 root@nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.24 i386 >Description: Patch below updates www/checkbot to latest 1.72. >How-To-Repeat: >Fix: diff -u checkbot/Makefile cbnew/Makefile --- checkbot/Makefile Mon Jun 23 15:13:24 2003 +++ cbnew/Makefile Mon Jun 23 15:13:26 2003 @@ -6,7 +6,7 @@ # PORTNAME= checkbot -PORTVERSION= 1.71 +PORTVERSION= 1.72 CATEGORIES= www perl5 MASTER_SITES= http://degraaff.org/checkbot/ \ http://www.de.freebsd.org/~wosch/src/ @@ -14,22 +14,18 @@ MAINTAINER= wosch@FreeBSD.org COMMENT= A WWW link verifier, similar like momspider -SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - -BUILD_DEPENDS= \ +RUN_DEPENDS= \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS= ${BUILD_DEPENDS} - +MAN1PREFIX= ${PREFIX}/share MAN1= checkbot.1 USE_PERL5= YES - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} +PERL_CONFIGURE= yes .include <bsd.port.mk> diff -u checkbot/distinfo cbnew/distinfo --- checkbot/distinfo Tue Mar 4 04:45:03 2003 +++ cbnew/distinfo Mon Jun 23 14:27:41 2003 @@ -1 +1 @@ -MD5 (checkbot-1.71.tar.gz) = b2152d3f9da604bd85fd0e3a0c5fd640 +MD5 (checkbot-1.72.tar.gz) = f485fa5c4c513d9fd0421c28f43f03df diff -u checkbot/pkg-plist cbnew/pkg-plist --- checkbot/pkg-plist Tue Mar 4 04:45:03 2003 +++ cbnew/pkg-plist Mon Jun 23 15:14:40 2003 @@ -1,4 +1,3 @@ bin/checkbot -man/man1/checkbot.1.gz -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/checkbot/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/checkbot +%%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot Only in cbnew: work >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306232216.h5NMGt7C065163>