ports/152278: [PATCH] sysutils/p5-Brackup: Fix missing dependencies

Gea-Suan Lin gslin at gslin.org
Tue Nov 16 03:40:10 UTC 2010


>Number:         152278
>Category:       ports
>Synopsis:       [PATCH] sysutils/p5-Brackup: Fix missing dependencies
>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:   Tue Nov 16 03:40:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>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 at 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 ---

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



More information about the freebsd-ports-bugs mailing list