summaryrefslogtreecommitdiff
path: root/textproc/libxml++/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2010-12-02 15:39:17 +0000
committerwiz <wiz>2010-12-02 15:39:17 +0000
commit6454c3fee1ef8d8e01af78b74d35f133373f2f51 (patch)
treeff48822dcfb70f0feebb07c42e96630503110a9b /textproc/libxml++/Makefile
parentbe2012f88b82d9ab1b8981a94c469247321b74d3 (diff)
downloadpkgsrc-6454c3fee1ef8d8e01af78b74d35f133373f2f51.tar.gz
Update to 2.32.0. Set LICENSE.
2.32.0 (stable): * Node::find(): Check xmlNode::type for a XML_NAMESPACE_DECL to prevent a crash/corruption. (Murray Cumming) Bug #386013 (Max Kirillov) * Build: Added an MSVC .net 2010 and 64-bit Windows builds. (Armin Burgmeier) 2.30.1 (stable): * Documentation: - Added main page doxygen text. (David King, Murray Cumming) - Show NodeList. (Murray Cumming) Bug #583412 (Hubert Figuiere). - Correct some @newin tags. (Murray Cumming) 2.30.0(stable): * Build system rewrite. * Use mm-common for reference documentation generation. Fixes GNOME bugs #583411 (Hubert Figuiere), #614260 (David King) and #551501 (Johannes Schmid) * Fix several compiler warnings. * Use 0 instead of NULL. (Murray Cumming)
Diffstat (limited to 'textproc/libxml++/Makefile')
-rw-r--r--textproc/libxml++/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index 90834fdbabc..e84f1e5b4a4 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.8 2009/08/09 23:07:48 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2010/12/02 15:39:17 wiz Exp $
-DISTNAME= libxml++-2.26.1
+DISTNAME= libxml++-2.32.0
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml++/2.26/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml++/2.32/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://libxmlplusplus.sourceforge.net/
COMMENT= C++ wrapper for the libxml XML parser library
+LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= pkg-config gmake
+USE_TOOLS+= pkg-config gmake perl
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libxml++-2.6.pc.in
GNU_CONFIGURE= yes