ports/66631: [PATCH] devel/p5-SVN-Mirror: fix p5-SVN-Simple dependency

Herve Quiroz herve.quiroz at esil.univ-mrs.fr
Fri May 14 11:00:43 UTC 2004


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



More information about the freebsd-ports-bugs mailing list