1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 1.10.9

- Silence portlint warning

PR:		196186
Submitted by:	lapo at lapo.it (maintainer)
This commit is contained in:
Guido Falsi 2014-12-22 12:14:27 +00:00
parent 1b6c5f5c0b
commit a661e98c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375234
2 changed files with 5 additions and 6 deletions

View File

@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= botan
PORTVERSION= 1.10.8
PORTVERSION= 1.10.9
CATEGORIES= security
MASTER_SITES= http://files.randombit.net/botan/v1.10/
PKGNAMESUFFIX= 110
DISTNAME= Botan-${PORTVERSION}
EXTRACT_SUFX= .tbz
MAINTAINER= lapo@lapo.it
COMMENT= Portable, easy to use, and efficient C++ crypto library
@ -21,14 +20,14 @@ OPTIONS_DEFINE= SSL GMP ECC DOCS
OPTIONS_DEFAULT= SSL GMP ECC
ECC_DESC= ECC support
USES= compiler gmake python:build tar:bzip2
USES= compiler gmake python:build tar:tbz
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.py
CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib
MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}"
USE_LDCONFIG= yes
PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.0 \
lib/libbotan-1.10.so.0.8 libdata/pkgconfig/botan-1.10.pc
lib/libbotan-1.10.so.0.9 libdata/pkgconfig/botan-1.10.pc
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= *

View File

@ -1,2 +1,2 @@
SHA256 (Botan-1.10.8.tbz) = bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0
SIZE (Botan-1.10.8.tbz) = 2211993
SHA256 (Botan-1.10.9.tbz) = 3a57384529c9e4e19490239710c46b51a16475f4eadbc75760d73eaa1e93642f
SIZE (Botan-1.10.9.tbz) = 2211764