From owner-svn-ports-all@FreeBSD.ORG Thu May 22 06:08:07 2014 Return-Path: Delivered-To: svn-ports-all@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 177AA49E; Thu, 22 May 2014 06:08:07 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 054942AB3; Thu, 22 May 2014 06:08:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M6863n052196; Thu, 22 May 2014 06:08:06 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4M686rY052194; Thu, 22 May 2014 06:08:06 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201405220608.s4M686rY052194@svn.freebsd.org> From: Bryan Drewery Date: Thu, 22 May 2014 06:08:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354782 - head/devel/libconfuse 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.18 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, 22 May 2014 06:08:07 -0000 Author: bdrewery Date: Thu May 22 06:08:06 2014 New Revision: 354782 URL: http://svnweb.freebsd.org/changeset/ports/354782 QAT: https://qat.redports.org/buildarchive/r354782/ Log: LGPL was invalid and this is actually ISC. Modified: head/devel/libconfuse/Makefile head/devel/libconfuse/pkg-descr Modified: head/devel/libconfuse/Makefile ============================================================================== --- head/devel/libconfuse/Makefile Thu May 22 06:03:44 2014 (r354781) +++ head/devel/libconfuse/Makefile Thu May 22 06:08:06 2014 (r354782) @@ -11,7 +11,7 @@ DISTNAME= confuse-${PORTVERSION} MAINTAINER= otis@freebsd.sk COMMENT= Configuration file parsing library -LICENSE= LGPL +LICENSE= ISCL .if defined(WITH_CHECK) LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck Modified: head/devel/libconfuse/pkg-descr ============================================================================== --- head/devel/libconfuse/pkg-descr Thu May 22 06:03:44 2014 (r354781) +++ head/devel/libconfuse/pkg-descr Thu May 22 06:08:06 2014 (r354782) @@ -1,5 +1,5 @@ libConfuse is a configuration file parser library, licensed under the terms of -the LGPL, and written in C. It supports sections and (lists of) values +the ISC, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to