ports/101707: [PATCH] databases/p5-DBIx-Class-WebForm: Fix PERL_MODBUILD problem

Gea-Suan Lin gslin at gslin.org
Wed Aug 9 12:50:30 UTC 2006


>Number:         101707
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-Class-WebForm: Fix PERL_MODBUILD problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 09 12:50:17 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:
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}

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

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

--- p5-DBIx-Class-WebForm-0.02_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/p5-DBIx-Class-WebForm/Makefile /home/staff/gslin/work/p5-DBIx-Class-WebForm/Makefile
--- /usr/ports/databases/p5-DBIx-Class-WebForm/Makefile	Mon May  1 21:51:45 2006
+++ /home/staff/gslin/work/p5-DBIx-Class-WebForm/Makefile	Wed Aug  9 20:49:07 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	DBIx-Class-WebForm
 PORTVERSION=	0.02
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DBIx
@@ -15,10 +16,10 @@
 MAINTAINER=	lbr at FreeBSD.org
 COMMENT=	CRUD methods for DBIx::Class
 
-BUILD_DEPENDS=	p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
+RUN_DEPENDS=	p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
 		${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
 		${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
--- p5-DBIx-Class-WebForm-0.02_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list