Date: Mon, 6 Aug 2012 08:42:27 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302154 - head/devel/lfcxml Message-ID: <201208060842.q768gRk7007402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Mon Aug 6 08:42:27 2012 New Revision: 302154 URL: http://svn.freebsd.org/changeset/ports/302154 Log: - Update to 1.0.27 [1] - Pet portlint(1) by moving LICENSE section earlier Changes: http://www.lemke-it.com/litnoauth?request=pubcloglfcxml PR: ports/170377 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Modified: head/devel/lfcxml/Makefile head/devel/lfcxml/distinfo Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Mon Aug 6 08:21:44 2012 (r302153) +++ head/devel/lfcxml/Makefile Mon Aug 6 08:42:27 2012 (r302154) @@ -5,16 +5,17 @@ # $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.0.26 +PORTVERSION= 1.0.27 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu COMMENT= C++ XML library, used for databases/cego +LICENSE= GPLv2 + LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc -LICENSE= GPLv2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/lfcxml/distinfo ============================================================================== --- head/devel/lfcxml/distinfo Mon Aug 6 08:21:44 2012 (r302153) +++ head/devel/lfcxml/distinfo Mon Aug 6 08:42:27 2012 (r302154) @@ -1,2 +1,2 @@ -SHA256 (lfcxml-1.0.26.tar.gz) = 5133f8cae1497b3207ac8cec44d08d6ea1ecaddf01f840f3547f50f33e76daf4 -SIZE (lfcxml-1.0.26.tar.gz) = 125552 +SHA256 (lfcxml-1.0.27.tar.gz) = f0fd9ef8329b183e3a3ed5a926261768b48aec7b99457f56dddf10e47a6f5f01 +SIZE (lfcxml-1.0.27.tar.gz) = 124925
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208060842.q768gRk7007402>