aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-04 02:32:20 +0800
committerijliao <ijliao@FreeBSD.org>2003-01-04 02:32:20 +0800
commit5dcbec4efa0a1757037cbec7628d4ee44456ca91 (patch)
tree5c58235919d6368c0b349ec9e0108098d04fabc1
parent9fe135d9383c854a315b9af73baa82dfc192cdc8 (diff)
downloadfreebsd-ports-gnome-5dcbec4efa0a1757037cbec7628d4ee44456ca91.tar.gz
freebsd-ports-gnome-5dcbec4efa0a1757037cbec7628d4ee44456ca91.tar.zst
freebsd-ports-gnome-5dcbec4efa0a1757037cbec7628d4ee44456ca91.zip
upgrade to 0.17.0
PR: 46311 Submitted by: Ports Fury
-rw-r--r--textproc/libxml++/Makefile4
-rw-r--r--textproc/libxml++/distinfo2
-rw-r--r--textproc/libxml++/pkg-plist10
-rw-r--r--textproc/libxml++26/Makefile4
-rw-r--r--textproc/libxml++26/distinfo2
-rw-r--r--textproc/libxml++26/pkg-plist10
6 files changed, 18 insertions, 14 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index e43542d87ae3..b48d88fb2843 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -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 @@ INSTALLS_SHLIB= yes
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 --git a/textproc/libxml++/distinfo b/textproc/libxml++/distinfo
index 6e34dee04b91..d0fbbe9e1caa 100644
--- a/textproc/libxml++/distinfo
+++ b/textproc/libxml++/distinfo
@@ -1 +1 @@
-MD5 (libxml++-0.16.0.tar.gz) = f3dac724db53e4bca965e69cd1162531
+MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c
diff --git a/textproc/libxml++/pkg-plist b/textproc/libxml++/pkg-plist
index 12143cb52e7f..e00468358a7d 100644
--- a/textproc/libxml++/pkg-plist
+++ b/textproc/libxml++/pkg-plist
@@ -9,12 +9,12 @@ include/libxml++-1.0/libxml++/node.h
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
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
index e43542d87ae3..b48d88fb2843 100644
--- a/textproc/libxml++26/Makefile
+++ b/textproc/libxml++26/Makefile
@@ -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 @@ INSTALLS_SHLIB= yes
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 --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo
index 6e34dee04b91..d0fbbe9e1caa 100644
--- a/textproc/libxml++26/distinfo
+++ b/textproc/libxml++26/distinfo
@@ -1 +1 @@
-MD5 (libxml++-0.16.0.tar.gz) = f3dac724db53e4bca965e69cd1162531
+MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c
diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist
index 12143cb52e7f..e00468358a7d 100644
--- a/textproc/libxml++26/pkg-plist
+++ b/textproc/libxml++26/pkg-plist
@@ -9,12 +9,12 @@ include/libxml++-1.0/libxml++/node.h
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