Date: Tue, 17 Dec 2002 05:33:05 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46311: Update port: textproc/libxml++ to 0.17.0 Message-ID: <20021217053305.38e81bfd.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46311 >Category: ports >Synopsis: Update port: textproc/libxml++ to 0.17.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.17.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/libxml++/Makefile textproc/libxml++/Makefile --- /usr/ports/textproc/libxml++/Makefile Sat Nov 23 01:09:15 2002 +++ textproc/libxml++/Makefile Fri Dec 13 02:01:52 2002 @@ -7,7 +7,7 @@ # PORTNAME= libxml++ -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} @@ -24,5 +24,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + @${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|<istream>|<iostream>|g' .include <bsd.port.mk> diff -urN /usr/ports/textproc/libxml++/distinfo textproc/libxml++/distinfo --- /usr/ports/textproc/libxml++/distinfo Sat Nov 23 01:09:15 2002 +++ textproc/libxml++/distinfo Thu Dec 12 19:52:03 2002 @@ -1 +1 @@ -MD5 (libxml++-0.16.0.tar.gz) = f3dac724db53e4bca965e69cd1162531 +MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c diff -urN /usr/ports/textproc/libxml++/pkg-plist textproc/libxml++/pkg-plist --- /usr/ports/textproc/libxml++/pkg-plist Sat Nov 23 01:09:15 2002 +++ textproc/libxml++/pkg-plist Thu Dec 12 20:08:20 2002 @@ -9,12 +9,12 @@ include/libxml++-1.0/libxml++/parsers/domparser.h include/libxml++-1.0/libxml++/parsers/parser.h include/libxml++-1.0/libxml++/parsers/saxparser.h -@dirrm include/libxml++-1.0/libxml++/exceptions -@dirrm include/libxml++-1.0/libxml++/parsers -@dirrm include/libxml++-1.0/libxml++ -@dirrm include/libxml++-1.0 lib/libxml++-0.1.a lib/libxml++-0.1.so -lib/libxml++-0.1.so.2 +lib/libxml++-0.1.so.3 libdata/pkgconfig/libxml++-1.0.pc share/aclocal/libxml++.m4 +@dirrm include/libxml++-1.0/libxml++/parsers +@dirrm include/libxml++-1.0/libxml++/exceptions +@dirrm include/libxml++-1.0/libxml++ +@dirrm include/libxml++-1.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021217053305.38e81bfd.tkato>