Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 11:37:35 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   [PATCH] sysutils/p5-Brackup: Fix missing dependencies
Message-ID:  <20101116033735.AF6E87E81B@colo-p.gslin.org>

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

>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] sysutils/p5-Brackup: Fix missing dependencies
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 7.3-RELEASE-p2 i386
>Environment:
System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010
>Description:
[DESCRIBE CHANGES]

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

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

--- p5-Brackup-1.10_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/p5-Brackup/Makefile /home/staff/gslin/work/ports/p5-Brackup/Makefile
--- /usr/ports/sysutils/p5-Brackup/Makefile	2010-11-04 22:29:49.000000000 +0800
+++ /home/staff/gslin/work/ports/p5-Brackup/Makefile	2010-11-15 01:14:47.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	Brackup
 PORTVERSION=	1.10
+PORTREVISION=	1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/B/BR/BRADFITZ
@@ -17,10 +18,13 @@
 
 RUN_DEPENDS=	p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
+		p5-DateTime-Format-ISO8601>0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
 		p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \
-		p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info \
+		p5-Fuse>0:${PORTSDIR}/sysutils/p5-Fuse \
+		p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \
 		p5-Net-Amazon-S3>0:${PORTSDIR}/net/p5-Net-Amazon-S3 \
-		p5-Net-SFTP>0:${PORTSDIR}/net/p5-Net-SFTP
+		p5-Net-SFTP>0:${PORTSDIR}/net/p5-Net-SFTP \
+		p5-String-Escape>0:${PORTSDIR}/textproc/p5-String-Escape
 
 PERL_CONFIGURE=	yes
 
@@ -46,7 +50,17 @@
 		Brackup::Target::Filesystem.3 \
 		Brackup::Target::Ftp.3 \
 		Brackup::Target::GoogleAppEngine.3 \
-		Brackup::Target::Sftp.3 \
-		Brackup::Target::Riak.3
+		Brackup::Target::Riak.3 \
+		Brackup::Target::Sftp.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500905
+RUN_DEPENDS+=	p5-File-Temp>=0.17:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+=	p5-ExtUtils-Manifest>=1.52:${PORTSDIR}/devel/p5-ExtUtils-Manifest
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Brackup-1.10_1.patch ends here ---




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