View | Details | Raw Unified | Return to bug 230666 | 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.6.0
4
DISTVERSION=	2.7.0
5
PORTREVISION=	3
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.5.6.0
64
.for i in bin/botan lib/libbotan-2.so.7.7.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 = 1523435950
1
TIMESTAMP = 1530602195
2
SHA256 (Botan-2.6.0.tgz) = c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5
2
SHA256 (Botan-2.7.0.tgz) = e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90
3
SIZE (Botan-2.6.0.tgz) = 6599127
3
SIZE (Botan-2.7.0.tgz) = 7021654
(-)pkg-plist (-2 / +4 lines)
Lines 15-20 Link Here
15
include/botan-2/botan/atomic.h
15
include/botan-2/botan/atomic.h
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/base64.h
19
include/botan-2/botan/base64.h
19
include/botan-2/botan/basefilt.h
20
include/botan-2/botan/basefilt.h
20
include/botan-2/botan/bcrypt.h
21
include/botan-2/botan/bcrypt.h
Lines 214-219 Link Here
214
include/botan-2/botan/rsa.h
215
include/botan-2/botan/rsa.h
215
include/botan-2/botan/salsa20.h
216
include/botan-2/botan/salsa20.h
216
include/botan-2/botan/scan_name.h
217
include/botan-2/botan/scan_name.h
218
include/botan-2/botan/scrypt.h
217
include/botan-2/botan/secmem.h
219
include/botan-2/botan/secmem.h
218
include/botan-2/botan/secqueue.h
220
include/botan-2/botan/secqueue.h
219
include/botan-2/botan/seed.h
221
include/botan-2/botan/seed.h
Lines 303-309 Link Here
303
include/botan-2/botan/zlib.h
305
include/botan-2/botan/zlib.h
304
lib/libbotan-2.a
306
lib/libbotan-2.a
305
lib/libbotan-2.so
307
lib/libbotan-2.so
306
lib/libbotan-2.so.5
308
lib/libbotan-2.so.7
307
lib/libbotan-2.so.5.6.0
309
lib/libbotan-2.so.7.7.0
308
%%PYTHON_SITELIBDIR%%/botan2.py
310
%%PYTHON_SITELIBDIR%%/botan2.py
309
libdata/pkgconfig/botan-2.pc
311
libdata/pkgconfig/botan-2.pc

Return to bug 230666