Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 12:14:28 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375234 - head/security/botan110
Message-ID:  <201412221214.sBMCESGW004800@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Dec 22 12:14:27 2014
New Revision: 375234
URL: https://svnweb.freebsd.org/changeset/ports/375234
QAT: https://qat.redports.org/buildarchive/r375234/

Log:
  - Update to 1.10.9
  - Silence portlint warning
  
  PR:		196186
  Submitted by:	lapo at lapo.it (maintainer)

Modified:
  head/security/botan110/Makefile
  head/security/botan110/distinfo

Modified: head/security/botan110/Makefile
==============================================================================
--- head/security/botan110/Makefile	Mon Dec 22 12:13:11 2014	(r375233)
+++ head/security/botan110/Makefile	Mon Dec 22 12:14:27 2014	(r375234)
@@ -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=	*

Modified: head/security/botan110/distinfo
==============================================================================
--- head/security/botan110/distinfo	Mon Dec 22 12:13:11 2014	(r375233)
+++ head/security/botan110/distinfo	Mon Dec 22 12:14:27 2014	(r375234)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412221214.sBMCESGW004800>