Date: Sat, 18 May 2013 18:40:50 +0200 From: Kurt Jaeger <fbsd-ports@opsec.eu> To: FreeBSD-gnats-submit@freebsd.org Cc: lemke@lemke-it.com Subject: ports/178746: [patch update] devel/lfcxml 1.1.1 -> 1.1.3 Message-ID: <E1UdkBe-0000h5-Bo@fa9.opsec.eu> Resent-Message-ID: <201305181650.r4IGo0hF049268@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178746 >Category: ports >Synopsis: [patch update] devel/lfcxml 1.1.1 -> 1.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 18 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Due to naming conflicts with other software that already uses lfc as the library name (see http://packages.debian.org/de/squeeze/liblfc-dev) the include directory has changed. Several shared lib issues were addressed. The license was changed from GPLv2 to GPLv3. Other PRs for the rest of the databases/cego ports follow. >How-To-Repeat: - >Fix: diff -r -u devel/lfcxml/Makefile /usr/home/pi/myp/devel/lfcxml/Makefile --- devel/lfcxml/Makefile 2013-05-16 23:24:26.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcxml/Makefile 2013-05-18 18:35:25.000000000 +0200 @@ -2,16 +2,16 @@ # $FreeBSD: head/devel/lfcxml/Makefile 318259 2013-05-15 19:42:16Z zeising $ PORTNAME= lfcxml -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu COMMENT= C++ XML library, used for databases/cego -LICENSE= GPLv2 +LICENSE= GPLv3 -LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc +LIB_DEPENDS= lfcbase.1:${PORTSDIR}/devel/lfcbase GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff -r -u devel/lfcxml/distinfo /usr/home/pi/myp/devel/lfcxml/distinfo --- devel/lfcxml/distinfo 2013-05-16 23:24:26.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcxml/distinfo 2013-05-18 18:35:31.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (lfcxml-1.1.1.tar.gz) = d40db5c936d7a45267bec1e08215dd0d0714ec0e2d26eec98f7ee10a73ea4db6 -SIZE (lfcxml-1.1.1.tar.gz) = 750740 +SHA256 (lfcxml-1.1.3.tar.gz) = 8be054c9cb53bf012d01b21c5ca36791e3ca333d6b7aac6b7eb751e005e85da8 +SIZE (lfcxml-1.1.3.tar.gz) = 362644 diff -r -u devel/lfcxml/pkg-plist /usr/home/pi/myp/devel/lfcxml/pkg-plist --- devel/lfcxml/pkg-plist 2013-05-16 23:24:26.000000000 +0200 +++ /usr/home/pi/myp/devel/lfcxml/pkg-plist 2013-05-18 18:37:09.000000000 +0200 @@ -1,12 +1,13 @@ -include/lfc/Attribute.h -include/lfc/Document.h -include/lfc/Element.h -include/lfc/XML.h -include/lfc/XMLEscaper.h -include/lfc/XMLInStream.h -include/lfc/XMLOutStream.h -include/lfc/XMLSuite.h +include/lfcxml/Attribute.h +include/lfcxml/Document.h +include/lfcxml/Element.h +include/lfcxml/XML.h +include/lfcxml/XMLEscaper.h +include/lfcxml/XMLInStream.h +include/lfcxml/XMLOutStream.h +include/lfcxml/XMLSuite.h lib/liblfcxml.a -lib/liblfcxml.so.0 -lib/liblfcxml.so lib/liblfcxml.la +lib/liblfcxml.so +lib/liblfcxml.so.1 +@dirrm include/lfcxml >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UdkBe-0000h5-Bo>