diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 12:57:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 12:57:21 +0000 |
commit | 79c373120d47d2de4693e5ded0a6082a5d693721 (patch) | |
tree | d2c2e64415f2e699ce81e61460a171c5f25ee27d /textproc/libxml++ | |
parent | 19977704ff2106ed1bc62f38e5cb6bbfb581273f (diff) |
upgrade to 0.15.0
PR: 45442
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=70584
Diffstat (limited to 'textproc/libxml++')
-rw-r--r-- | textproc/libxml++/Makefile | 9 | ||||
-rw-r--r-- | textproc/libxml++/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml++/pkg-plist | 9 |
3 files changed, 13 insertions, 7 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index a3d4a4a938b0..1bdad9d5af06 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 40bca811de3a..d1d5a980bcac 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 c8ea8e7b2053..a72263e16bbf 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 |