| 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 | ||
Responsible Changed From-To: freebsd-ports-bugs->ale It's mine. State Changed From-To: open->closed Committed, thanks! |
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