From owner-svn-ports-head@FreeBSD.ORG Sat Mar 15 06:17:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A11BACBB; Sat, 15 Mar 2014 06:17:59 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7416A27A; Sat, 15 Mar 2014 06:17:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F6HxgN013733; Sat, 15 Mar 2014 06:17:59 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2F6Hxuu013731; Sat, 15 Mar 2014 06:17:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403150617.s2F6Hxuu013731@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 15 Mar 2014 06:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348289 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 06:17:59 -0000 Author: sunpoet Date: Sat Mar 15 06:17:58 2014 New Revision: 348289 URL: http://svnweb.freebsd.org/changeset/ports/348289 QAT: https://qat.redports.org/buildarchive/r348289/ Log: - Add LICENSE - Convert to new LIB_DEPENDS format - Use USES=tar:bzip2 - Cosmetic change - Take maintainership - Remove Author line - Use single space after WWW: Modified: head/security/libksba/Makefile head/security/libksba/pkg-descr Modified: head/security/libksba/Makefile ============================================================================== --- head/security/libksba/Makefile Sat Mar 15 03:31:59 2014 (r348288) +++ head/security/libksba/Makefile Sat Mar 15 06:17:58 2014 (r348289) @@ -4,23 +4,24 @@ PORTNAME= libksba PORTVERSION= 1.3.0 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNUPG/${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= KSBA is an X.509 Library -BUILD_DEPENDS+= libgpg-error>=1.10:${PORTSDIR}/security/libgpg-error -LIB_DEPENDS+= gpg-error:${PORTSDIR}/security/libgpg-error +LICENSE= GPLv2 GPLv3 LGPL3 +LICENSE_COMB= dual -USE_BZIP2= yes +BUILD_DEPENDS= libgpg-error>=1.10:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error + +CONFIGURE_ARGS= --enable-static GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-static USE_LDCONFIG= yes -USES= perl5 USE_PERL5= build +USES= perl5 tar:bzip2 INFO= ksba Modified: head/security/libksba/pkg-descr ============================================================================== --- head/security/libksba/pkg-descr Sat Mar 15 03:31:59 2014 (r348288) +++ head/security/libksba/pkg-descr Sat Mar 15 06:17:58 2014 (r348289) @@ -4,5 +4,4 @@ KSBA is a library to make X.509 certific well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. -Author: g10 Code GmbH -WWW: http://www.gnupg.org/aegypten2 +WWW: http://www.gnupg.org/aegypten2/