Update to 5.1.40 release.
This commit is contained in:
parent
82475179f3
commit
e394d5aa99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243371
4 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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@ \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue