diff options
author | makc <makc@FreeBSD.org> | 2010-10-02 06:46:25 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-02 06:46:25 +0800 |
commit | 36117911dfff0ffa074cd81259268020379b8ca3 (patch) | |
tree | 1eecf068ca5e6cba7c51bb7e964cd0b396244c67 | |
parent | d77923e509ae7390c14e154c0fb767b7433ed0d2 (diff) | |
download | freebsd-ports-gnome-36117911dfff0ffa074cd81259268020379b8ca3.tar.gz freebsd-ports-gnome-36117911dfff0ffa074cd81259268020379b8ca3.tar.zst freebsd-ports-gnome-36117911dfff0ffa074cd81259268020379b8ca3.zip |
Update to 1.0.23
PR: ports/150398
Submitted by: Kurt Jaeger (maintainer)
-rw-r--r-- | devel/lfcxml/Makefile | 9 | ||||
-rw-r--r-- | devel/lfcxml/distinfo | 6 | ||||
-rw-r--r-- | devel/lfcxml/pkg-plist | 21 |
3 files changed, 17 insertions, 19 deletions
diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile index ecd7d79a29b9..fed0b2a6982a 100644 --- a/devel/lfcxml/Makefile +++ b/devel/lfcxml/Makefile @@ -4,20 +4,17 @@ # # $FreeBSD$ -PORTNAME= cego-xml -PORTVERSION= 1.0.20 -PORTREVISION= 1 +PORTNAME= lfcxml +PORTVERSION= 1.0.23 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ -DISTNAME= xml-${PORTVERSION} MAINTAINER= fbsd-ports@opsec.eu COMMENT= C++ XML library, used for databases/cego -LIB_DEPENDS= Base.1:${PORTSDIR}/devel/cego-base +LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/xml GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/lfcxml/distinfo b/devel/lfcxml/distinfo index b48eb352ba17..9510b1edfbcb 100644 --- a/devel/lfcxml/distinfo +++ b/devel/lfcxml/distinfo @@ -1,3 +1,3 @@ -MD5 (xml-1.0.20.tar.gz) = 27dc6b987712a257af20c383f2a789a1 -SHA256 (xml-1.0.20.tar.gz) = 3aa2157d2b6905d7b74c832573f00ff0732d91e26c07e39098b9b84d4859ac47 -SIZE (xml-1.0.20.tar.gz) = 136694 +MD5 (lfcxml-1.0.23.tar.gz) = 93b83278d58eb029d478ddd9e2023d8e +SHA256 (lfcxml-1.0.23.tar.gz) = 63324550ec5ff4b71d1db2033345430e4e6df12a4822f95d6418e4c8c5355999 +SIZE (lfcxml-1.0.23.tar.gz) = 125314 diff --git a/devel/lfcxml/pkg-plist b/devel/lfcxml/pkg-plist index 843d7e1f5474..91a5664338fb 100644 --- a/devel/lfcxml/pkg-plist +++ b/devel/lfcxml/pkg-plist @@ -1,10 +1,11 @@ -include/Attribute.h -include/Document.h -include/Element.h -include/XML.h -include/XMLEscaper.h -include/XMLInStream.h -include/XMLOutStream.h -include/XMLSuite.h -lib/libXML.a -lib/libXML.so.1 +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 +lib/liblfcxml.a +lib/liblfcxml.so.1 +@dirrm include/lfc |