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

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	botan
3
PORTNAME=	botan
4
DISTVERSION=	2.4.0
4
DISTVERSION=	2.5.0
5
PORTREVISION=	1
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 62-68 Link Here
62
		${WRKSRC}/src/build-data/cc/clang.txt
61
		${WRKSRC}/src/build-data/cc/clang.txt
63
62
64
post-install:
63
post-install:
65
.for i in bin/botan lib/libbotan-2.so.4.4.0
64
.for i in bin/botan lib/libbotan-2.so.5.5.0
66
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
65
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
67
.endfor
66
.endfor
68
67
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1515446913
1
TIMESTAMP = 1522742583
2
SHA256 (Botan-2.4.0.tgz) = ed9464e2a5cfee4cd3d9bd7a8f80673b45c8a0718db2181a73f5465a606608a5
2
SHA256 (Botan-2.5.0.tgz) = b8a31fe03e7f048a5bd3967ecd04b6a48966215e78792df06e333b0eede4fb1b
3
SIZE (Botan-2.4.0.tgz) = 6530714
3
SIZE (Botan-2.5.0.tgz) = 6596225
(-)pkg-plist (-3 / +5 lines)
Lines 148-154 Link Here
148
include/botan-2/botan/mgf1.h
148
include/botan-2/botan/mgf1.h
149
include/botan-2/botan/misty1.h
149
include/botan-2/botan/misty1.h
150
include/botan-2/botan/mode_pad.h
150
include/botan-2/botan/mode_pad.h
151
include/botan-2/botan/mp_types.h
151
include/botan-2/botan/monty.h
152
include/botan-2/botan/mul128.h
152
include/botan-2/botan/mul128.h
153
include/botan-2/botan/mutex.h
153
include/botan-2/botan/mutex.h
154
include/botan-2/botan/name_constraint.h
154
include/botan-2/botan/name_constraint.h
Lines 246-253 Link Here
246
include/botan-2/botan/symkey.h
246
include/botan-2/botan/symkey.h
247
include/botan-2/botan/system_rng.h
247
include/botan-2/botan/system_rng.h
248
include/botan-2/botan/threefish.h
248
include/botan-2/botan/threefish.h
249
include/botan-2/botan/threefish_512.h
249
include/botan-2/botan/tiger.h
250
include/botan-2/botan/tiger.h
250
include/botan-2/botan/tls_alert.h
251
include/botan-2/botan/tls_alert.h
252
include/botan-2/botan/tls_algos.h
251
include/botan-2/botan/tls_blocking.h
253
include/botan-2/botan/tls_blocking.h
252
include/botan-2/botan/tls_callbacks.h
254
include/botan-2/botan/tls_callbacks.h
253
include/botan-2/botan/tls_channel.h
255
include/botan-2/botan/tls_channel.h
Lines 301-307 Link Here
301
include/botan-2/botan/zlib.h
303
include/botan-2/botan/zlib.h
302
lib/libbotan-2.a
304
lib/libbotan-2.a
303
lib/libbotan-2.so
305
lib/libbotan-2.so
304
lib/libbotan-2.so.4
306
lib/libbotan-2.so.5
305
lib/libbotan-2.so.4.4.0
307
lib/libbotan-2.so.5.5.0
306
%%PYTHON_SITELIBDIR%%/botan2.py
308
%%PYTHON_SITELIBDIR%%/botan2.py
307
libdata/pkgconfig/botan-2.pc
309
libdata/pkgconfig/botan-2.pc

Return to bug 227249