View | Details | Raw Unified | Return to bug 252605 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-8 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mysqlwsrep
4
PORTNAME=	mysqlwsrep
5
PORTVERSION?=	5.6.49
5
PORTVERSION?=	5.6.50
6
DISTVERSIONPREFIX?=	wsrep_
6
DISTVERSIONPREFIX?=	wsrep_
7
DISTVERSIONSUFFIX?=	-25.31
7
DISTVERSIONSUFFIX?=	-25.32
8
PORTREVISION?=	0
8
PORTREVISION?=	0
9
CATEGORIES=	databases
9
CATEGORIES=	databases
10
PKGNAMESUFFIX=	56-server
10
PKGNAMESUFFIX=	56-server
Lines 22-33 Link Here
22
		socat:net/socat
22
		socat:net/socat
23
LIB_DEPENDS=	libevent.so:devel/libevent liblz4.so:archivers/liblz4
23
LIB_DEPENDS=	libevent.so:devel/libevent liblz4.so:archivers/liblz4
24
24
25
#BROKEN_SSL=	openssl111
26
#BROKEN_SSL_REASON_openssl111=	incomplete definition of type 'struct dh_st'
27
28
DATADIR=	${PREFIX}/share/mysql
29
ETCDIR=		${PREFIX}/etc/mysql
30
31
USES=		bison \
25
USES=		bison \
32
		cmake:noninja \
26
		cmake:noninja \
33
		compiler:c++11-lib \
27
		compiler:c++11-lib \
Lines 38-43 Link Here
38
		shebangfix \
32
		shebangfix \
39
		ssl
33
		ssl
40
34
35
DATADIR=	${PREFIX}/share/mysql
36
ETCDIR=		${PREFIX}/etc/mysql
37
41
USE_PERL5=	run
38
USE_PERL5=	run
42
USE_LDCONFIG=	yes
39
USE_LDCONFIG=	yes
43
40
(-)distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1603212970
1
TIMESTAMP = 1610116125
2
SHA256 (codership-mysql-wsrep-wsrep_5.6.49-25.31_GH0.tar.gz) = 7ce1f9eccd630d591ae8971e473ec64eb36e5da9e38e3de7e4b14f5e3a17d197
2
SHA256 (codership-mysql-wsrep-wsrep_5.6.50-25.32_GH0.tar.gz) = 4b082ae2cab01035a271f4d413940ef66d90fe6b76bce722d92662b8863f79ed
3
SIZE (codership-mysql-wsrep-wsrep_5.6.49-25.31_GH0.tar.gz) = 32721517
3
SIZE (codership-mysql-wsrep-wsrep_5.6.50-25.32_GH0.tar.gz) = 32717046
4
SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0
4
SHA256 (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 3c235868ed330d8d702e7b7541c24c1926b1fd9e6b8aa673b032a2318896e8a0
5
SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032
5
SIZE (codership-wsrep-API-eab2d5d5a31672c0b7d116ef1629ff18392fd7d0_GH0.tar.gz) = 47032

Return to bug 252605