svn commit: r354782 - head/devel/libconfuse
Bryan Drewery
bdrewery at FreeBSD.org
Thu May 22 06:08:07 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list