diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-10-27 07:08:32 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-10-27 07:08:32 +0000 |
commit | e394d5aa992c6750bd1e29f52228a77698e84121 (patch) | |
tree | 0b2a5c6c3ffc01e94daae3134302574083700972 /databases | |
parent | 82475179f30add93fa7a0920f3815ee5753d1b32 (diff) | |
download | ports-e394d5aa992c6750bd1e29f52228a77698e84121.tar.gz ports-e394d5aa992c6750bd1e29f52228a77698e84121.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql51-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql51-server/distinfo | 6 | ||||
-rw-r--r-- | databases/mysql51-server/files/patch-Makefile.in | 2 | ||||
-rw-r--r-- | databases/mysql51-server/pkg-plist | 8 |
4 files changed, 14 insertions, 6 deletions
diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index 8ebc8519a3c7..f87b0690b9f5 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= mysql -PORTVERSION= 5.1.39 +PORTVERSION= 5.1.40 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} @@ -147,7 +147,7 @@ pre-fetch: @${ECHO} "" post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ sql-common @sql_server_dirs@ libmysql storage scripts @sql_server@ @man_dirs@ @libmysqld_dirs@ support-files|g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ sql-common @sql_server_dirs@ libmysql scripts @sql_server@ @man_dirs@ @libmysqld_dirs@ support-files|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@|g" ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_tables.sql mysql_system_tables.sql mysql_system_tables_data.sql|g" ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s|man1_MANS =|man1_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in diff --git a/databases/mysql51-server/distinfo b/databases/mysql51-server/distinfo index 884e1dad82b2..22e2493ae64f 100644 --- a/databases/mysql51-server/distinfo +++ b/databases/mysql51-server/distinfo @@ -1,3 +1,3 @@ -MD5 (mysql-5.1.39.tar.gz) = 55a398daeb69a778fc46573623143268 -SHA256 (mysql-5.1.39.tar.gz) = 341b35e76c7186805f791def382a37ecc8149fcb17cbd0dfd9cde1698babbd0b -SIZE (mysql-5.1.39.tar.gz) = 21968309 +MD5 (mysql-5.1.40.tar.gz) = 32e7373c16271606007374396e6742ad +SHA256 (mysql-5.1.40.tar.gz) = 2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432 +SIZE (mysql-5.1.40.tar.gz) = 22080910 diff --git a/databases/mysql51-server/files/patch-Makefile.in b/databases/mysql51-server/files/patch-Makefile.in index bea65ccf9521..be6dd17b83a2 100644 --- a/databases/mysql51-server/files/patch-Makefile.in +++ b/databases/mysql51-server/files/patch-Makefile.in @@ -7,7 +7,7 @@ -SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ - @readline_topdir@ sql-common scripts \ - @pstack_dir@ \ -- @sql_union_dirs@ unittest storage plugin \ +- @sql_union_dirs@ unittest \ - @sql_server@ @man_dirs@ tests \ - netware @libmysqld_dirs@ \ - mysql-test support-files sql-bench @tools_dirs@ \ diff --git a/databases/mysql51-server/pkg-plist b/databases/mysql51-server/pkg-plist index bd7b5763860a..fac6a5c22f58 100644 --- a/databases/mysql51-server/pkg-plist +++ b/databases/mysql51-server/pkg-plist @@ -83,6 +83,14 @@ lib/mysql/libvio.a %%PLUGINS%%lib/mysql/plugin/ha_innodb_plugin.la %%PLUGINS%%lib/mysql/plugin/ha_innodb_plugin.so %%PLUGINS%%lib/mysql/plugin/ha_innodb_plugin.so.0 +%%PLUGINS%%lib/mysql/plugin/libdaemon_example.a +%%PLUGINS%%lib/mysql/plugin/libdaemon_example.la +%%PLUGINS%%lib/mysql/plugin/libdaemon_example.so +%%PLUGINS%%lib/mysql/plugin/libdaemon_example.so.0 +%%PLUGINS%%lib/mysql/plugin/mypluglib.a +%%PLUGINS%%lib/mysql/plugin/mypluglib.la +%%PLUGINS%%lib/mysql/plugin/mypluglib.so +%%PLUGINS%%lib/mysql/plugin/mypluglib.so.0 libexec/mysqld %%NDB%%libexec/ndb_cpcd %%NDB%%libexec/ndb_mgmd |