Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 23:35:26 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wosch@FreeBSD.org
Subject:   ports/62790: update port: www/checkbot
Message-ID:  <20040213153526.5F8213EAA7B@utopia.leeym.com>
Resent-Message-ID: <200402131540.i1DFeST4066846@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62790
>Category:       ports
>Synopsis:       update port: www/checkbot
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 13 07:40:28 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RC i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RC FreeBSD 5.2.1-RC #54: Mon Feb 2 05:18:32 CST 2004 root@utopia.leeym.com:/mnt3/obj/usr/src/sys/UTOPIA i386


	
>Description:

update to 1.74, remove wrong MAN1PREFIX, and unbreak this port
replace pkg-plist by PLIST_FILES and PLIST_DIRS
minor cleanups

Cc-ed to the MAINTAINER.

>How-To-Repeat:
	
>Fix:

	

--- checkbot.diff begins here ---
diff -ruN --exclude CVS /usr/ports/www/checkbot/Makefile checkbot/Makefile
--- /usr/ports/www/checkbot/Makefile	Sat Feb  7 11:21:19 2004
+++ checkbot/Makefile	Fri Feb 13 23:30:35 2004
@@ -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 @@
 		${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 -ruN --exclude CVS /usr/ports/www/checkbot/distinfo checkbot/distinfo
--- /usr/ports/www/checkbot/distinfo	Wed Oct 29 22:28:08 2003
+++ checkbot/distinfo	Fri Feb 13 23:17:39 2004
@@ -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 -ruN --exclude CVS /usr/ports/www/checkbot/pkg-plist checkbot/pkg-plist
--- /usr/ports/www/checkbot/pkg-plist	Wed Jul 16 22:39:12 2003
+++ checkbot/pkg-plist	Thu Jan  1 08:00:00 1970
@@ -1,3 +0,0 @@
-bin/checkbot
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot
--- checkbot.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040213153526.5F8213EAA7B>