From owner-svn-ports-all@freebsd.org Tue Dec 8 14:44:34 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 458529D4586; Tue, 8 Dec 2015 14:44:34 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 157811C10; Tue, 8 Dec 2015 14:44:34 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8EiXRO024341; Tue, 8 Dec 2015 14:44:33 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8EiWp2024338; Tue, 8 Dec 2015 14:44:32 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201512081444.tB8EiWp2024338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 8 Dec 2015 14:44:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403275 - head/security/p11-kit 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.20 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: Tue, 08 Dec 2015 14:44:34 -0000 Author: novel Date: Tue Dec 8 14:44:32 2015 New Revision: 403275 URL: https://svnweb.freebsd.org/changeset/ports/403275 Log: security/p11-kit: update to 0.23.2 - update to 0.23.2 - fix WWW: line formatting as suggested by portlint Modified: head/security/p11-kit/Makefile head/security/p11-kit/distinfo head/security/p11-kit/pkg-descr Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Tue Dec 8 14:44:03 2015 (r403274) +++ head/security/p11-kit/Makefile Tue Dec 8 14:44:32 2015 (r403275) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.23.1 -PORTREVISION= 1 +PORTVERSION= 0.23.2 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ Modified: head/security/p11-kit/distinfo ============================================================================== --- head/security/p11-kit/distinfo Tue Dec 8 14:44:03 2015 (r403274) +++ head/security/p11-kit/distinfo Tue Dec 8 14:44:32 2015 (r403275) @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.23.1.tar.gz) = e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4 -SIZE (p11-kit-0.23.1.tar.gz) = 992924 +SHA256 (p11-kit-0.23.2.tar.gz) = ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0 +SIZE (p11-kit-0.23.2.tar.gz) = 1022733 Modified: head/security/p11-kit/pkg-descr ============================================================================== --- head/security/p11-kit/pkg-descr Tue Dec 8 14:44:03 2015 (r403274) +++ head/security/p11-kit/pkg-descr Tue Dec 8 14:44:32 2015 (r403275) @@ -5,4 +5,4 @@ such a way that they're discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. -WWW: http://p11-glue.freedesktop.org/p11-kit.html +WWW: http://p11-glue.freedesktop.org/p11-kit.html