Date: Wed, 13 May 2015 04:55:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386199 - head/dns/unbound Message-ID: <201505130455.t4D4t4PW028902@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 13 04:55:03 2015 New Revision: 386199 URL: https://svnweb.freebsd.org/changeset/ports/386199 Log: - Add CPE info - Fix LICENSE - Fix WWW: Approved by: portmgr blanket Modified: head/dns/unbound/Makefile head/dns/unbound/pkg-descr Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Wed May 13 04:51:12 2015 (r386198) +++ head/dns/unbound/Makefile Wed May 13 04:55:03 2015 (r386199) @@ -10,10 +10,11 @@ MASTER_SITES= http://unbound.net/downloa MAINTAINER= sem@FreeBSD.org COMMENT= Validating, recursive, and caching DNS resolver -LICENSE= BSD4CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES+= gmake libtool +USES+= cpe gmake libtool +CPE_VENDOR= nlnetlabs USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE} Modified: head/dns/unbound/pkg-descr ============================================================================== --- head/dns/unbound/pkg-descr Wed May 13 04:51:12 2015 (r386198) +++ head/dns/unbound/pkg-descr Wed May 13 04:55:03 2015 (r386199) @@ -21,4 +21,4 @@ Non-goals: * An authoritative name server. * Too many Features. -WWW: http://unbound.net +WWW: http://unbound.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505130455.t4D4t4PW028902>