Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2004 12:50:09 +0200 (CEST)
From:      Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        autrijus@autrijus.org
Subject:   ports/66631: [PATCH] devel/p5-SVN-Mirror: fix p5-SVN-Simple dependency
Message-ID:  <200405141050.i4EAo9fa003830@arabica.esil.univ-mrs.fr>
Resent-Message-ID: <200405141100.i4EB0g22076911@freefall.freebsd.org>

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

>Number:         66631
>Category:       ports
>Synopsis:       [PATCH] devel/p5-SVN-Mirror: fix p5-SVN-Simple dependency
>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:   Fri May 14 04:00:42 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #3: Thu May  6 20:17:47 CEST
>Description:

Build dependencies are not correctly set regarding p5-SVN-Simple. Indeed, the
Makefile references a file that is not installed by p5-SVN-Simple.

Port maintainer (autrijus@autrijus.org) is cc'd.

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

--- p5-SVN-Mirror-0.35.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Mirror.original/Makefile /usr/ports/devel/p5-SVN-Mirror/Makefile
--- /usr/ports/devel/p5-SVN-Mirror.original/Makefile	Fri May 14 12:42:34 2004
+++ /usr/ports/devel/p5-SVN-Mirror/Makefile	Fri May 14 12:43:18 2004
@@ -18,7 +18,7 @@
 BUILD_DEPENDS=	${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
 		${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
     		${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \
-    		${SITE_PERL}/SVN/Simple.pm:${PORTSDIR}/devel/p5-SVN-Simple
+    		${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CONFIGURE_ENV=	PERL_EXTUTILS_AUTOINSTALL=--skipdeps
--- p5-SVN-Mirror-0.35.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?200405141050.i4EAo9fa003830>