diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-04 05:40:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-04 05:40:21 +0000 |
commit | 86f7d6f84cda50c204fda4f86cb954552f13b408 (patch) | |
tree | 52de366902ba34184e47b00940ca16d11849bc6c /www/checkbot | |
parent | Unbreak build by fixing varargs problem on gcc3.3. (diff) |
Update to 1.74 and unbreak on -CURRENT by fixing plist. Changes in
this revision are very minor feature updates and bugfixing; see
ChangeLog.
PR: ports/62790
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Maintainer timeout: 2 weeks
Notes
Notes:
svn path=/head/; revision=102874
Diffstat (limited to 'www/checkbot')
-rw-r--r-- | www/checkbot/Makefile | 18 | ||||
-rw-r--r-- | www/checkbot/distinfo | 3 | ||||
-rw-r--r-- | www/checkbot/pkg-plist | 3 |
3 files changed, 7 insertions, 17 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index d93e71234b67..8b2f72265b58 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= checkbot -PORTVERSION= 1.73 +PORTVERSION= 1.74 CATEGORIES= www perl5 MASTER_SITES= http://degraaff.org/checkbot/ \ http://wolfram.schneider.org/src/ @@ -22,18 +22,10 @@ RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -MAN1PREFIX= ${PREFIX}/share -.endif - -.if ${OSVERSION} >= 502000 -BROKEN= "Broken pkg-plist" -.endif - MAN1= checkbot.1 -USE_PERL5= YES PERL_CONFIGURE= yes -.include <bsd.port.post.mk> +PLIST_FILES= bin/checkbot ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot/.packlist +PLIST_DIRS= ${SITE_PERL:S!${PREFIX}/!!}/${PERL_ARCH}/auto/checkbot + +.include <bsd.port.mk> diff --git a/www/checkbot/distinfo b/www/checkbot/distinfo index b40eb1bc01b8..69d9f0ee9a7e 100644 --- a/www/checkbot/distinfo +++ b/www/checkbot/distinfo @@ -1 +1,2 @@ -MD5 (checkbot-1.73.tar.gz) = 31f6ee2c5764a8f0e1c6b51f48060883 +MD5 (checkbot-1.74.tar.gz) = f3d3288ca8ea67b8e1c9c25719057ccb +SIZE (checkbot-1.74.tar.gz) = 33296 diff --git a/www/checkbot/pkg-plist b/www/checkbot/pkg-plist index bb91cb09da36..e69de29bb2d1 100644 --- a/www/checkbot/pkg-plist +++ b/www/checkbot/pkg-plist @@ -1,3 +0,0 @@ -bin/checkbot -%%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot |