Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 06:08:06 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354782 - head/devel/libconfuse
Message-ID:  <201405220608.s4M686rY052194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405220608.s4M686rY052194>