Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 18:57:06 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   ports/122845: [PATCH] textproc/p5-Makefile-Parser: update to 0.211
Message-ID:  <20080417105706.6A49C1CC3D@ccreader.NCTU.edu.tw>
Resent-Message-ID: <200804171100.m3HB07Yr003093@freefall.freebsd.org>

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

>Number:         122845
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Makefile-Parser: update to 0.211
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 17 11:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #3: Tue Jan 15 11:22:08 CST 2008
>Description:
- Update to 0.211

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

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

--- p5-Makefile-Parser-0.211.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Makefile-Parser/Makefile /home/staff/gslin/work/ports/p5-Makefile-Parser/Makefile
--- /usr/ports/textproc/p5-Makefile-Parser/Makefile	2008-03-05 14:44:53.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Makefile-Parser/Makefile	2008-04-17 18:56:15.000000000 +0800
@@ -6,27 +6,36 @@
 #
 
 PORTNAME=	Makefile-Parser
-PORTVERSION=	0.17
-PORTREVISION=	1
+PORTVERSION=	0.211
 CATEGORIES=	textproc perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/A/AG/AGENT
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Makefile::Parser - A Simple Parser for Makefiles
 
-RUN_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
-
-PERL_CONFIGURE=	yes
-
-MAN1=	plmake.1
-MAN3=	Makefile::Parser.3
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
+		${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
+		${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-Class-Trigger>=0.13:${PORTSDIR}/devel/p5-Class-Trigger \
+		p5-Makefile-DOM>=0.003:${PORTSDIR}/textproc/p5-Makefile-DOM
+
+PERL_CONFIGURE=	5.6.1+
+
+MAN1=		makesimple.1 \
+		pgmake-db.1 \
+		plmake.1
+MAN3=		Makefile::AST.3 \
+		Makefile::AST::Evaluator.3 \
+		Makefile::Parser.3 \
+		Makefile::Parser::GmakeDB.3
 
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+=	p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
+		p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Makefile-Parser/distinfo /home/staff/gslin/work/ports/p5-Makefile-Parser/distinfo
--- /usr/ports/textproc/p5-Makefile-Parser/distinfo	2007-03-18 22:27:19.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Makefile-Parser/distinfo	2008-04-17 18:34:52.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (Makefile-Parser-0.17.tar.gz) = 04faae9095056b84ee906209a45e89ee
-SHA256 (Makefile-Parser-0.17.tar.gz) = d6fe60d600440982281577028d4ee5dc4bd1e0c0b05272e9ce2ce9dfab8763ec
-SIZE (Makefile-Parser-0.17.tar.gz) = 39121
+MD5 (Makefile-Parser-0.211.tar.gz) = 61498e0db530090d84e757db0824fbdc
+SHA256 (Makefile-Parser-0.211.tar.gz) = 095cafc347338bd425e759a3d0c97c645b890ea7bf8cb61b3a1361ec3e76c20d
+SIZE (Makefile-Parser-0.211.tar.gz) = 88494
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Makefile-Parser/pkg-plist /home/staff/gslin/work/ports/p5-Makefile-Parser/pkg-plist
--- /usr/ports/textproc/p5-Makefile-Parser/pkg-plist	2007-03-16 01:12:03.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Makefile-Parser/pkg-plist	2008-04-17 18:36:35.000000000 +0800
@@ -1,7 +1,21 @@
 @comment $FreeBSD: ports/textproc/p5-Makefile-Parser/pkg-plist,v 1.2 2007/03/15 17:12:03 mat Exp $
-bin/plmake
-%%SITE_PERL%%/Makefile/Parser.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Makefile/Parser/.packlist
+%%SITE_PERL%%/Makefile/AST.pm
+%%SITE_PERL%%/Makefile/AST/Command.pm
+%%SITE_PERL%%/Makefile/AST/Evaluator.pm
+%%SITE_PERL%%/Makefile/AST/Rule.pm
+%%SITE_PERL%%/Makefile/AST/Rule/Base.pm
+%%SITE_PERL%%/Makefile/AST/Rule/Implicit.pm
+%%SITE_PERL%%/Makefile/AST/StemMatch.pm
+%%SITE_PERL%%/Makefile/AST/Variable.pm
+%%SITE_PERL%%/Makefile/Parser.pm
+%%SITE_PERL%%/Makefile/Parser/GmakeDB.pm
+bin/makesimple
+bin/pgmake-db
+bin/plmake
+@dirrmtry %%SITE_PERL%%/Makefile/Parser
+@dirrmtry %%SITE_PERL%%/Makefile/AST/Rule
+@dirrmtry %%SITE_PERL%%/Makefile/AST
+@dirrmtry %%SITE_PERL%%/Makefile
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Makefile/Parser
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Makefile
-@dirrmtry %%SITE_PERL%%/Makefile
--- p5-Makefile-Parser-0.211.patch ends here ---

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



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