[PATCH] devel/p5-Alzabo: Fix build (since p5-Params-Validate)

View: New views
1 Messages — Rating Filter:   Alert me  

[PATCH] devel/p5-Alzabo: Fix build (since p5-Params-Validate)

by Gea-Suan Lin-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


>Submitter-Id: current-users
>Originator: Gea-Suan Lin
>Organization:
>Confidential: no
>Synopsis: [PATCH] devel/p5-Alzabo: Fix build (since p5-Params-Validate)
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 7.2-RELEASE-p3 i386
>Environment:
System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009
>Description:
- Fix build (since p5-Params-Validate)

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

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

--- p5-Alzabo-0.92.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Alzabo/Makefile /home/staff/gslin/work/ports2/p5-Alzabo/Makefile
--- /usr/ports/devel/p5-Alzabo/Makefile 2009-08-16 17:55:10.000000000 +0800
+++ /home/staff/gslin/work/ports2/p5-Alzabo/Makefile 2009-10-23 06:31:09.000000000 +0800
@@ -14,12 +14,12 @@
 MAINTAINER= perl@...
 COMMENT= A data modelling tool and RDBMS-OO mapper
 
-BUILD_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
- ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \
- ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
- ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
- ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Class-Factory-Util>0:${PORTSDIR}/devel/p5-Class-Factory-Util \
+ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
+ p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class \
+ p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \
+ p5-Tie-IxHash>0:${PORTSDIR}/devel/p5-Tie-IxHash
+BUILD_DEPENDS= ${RUN_DEPENDS}
 
 PERL_MODBUILD= yes
 
--- p5-Alzabo-0.92.patch ends here ---

_______________________________________________
freebsd-perl@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-perl
To unsubscribe, send any mail to "freebsd-perl-unsubscribe@..."