Date: Sat, 15 Mar 2014 06:17:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348289 - head/security/libksba Message-ID: <201403150617.s2F6Hxuu013731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403150617.s2F6Hxuu013731>