mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Update to 5.5.44-37.3
Committed from: Essen FreeBSD Hackathon
This commit is contained in:
parent
27f153056f
commit
8bb2d067fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392879
4 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= percona
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= 55-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- extra/CMakeLists.txt.orig 2010-12-03 18:58:24.000000000 +0100
|
||||
+++ extra/CMakeLists.txt 2010-12-23 14:45:36.000000000 +0100
|
||||
@@ -50,6 +50,7 @@
|
||||
--- extra/CMakeLists.txt.orig 2015-07-25 11:30:53 UTC
|
||||
+++ extra/CMakeLists.txt
|
||||
@@ -50,6 +50,7 @@ ADD_CUSTOM_TARGET(GenError
|
||||
${PROJECT_BINARY_DIR}/sql/share/english/errmsg.sys
|
||||
${PROJECT_SOURCE_DIR}/sql/share/errmsg-utf8.txt)
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
|||
MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
|
||||
TARGET_LINK_LIBRARIES(my_print_defaults mysys)
|
||||
|
||||
@@ -69,11 +70,14 @@
|
||||
@@ -69,12 +70,15 @@ ENDIF()
|
||||
|
||||
MYSQL_ADD_EXECUTABLE(replace replace.c)
|
||||
TARGET_LINK_LIBRARIES(replace mysys)
|
||||
|
@ -16,6 +16,7 @@
|
|||
IF(UNIX)
|
||||
+IF(FALSE)
|
||||
MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.c)
|
||||
TARGET_LINK_LIBRARIES(innochecksum ${ZLIB_LIBRARY})
|
||||
|
||||
MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c)
|
||||
TARGET_LINK_LIBRARIES(resolve_stack_dump mysys)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= percona
|
||||
DISTVERSION= 5.5.43-37.2
|
||||
DISTVERSION= 5.5.44-37.3
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-${DISTVERSION}/source/tarball/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (percona-server-5.5.43-37.2.tar.gz) = f3ee6cce2062ddc45ea8da7e93a49e069c80e4ce2c520282486ded14a4088ef0
|
||||
SIZE (percona-server-5.5.43-37.2.tar.gz) = 22707580
|
||||
SHA256 (percona-server-5.5.44-37.3.tar.gz) = 0fa6d5203eda766778cb26cbc70fbc3d50a3472322d30a2afffb5c3ab12eaed2
|
||||
SIZE (percona-server-5.5.44-37.3.tar.gz) = 22724202
|
||||
|
|
Loading…
Add table
Reference in a new issue