devel/lfc 1.4.1 -> 1.5.2 autoconf setup modernised, examples are now up to date How-To-Repeat: -
Responsible Changed From-To: freebsd-ports-bugs->zeising I'll take it.
Author: zeising Date: Wed May 15 19:42:16 2013 New Revision: 318259 URL: http://svnweb.freebsd.org/changeset/ports/318259 Log: Update devel/lfc to 1.5.2 [1] Update devel/lfcxml to 1.1.1 [2] Remove versions from LIB_DEPENDS [3] Trim makefile headers [3] PR: ports/178658 [1], ports/178661 [2] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1] [2] zeising [3] Modified: head/devel/lfc/Makefile head/devel/lfc/distinfo head/devel/lfc/pkg-plist head/devel/lfcxml/Makefile head/devel/lfcxml/distinfo head/devel/lfcxml/pkg-plist Modified: head/devel/lfc/Makefile ============================================================================== --- head/devel/lfc/Makefile Wed May 15 19:39:20 2013 (r318258) +++ head/devel/lfc/Makefile Wed May 15 19:42:16 2013 (r318259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lfc -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.2 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfc/distinfo ============================================================================== --- head/devel/lfc/distinfo Wed May 15 19:39:20 2013 (r318258) +++ head/devel/lfc/distinfo Wed May 15 19:42:16 2013 (r318259) @@ -1,2 +1,2 @@ -SHA256 (lfc-1.4.1.tar.gz) = 05e7ebff920ab7f29a660f9764695a2f30b265e23c1de4b3c6f3b579179dde69 -SIZE (lfc-1.4.1.tar.gz) = 193983 +SHA256 (lfc-1.5.2.tar.gz) = d3bba96a3d335021de1caec595c12ba57176b10963dfd195e82a07d47c81af7a +SIZE (lfc-1.5.2.tar.gz) = 1032866 Modified: head/devel/lfc/pkg-plist ============================================================================== --- head/devel/lfc/pkg-plist Wed May 15 19:39:20 2013 (r318258) +++ head/devel/lfc/pkg-plist Wed May 15 19:42:16 2013 (r318259) @@ -32,5 +32,7 @@ include/lfc/Timer.h include/lfc/Tokenizer.h include/lfc/TreeT.h lib/liblfc.a -lib/liblfc.so.1 +lib/liblfc.so.0 +lib/liblfc.so +lib/liblfc.la @dirrm include/lfc Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Wed May 15 19:39:20 2013 (r318258) +++ head/devel/lfcxml/Makefile Wed May 15 19:42:16 2013 (r318259) @@ -1,11 +1,8 @@ -# New ports collection makefile for: cego-xml -# Date created: Jun 12, 2010 -# Whom: Kurt Jaeger <fbsd-ports@opsec.eu> -# +# Created by: Kurt Jaeger <fbsd-ports@opsec.eu> # $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.0.27 +PORTVERSION= 1.1.1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ @@ -14,7 +11,7 @@ COMMENT= C++ XML library, used for datab LICENSE= GPLv2 -LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc +LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/lfcxml/distinfo ============================================================================== --- head/devel/lfcxml/distinfo Wed May 15 19:39:20 2013 (r318258) +++ head/devel/lfcxml/distinfo Wed May 15 19:42:16 2013 (r318259) @@ -1,2 +1,2 @@ -SHA256 (lfcxml-1.0.27.tar.gz) = f0fd9ef8329b183e3a3ed5a926261768b48aec7b99457f56dddf10e47a6f5f01 -SIZE (lfcxml-1.0.27.tar.gz) = 124925 +SHA256 (lfcxml-1.1.1.tar.gz) = d40db5c936d7a45267bec1e08215dd0d0714ec0e2d26eec98f7ee10a73ea4db6 +SIZE (lfcxml-1.1.1.tar.gz) = 750740 Modified: head/devel/lfcxml/pkg-plist ============================================================================== --- head/devel/lfcxml/pkg-plist Wed May 15 19:39:20 2013 (r318258) +++ head/devel/lfcxml/pkg-plist Wed May 15 19:42:16 2013 (r318259) @@ -7,5 +7,6 @@ include/lfc/XMLInStream.h include/lfc/XMLOutStream.h include/lfc/XMLSuite.h lib/liblfcxml.a -lib/liblfcxml.so.1 -@dirrm include/lfc +lib/liblfcxml.so.0 +lib/liblfcxml.so +lib/liblfcxml.la _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!