Bug 72095

Summary: Update mysql40-server (add dependency p5-File-Temp to run mysqlhotcopy)
Product: Ports & Packages Reporter: Marcus Grando <marcus>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: ale
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marcus Grando 2004-09-26 07:00:47 UTC
Update mysql40-server for add dependency to p5-File-Temp.

Required to run mysqlhotcopy.

Fix: --begin--


-RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql40
+RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql40 \
+               ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp

 LATEST_LINK=   mysql40-scripts
----Jyd22XOpYHPqRZ9gsEx4cJX2Ggl8IAzJ3pp9Q8uoIec9YhIL
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN mysql40-server.old/Makefile mysql40-server/Makefile
--- mysql40-server.old/Makefile Wed Sep 22 01:00:32 2004
+++ mysql40-server/Makefile     Sun Sep 26 02:50:39 2004
@@ -206,7 +206,8 @@
 WANT_MYSQL_VER=        40
 USE_PERL5=     yes
Comment 1 Alex Dupre freebsd_committer freebsd_triage 2004-09-26 09:08:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

It's mine.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-12-01 10:42:41 UTC
State Changed
From-To: open->closed

Committed, thanks!