diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 12:57:21 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 12:57:21 +0000 |
commit | fb66fa9f633142ff9d5b8920828bb55b321c6815 (patch) | |
tree | 36292047c1344bc4b6eb58d00dfbcd42fcd004da /textproc | |
parent | 292343d33eb5250c8befcd1ca120929f98c48f42 (diff) | |
download | FreeBSD-ports-fb66fa9f633142ff9d5b8920828bb55b321c6815.zip FreeBSD-ports-fb66fa9f633142ff9d5b8920828bb55b321c6815.tar.gz |
upgrade to 0.15.0
PR: 45442
Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++/Makefile | 9 | ||||
-rw-r--r-- | textproc/libxml++/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml++/pkg-plist | 9 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 9 | ||||
-rw-r--r-- | textproc/libxml++26/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml++26/pkg-plist | 9 |
6 files changed, 26 insertions, 14 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index a3d4a4a..1bdad9d 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -7,17 +7,22 @@ # PORTNAME= libxml++ -PORTVERSION= 0.14.p2 +PORTVERSION= 0.15.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +USE_REINPLACE= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + .include <bsd.port.mk> diff --git a/textproc/libxml++/distinfo b/textproc/libxml++/distinfo index 40bca81..d1d5a98 100644 --- a/textproc/libxml++/distinfo +++ b/textproc/libxml++/distinfo @@ -1 +1 @@ -MD5 (libxml++-0.14pre2.tar.gz) = b21f664e827e63ffcb2fe5e5fd0bbfca +MD5 (libxml++-0.15.0.tar.gz) = cfef4f3326ea2a3bd10373ce874dc73d diff --git a/textproc/libxml++/pkg-plist b/textproc/libxml++/pkg-plist index c8ea8e7..a72263e 100644 --- a/textproc/libxml++/pkg-plist +++ b/textproc/libxml++/pkg-plist @@ -1,6 +1,7 @@ bin/xml++-config -include/xml++.h -lib/libxml++.a -lib/libxml++.so -lib/libxml++.so.0 +include/libxml++-1.0/libxml++/xml++.h +lib/libxml++-0.1.a +lib/libxml++-0.1.so +lib/libxml++-0.1.so.1 +libdata/pkgconfig/libxml++-1.0.pc share/aclocal/libxml++.m4 diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index a3d4a4a..1bdad9d 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -7,17 +7,22 @@ # PORTNAME= libxml++ -PORTVERSION= 0.14.p2 +PORTVERSION= 0.15.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +USE_REINPLACE= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + .include <bsd.port.mk> diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo index 40bca81..d1d5a98 100644 --- a/textproc/libxml++26/distinfo +++ b/textproc/libxml++26/distinfo @@ -1 +1 @@ -MD5 (libxml++-0.14pre2.tar.gz) = b21f664e827e63ffcb2fe5e5fd0bbfca +MD5 (libxml++-0.15.0.tar.gz) = cfef4f3326ea2a3bd10373ce874dc73d diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist index c8ea8e7..a72263e 100644 --- a/textproc/libxml++26/pkg-plist +++ b/textproc/libxml++26/pkg-plist @@ -1,6 +1,7 @@ bin/xml++-config -include/xml++.h -lib/libxml++.a -lib/libxml++.so -lib/libxml++.so.0 +include/libxml++-1.0/libxml++/xml++.h +lib/libxml++-0.1.a +lib/libxml++-0.1.so +lib/libxml++-0.1.so.1 +libdata/pkgconfig/libxml++-1.0.pc share/aclocal/libxml++.m4 |