ports/102667: [PATCH] devel/p5-FSA-Rules: update to 0.26

Gea-Suan Lin gslin at gslin.org
Tue Aug 29 23:50:18 UTC 2006


>Number:         102667
>Category:       ports
>Synopsis:       [PATCH] devel/p5-FSA-Rules: update to 0.26
>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:   Tue Aug 29 23:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
- Update to 0.26
- Use BUILD_DEPENDS=${RUN_DEPENDS} to prevent from unused run-depends when
  using PERL_MODBUILD=yes (it will add something to BUILD_DEPENDS)
- No Clone dependency anymore, and add GraphViz dependency
- Storable 2.04 is in Perl 5.8.0+

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

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

--- p5-FSA-Rules-0.26.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-FSA-Rules/Makefile /home/staff/gslin/work/p5-FSA-Rules/Makefile
--- /usr/ports/devel/p5-FSA-Rules/Makefile	Wed Jul 26 08:58:11 2006
+++ /home/staff/gslin/work/p5-FSA-Rules/Makefile	Wed Aug 30 07:42:27 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	FSA-Rules
-PORTVERSION=	0.25
+PORTVERSION=	0.26
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/D/DW/DWHEELER
@@ -15,10 +15,9 @@
 MAINTAINER=	aaron at FreeBSD.org
 COMMENT=	Build simple rules-based state machines in Perl
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
-		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
+RUN_DEPENDS=	${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \
 		${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
@@ -28,6 +27,10 @@
 
 .if ${PERL_LEVEL} < 500600
 IGNORE=		requires at least Perl5.6 due to dependencies
+.endif
+
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-FSA-Rules/distinfo /home/staff/gslin/work/p5-FSA-Rules/distinfo
--- /usr/ports/devel/p5-FSA-Rules/distinfo	Wed Jul 26 08:58:11 2006
+++ /home/staff/gslin/work/p5-FSA-Rules/distinfo	Wed Aug 30 07:39:33 2006
@@ -1,3 +1,3 @@
-MD5 (FSA-Rules-0.25.tar.gz) = 566f3638946e8f7bc82e29628a8566d2
-SHA256 (FSA-Rules-0.25.tar.gz) = 58a880f2d63eb3dcc5dc48d3a0bf09d2168dd3452ff2e84a1e9e5ede0dae2ebd
-SIZE (FSA-Rules-0.25.tar.gz) = 24043
+MD5 (FSA-Rules-0.26.tar.gz) = 049da8b039a449b844a1a121078fedf5
+SHA256 (FSA-Rules-0.26.tar.gz) = 7e5d10dea23af1da554608be16612c3d84c47c02e3c8003697bfc3a4f94451d8
+SIZE (FSA-Rules-0.26.tar.gz) = 30925
--- p5-FSA-Rules-0.26.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list