Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Aug 2006 20:49:43 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, lbr@FreeBSD.org
Subject:   ports/101707: [PATCH] databases/p5-DBIx-Class-WebForm: Fix PERL_MODBUILD problem
Message-ID:  <20060809124943.16866220@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608091250.k79CoHZY010391@freefall.freebsd.org>

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

>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@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@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:



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