View | Details | Raw Unified | Return to bug 196186
Collapse All | Expand All

(-)./9.patch (+1 lines)
Line 0 Link Here
1
===> Generating patch
(-)./Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/botan110/Makefile 374458 2014-12-10 14:04:23Z feld $
2
# $FreeBSD: head/security/botan110/Makefile 374458 2014-12-10 14:04:23Z feld $
3
3
4
PORTNAME=	botan
4
PORTNAME=	botan
5
PORTVERSION=	1.10.8
5
PORTVERSION=	1.10.9
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://files.randombit.net/botan/v1.10/
7
MASTER_SITES=	http://files.randombit.net/botan/v1.10/
8
PKGNAMESUFFIX=	110
8
PKGNAMESUFFIX=	110
Lines 28-34 Link Here
28
MAKE_ARGS=	CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
28
MAKE_ARGS=	CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
PLIST_FILES=	bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \
30
PLIST_FILES=	bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \
31
		lib/libbotan-1.10.so.0.8 libdata/pkgconfig/botan-1.10.pc
31
		lib/libbotan-1.10.so.0.9 libdata/pkgconfig/botan-1.10.pc
32
32
33
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
33
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
34
PORTDOCS=	*
34
PORTDOCS=	*
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Botan-1.10.8.tbz) = bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0
1
SHA256 (Botan-1.10.9.tbz) = 3a57384529c9e4e19490239710c46b51a16475f4eadbc75760d73eaa1e93642f
2
SIZE (Botan-1.10.8.tbz) = 2211993
2
SIZE (Botan-1.10.9.tbz) = 2211764

Return to bug 196186