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

(-)./Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/botan110/Makefile 363371 2014-07-29 18:41:15Z adamw $
2
# $FreeBSD: head/security/botan110/Makefile 363371 2014-07-29 18:41:15Z adamw $
3
3
4
PORTNAME=	botan
4
PORTNAME=	botan
5
PORTVERSION=	1.10.7
5
PORTVERSION=	1.10.8
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 29-35 Link Here
29
MAKE_ARGS=	CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
29
MAKE_ARGS=	CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
PLIST_FILES=	bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \
31
PLIST_FILES=	bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \
32
		lib/libbotan-1.10.so.0.7 libdata/pkgconfig/botan-1.10.pc
32
		lib/libbotan-1.10.so.0.8 libdata/pkgconfig/botan-1.10.pc
33
33
34
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
34
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
35
PORTDOCS=	*
35
PORTDOCS=	*
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Botan-1.10.7.tbz) = 19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d
1
SHA256 (Botan-1.10.8.tbz) = bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0
2
SIZE (Botan-1.10.7.tbz) = 2240316
2
SIZE (Botan-1.10.8.tbz) = 2211993

Return to bug 192989