From owner-svn-ports-all@FreeBSD.ORG Mon Dec 22 12:14:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 391143D4; Mon, 22 Dec 2014 12:14:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BBD96EC; Mon, 22 Dec 2014 12:14:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMCES9O004802; Mon, 22 Dec 2014 12:14:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMCESGW004800; Mon, 22 Dec 2014 12:14:28 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201412221214.sBMCESGW004800@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 22 Dec 2014 12:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375234 - head/security/botan110 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 12:14:29 -0000 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