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

(-)./Makefile (-5 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/security/botan110/Makefile 394508 2015-08-17 14:20:40Z mat $
2
# $FreeBSD: head/security/botan110/Makefile 394508 2015-08-17 14:20:40Z mat $
3
3
4
PORTNAME=	botan
4
PORTNAME=	botan
5
PORTVERSION=	1.10.9
5
PORTVERSION=	1.10.12
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://files.randombit.net/botan/v1.10/
7
MASTER_SITES=	http://botan.randombit.net/releases/
8
PKGNAMESUFFIX=	110
8
PKGNAMESUFFIX=	110
9
DISTNAME=	Botan-${PORTVERSION}
9
DISTNAME=	Botan-${PORTVERSION}
10
10
Lines 18-31 Link Here
18
OPTIONS_DEFAULT=	SSL GMP ECC
18
OPTIONS_DEFAULT=	SSL GMP ECC
19
ECC_DESC=	ECC support
19
ECC_DESC=	ECC support
20
20
21
USES=		compiler gmake python:build tar:tbz
21
USES=		compiler gmake python:build tar:tgz
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
CONFIGURE_SCRIPT=	configure.py
23
CONFIGURE_SCRIPT=	configure.py
24
CONFIGURE_ARGS=	--prefix=${PREFIX} --with-bzip2 --with-zlib
24
CONFIGURE_ARGS=	--prefix=${PREFIX} --with-bzip2 --with-zlib
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.0 \
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.0.9 libdata/pkgconfig/botan-1.10.pc
28
		lib/libbotan-1.10.so.1.12 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=	*
(-)./botan110.diff (+1 lines)
Line 0 Link Here
1
===> Generating patch
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Botan-1.10.9.tbz) = 3a57384529c9e4e19490239710c46b51a16475f4eadbc75760d73eaa1e93642f
1
SHA256 (Botan-1.10.12.tgz) = affc3a79919577943f896e64d3e4a4dcc4970c5bf80cc98c7f3a3144745eac27
2
SIZE (Botan-1.10.9.tbz) = 2211764
2
SIZE (Botan-1.10.12.tgz) = 2707397

Return to bug 208393