Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2009 14:33:09 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, timur@FreeBSD.org
Subject:   ports/139881: [PATCH] devel/p5-DateTime-Format-Natural: Fix build because of p5-Date-Calc
Message-ID:  <20091024063309.44B0D7E81B@colo-p.gslin.org>
Resent-Message-ID: <200910240640.n9O6e2C9089691@freefall.freebsd.org>

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

>Number:         139881
>Category:       ports
>Synopsis:       [PATCH] devel/p5-DateTime-Format-Natural: Fix build because of p5-Date-Calc
>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:   Sat Oct 24 06:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.2-RELEASE-p3 i386
>Organization:
>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 because of p5-Date-Calc.
- Use p5-...>=0 instead of ${SITE_PERL}/... to avoid further similiar problem.

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

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

--- p5-DateTime-Format-Natural-0.77.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-DateTime-Format-Natural/Makefile /home/staff/gslin/work/ports/p5-DateTime-Format-Natural/Makefile
--- /usr/ports/devel/p5-DateTime-Format-Natural/Makefile	2009-10-23 08:30:03.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-DateTime-Format-Natural/Makefile	2009-10-24 14:31:26.000000000 +0800
@@ -14,23 +14,21 @@
 MAINTAINER=	timur@FreeBSD.org
 COMMENT=	Create machine readable date/time with natural parsing logic
 
-BUILD_DEPENDS=	\
-		${SITE_PERL}/boolean.pm:${PORTSDIR}/devel/p5-boolean \
-		${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
-		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
-		${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
-		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
+		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
+		p5-boolean>=0:${PORTSDIR}/devel/p5-boolean
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
 MAN1=		dateparse.1
-
 MAN3=		DateTime::Format::Natural.3 \
-  			DateTime::Format::Natural::Base.3 \
-  			DateTime::Format::Natural::Compat.3 \
-  			DateTime::Format::Natural::Helpers.3 \
-			DateTime::Format::Natural::Lang::Base.3 \
-			DateTime::Format::Natural::Lang::EN.3
+		DateTime::Format::Natural::Base.3 \
+		DateTime::Format::Natural::Compat.3 \
+		DateTime::Format::Natural::Helpers.3 \
+		DateTime::Format::Natural::Lang::Base.3 \
+		DateTime::Format::Natural::Lang::EN.3
 
 .include <bsd.port.mk>
--- p5-DateTime-Format-Natural-0.77.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?20091024063309.44B0D7E81B>