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

Collapse All | Expand All

(-)devel/libzookeeper/Makefile (-3 / +4 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zookeeper
4
PORTNAME=	zookeeper
5
PORTVERSION=	3.4.12
5
PORTVERSION=	3.5.5
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	APACHE/${PORTNAME}/current
7
MASTER_SITES=	APACHE/${PORTNAME}/current
8
PKGNAMEPREFIX=	lib
8
PKGNAMEPREFIX=	lib
9
DISTNAME=	apache-${PORTNAME}-${PORTVERSION}
9
10
10
MAINTAINER=	skreuzer@FreeBSD.org
11
MAINTAINER=	skreuzer@FreeBSD.org
11
COMMENT=	C client interface to Zookeeper server
12
COMMENT=	C client interface to Zookeeper server
Lines 18-28 Link Here
18
19
19
LIB_DEPENDS=	libcppunit.so:devel/cppunit
20
LIB_DEPENDS=	libcppunit.so:devel/cppunit
20
21
21
USES=		libtool
22
USES=		autoreconf libtool
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
25
25
WRKSRC=		${WRKDIR}/${DISTNAME}/src/c
26
WRKSRC=		${WRKDIR}/${DISTNAME}/zookeeper-client/zookeeper-client-c
26
27
27
post-install:
28
post-install:
28
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/*.so
29
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/*.so
(-)devel/libzookeeper/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525190484
1
TIMESTAMP = 1559402372
2
SHA256 (zookeeper-3.4.12.tar.gz) = c686f9319050565b58e642149cb9e4c9cc8c7207aacc2cb70c5c0672849594b9
2
SHA256 (apache-zookeeper-3.5.5.tar.gz) = 60d527254b3816c75a1c46517768b873af5767dfcc2083d6c527b567461c546c
3
SIZE (zookeeper-3.4.12.tar.gz) = 36667596
3
SIZE (apache-zookeeper-3.5.5.tar.gz) = 3230972
(-)devel/libzookeeper/pkg-plist (-7 / +7 lines)
Lines 1-6 Link Here
1
bin/load_gen
2
bin/cli_mt
1
bin/cli_mt
3
bin/cli_st
2
bin/cli_st
3
bin/load_gen
4
include/zookeeper/proto.h
5
include/zookeeper/recordio.h
6
include/zookeeper/zookeeper.h
7
include/zookeeper/zookeeper.jute.h
8
include/zookeeper/zookeeper_log.h
9
include/zookeeper/zookeeper_version.h
4
lib/libzookeeper_mt.a
10
lib/libzookeeper_mt.a
5
lib/libzookeeper_mt.so
11
lib/libzookeeper_mt.so
6
lib/libzookeeper_mt.so.2
12
lib/libzookeeper_mt.so.2
Lines 9-17 Link Here
9
lib/libzookeeper_st.so
15
lib/libzookeeper_st.so
10
lib/libzookeeper_st.so.2
16
lib/libzookeeper_st.so.2
11
lib/libzookeeper_st.so.2.0.0
17
lib/libzookeeper_st.so.2.0.0
12
include/zookeeper/proto.h
13
include/zookeeper/recordio.h
14
include/zookeeper/zookeeper.h
15
include/zookeeper/zookeeper.jute.h
16
include/zookeeper/zookeeper_log.h
17
include/zookeeper/zookeeper_version.h

Return to bug 238283