From owner-svn-ports-all@freebsd.org Thu May 5 00:00:30 2016 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 F264BB2B0A3; Thu, 5 May 2016 00:00:30 +0000 (UTC) (envelope-from sunpoet@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 A34431F16; Thu, 5 May 2016 00:00:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4500TpJ079928; Thu, 5 May 2016 00:00:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4500TIF079924; Thu, 5 May 2016 00:00:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605050000.u4500TIF079924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 May 2016 00:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414620 - head/security/libksba 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.22 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: Thu, 05 May 2016 00:00:31 -0000 Author: sunpoet Date: Thu May 5 00:00:29 2016 New Revision: 414620 URL: https://svnweb.freebsd.org/changeset/ports/414620 Log: - Update to 1.3.4 - Add LICENSE_FILE Changes: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=blob;f=NEWS;hb=HEAD Modified: head/security/libksba/Makefile head/security/libksba/distinfo head/security/libksba/pkg-plist Modified: head/security/libksba/Makefile ============================================================================== --- head/security/libksba/Makefile Thu May 5 00:00:24 2016 (r414619) +++ head/security/libksba/Makefile Thu May 5 00:00:29 2016 (r414620) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libksba -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= security MASTER_SITES= GNUPG/${PORTNAME} @@ -11,6 +11,9 @@ COMMENT= KSBA is an X.509 Library LICENSE= GPLv2 GPLv3 LGPL3 LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPLv2 +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPLv3 +LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPLv3 LIB_DEPENDS= libgpg-error.so:security/libgpg-error Modified: head/security/libksba/distinfo ============================================================================== --- head/security/libksba/distinfo Thu May 5 00:00:24 2016 (r414619) +++ head/security/libksba/distinfo Thu May 5 00:00:29 2016 (r414620) @@ -1,2 +1,2 @@ -SHA256 (libksba-1.3.3.tar.bz2) = 0c7f5ffe34d0414f6951d9880a46fcc2985c487f7c36369b9f11ad41131c7786 -SIZE (libksba-1.3.3.tar.bz2) = 618698 +SHA256 (libksba-1.3.4.tar.bz2) = f6c2883cebec5608692d8730843d87f237c0964d923bbe7aa89c05f20558ad4f +SIZE (libksba-1.3.4.tar.bz2) = 619373 Modified: head/security/libksba/pkg-plist ============================================================================== --- head/security/libksba/pkg-plist Thu May 5 00:00:24 2016 (r414619) +++ head/security/libksba/pkg-plist Thu May 5 00:00:29 2016 (r414620) @@ -3,5 +3,5 @@ include/ksba.h lib/libksba.a lib/libksba.so lib/libksba.so.8 -lib/libksba.so.8.11.4 +lib/libksba.so.8.11.5 share/aclocal/ksba.m4