svn commit: r359023 - head/devel/liblcfg
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 24 00:00:11 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list