Date: Tue, 24 Jun 2014 00:00:10 +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: r359023 - head/devel/liblcfg Message-ID: <201406240000.s5O00A0g033594@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 24 00:00:10 2014 New Revision: 359023 URL: http://svnweb.freebsd.org/changeset/ports/359023 QAT: https://qat.redports.org/buildarchive/r359023/ Log: - Fix license (sources mention GPLv2, not BSD) - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/liblcfg/Makefile head/devel/liblcfg/pkg-plist Modified: head/devel/liblcfg/Makefile ============================================================================== --- head/devel/liblcfg/Makefile Mon Jun 23 23:57:35 2014 (r359022) +++ head/devel/liblcfg/Makefile Tue Jun 24 00:00:10 2014 (r359023) @@ -3,14 +3,16 @@ PORTNAME= liblcfg PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://liblcfg.carnivore.it/files/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Lightweight configuration file library written in C99 -LICENSE= BSD +LICENSE= GPLv2 +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/liblcfg/pkg-plist ============================================================================== --- head/devel/liblcfg/pkg-plist Mon Jun 23 23:57:35 2014 (r359022) +++ head/devel/liblcfg/pkg-plist Tue Jun 24 00:00:10 2014 (r359023) @@ -1,9 +1,9 @@ bin/lcfg include/lcfg/lcfg.h include/lcfgx/lcfgx_tree.h -lib/liblcfg.so.1 -lib/liblcfg.so -lib/liblcfg.la lib/liblcfg.a +lib/liblcfg.so +lib/liblcfg.so.1 +lib/liblcfg.so.1.0.0 @dirrm include/lcfgx @dirrm include/lcfg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406240000.s5O00A0g033594>