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

(-)./Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/botan110/Makefile 412349 2016-04-01 14:25:16Z mat $
2
# $FreeBSD: head/security/botan110/Makefile 412349 2016-04-01 14:25:16Z mat $
3
3
4
PORTNAME=	botan
4
PORTNAME=	botan
5
PORTVERSION=	1.10.12
5
PORTVERSION=	1.10.13
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://botan.randombit.net/releases/
7
MASTER_SITES=	http://botan.randombit.net/releases/
8
PKGNAMESUFFIX=	110
8
PKGNAMESUFFIX=	110
Lines 25-31 Link Here
25
MAKE_ARGS=	CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
25
MAKE_ARGS=	CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
PLIST_FILES=	bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \
27
PLIST_FILES=	bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \
28
		lib/libbotan-1.10.so.1.12 libdata/pkgconfig/botan-1.10.pc
28
		lib/libbotan-1.10.so.1.13 libdata/pkgconfig/botan-1.10.pc
29
29
30
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
30
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
31
PORTDOCS=	*
31
PORTDOCS=	*
(-)./botan-1.10.13.patch (+1 lines)
Line 0 Link Here
1
===> Generating patch
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Botan-1.10.12.tgz) = affc3a79919577943f896e64d3e4a4dcc4970c5bf80cc98c7f3a3144745eac27
1
SHA256 (Botan-1.10.13.tgz) = 23ec973d4b4a4fe04f490d409e08ac5638afe3aa09acd7f520daaff38ba19b90
2
SIZE (Botan-1.10.12.tgz) = 2707397
2
SIZE (Botan-1.10.13.tgz) = 2710181

Return to bug 209594