From gslin@netnews.NCTU.edu.tw  Thu Aug 10 21:39:34 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 704A216A4E5;
	Thu, 10 Aug 2006 21:39:34 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 87EAA43D4C;
	Thu, 10 Aug 2006 21:39:33 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 7FBB6371; Fri, 11 Aug 2006 05:39:32 +0800 (CST)
Message-Id: <20060810213932.7FBB6371@netnews.NCTU.edu.tw>
Date: Fri, 11 Aug 2006 05:39:32 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: aaron@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] games/p5-Games-AlphaBeta: Fix build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101781
>Category:       ports
>Synopsis:       [PATCH] games/p5-Games-AlphaBeta: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 10 21:40:14 GMT 2006
>Closed-Date:    Mon Dec 25 18:45:31 GMT 2006
>Last-Modified:  Mon Dec 25 18:45:31 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Fix build by pointyhat notice
- Fix portlint

Port maintainer (aaron@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Games-AlphaBeta-0.4.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/p5-Games-AlphaBeta/Makefile /home/staff/gslin/work/p5-Games-AlphaBeta/Makefile
--- /usr/ports/games/p5-Games-AlphaBeta/Makefile	Sat Nov  5 23:44:46 2005
+++ /home/staff/gslin/work/p5-Games-AlphaBeta/Makefile	Fri Aug 11 05:38:29 2006
@@ -15,10 +15,9 @@
 MAINTAINER=	aaron@FreeBSD.org
 COMMENT=	Game-tree search with object oriented interface
 
-BUILD_DEPENDS=	${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
-		${SITE_PERL}/${PERL_ARCH}/Pod/Coverage/CountParents.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
-		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
+		${SITE_PERL}/Pod/Coverage/CountParents.pm:${PORTSDIR}/devel/p5-Pod-Coverage
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
@@ -30,7 +29,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500601
-IGNORE=         requires Perl 5.6.1 or above
+IGNORE=		requires Perl 5.6.1 or above
 .endif
 
 .include <bsd.port.post.mk>
--- p5-Games-AlphaBeta-0.4.6.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 10 21:40:41 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101781 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Mon Dec 25 18:44:48 UTC 2006 
State-Changed-Why:  
The dependency was fixed by mat back in August and the port 
builds fine now. Let us know if you still have problems. 
Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101781 
>Unformatted:
