diff options
author | zeising <zeising@FreeBSD.org> | 2013-05-23 17:31:55 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-05-23 17:31:55 +0800 |
commit | 7428aed55e1acd762c35fc9306336004ff0e9478 (patch) | |
tree | 18b162550858d7438e01a83a0abc2dabbf0164fb /devel/lfcxml | |
parent | 0f96f1ef4b55aa21dd9a07934fc64deb3297c766 (diff) | |
download | freebsd-ports-gnome-7428aed55e1acd762c35fc9306336004ff0e9478.tar.gz freebsd-ports-gnome-7428aed55e1acd762c35fc9306336004ff0e9478.tar.zst freebsd-ports-gnome-7428aed55e1acd762c35fc9306336004ff0e9478.zip |
Move devel/lfc to devel/lfcbase, to avoid conflicts with other software using
liblfc as name. [1]
Update devel/lfcbase to 1.5.4: [1]
Several shared lib issues were addressed
The license was changed from GPLv2 to GPLv3.
Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2]
Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3]
Update databases/cego to 2.18.6 and chase the move of devel/lfc [4]
Several shared lib issues were addressed.
The license was changed from GPLv2 to GPLv3.
Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5]
Updated the autoconf setup
Changed License from GPLv2 to GPLv3
PR: ports/178745 [1]
ports/178746 [2]
ports/178747 [3]
ports/178752 [4]
ports/178754 [5]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5]
Diffstat (limited to 'devel/lfcxml')
-rw-r--r-- | devel/lfcxml/Makefile | 6 | ||||
-rw-r--r-- | devel/lfcxml/distinfo | 4 | ||||
-rw-r--r-- | devel/lfcxml/pkg-plist | 21 |
3 files changed, 16 insertions, 15 deletions
diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile index 0ebc3b548723..355a68026cb7 100644 --- a/devel/lfcxml/Makefile +++ b/devel/lfcxml/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ 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:${PORTSDIR}/devel/lfcbase GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/devel/lfcxml/distinfo b/devel/lfcxml/distinfo index 5017d32b5ee7..19571c33c978 100644 --- a/devel/lfcxml/distinfo +++ b/devel/lfcxml/distinfo @@ -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 --git a/devel/lfcxml/pkg-plist b/devel/lfcxml/pkg-plist index 525cb62ce628..c12a8b06b823 100644 --- a/devel/lfcxml/pkg-plist +++ b/devel/lfcxml/pkg-plist @@ -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 |