Bug 72095 - Update mysql40-server (add dependency p5-File-Temp to run mysqlhotcopy)
Summary: Update mysql40-server (add dependency p5-File-Temp to run mysqlhotcopy)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-26 07:00 UTC by Marcus Grando
Modified: 2004-12-01 10:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!