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

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	botan
3
PORTNAME=	botan
4
DISTVERSION=	2.8.0
4
DISTVERSION=	2.9.0
5
PORTREVISION=	2
6
CATEGORIES=	security
5
CATEGORIES=	security
7
MASTER_SITES=	http://botan.randombit.net/releases/
6
MASTER_SITES=	http://botan.randombit.net/releases/
8
PKGNAMESUFFIX=	2
7
PKGNAMESUFFIX=	2
Lines 27-33 Link Here
27
CONFIGURE_SCRIPT=	configure.py
26
CONFIGURE_SCRIPT=	configure.py
28
CONFIGURE_ARGS=	--with-external-includedir=${PREFIX}/include \
27
CONFIGURE_ARGS=	--with-external-includedir=${PREFIX}/include \
29
		--with-external-libdir=${PREFIX}/lib \
28
		--with-external-libdir=${PREFIX}/lib \
30
		--with-boost --with-bzip2 --with-lzma --with-zlib
29
		--with-boost --with-bzip2 --with-lzma --with-zlib \
30
		--cc=${COMPILER_TYPE}
31
LDFLAGS+=	-pthread
31
LDFLAGS+=	-pthread
32
32
33
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
33
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
Lines 60-65 Link Here
60
		${WRKSRC}/src/build-data/cc/clang.txt
60
		${WRKSRC}/src/build-data/cc/clang.txt
61
61
62
post-install:
62
post-install:
63
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.8.8.0
63
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.9.9.0
64
64
65
.include <bsd.port.mk>
65
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1538471024
1
TIMESTAMP = 1547467989
2
SHA256 (Botan-2.8.0.tgz) = e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960
2
SHA256 (Botan-2.9.0.tgz) = 305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119
3
SIZE (Botan-2.8.0.tgz) = 7152674
3
SIZE (Botan-2.9.0.tgz) = 7216373
(-)pkg-plist (-2 / +3 lines)
Lines 16-21 Link Here
16
include/botan-2/botan/auto_rng.h
16
include/botan-2/botan/auto_rng.h
17
include/botan-2/botan/b64_filt.h
17
include/botan-2/botan/b64_filt.h
18
include/botan-2/botan/base32.h
18
include/botan-2/botan/base32.h
19
include/botan-2/botan/base58.h
19
include/botan-2/botan/base64.h
20
include/botan-2/botan/base64.h
20
include/botan-2/botan/basefilt.h
21
include/botan-2/botan/basefilt.h
21
include/botan-2/botan/bcrypt.h
22
include/botan-2/botan/bcrypt.h
Lines 307-313 Link Here
307
include/botan-2/botan/zlib.h
308
include/botan-2/botan/zlib.h
308
lib/libbotan-2.a
309
lib/libbotan-2.a
309
lib/libbotan-2.so
310
lib/libbotan-2.so
310
lib/libbotan-2.so.8
311
lib/libbotan-2.so.9
311
lib/libbotan-2.so.8.8.0
312
lib/libbotan-2.so.9.9.0
312
%%PYTHON_SITELIBDIR%%/botan2.py
313
%%PYTHON_SITELIBDIR%%/botan2.py
313
libdata/pkgconfig/botan-2.pc
314
libdata/pkgconfig/botan-2.pc

Return to bug 234938