- Update to version 0.5.0
PR: ports/64508 Submitted by: Ports Fury
This commit is contained in:
parent
d287666fd9
commit
580c90d07e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104749
5 changed files with 16 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xmlwrapp
|
||||
PORTVERSION= 0.4.4
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://pmade.org/software/xmlwrapp/download/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (xmlwrapp-0.4.4.tar.gz) = 4975137065da35919d2c54b34a7bbcb4
|
||||
SIZE (xmlwrapp-0.4.4.tar.gz) = 104564
|
||||
MD5 (xmlwrapp-0.5.0.tar.gz) = b8a07e77f8f8af9ca96bccab7d9dd310
|
||||
SIZE (xmlwrapp-0.5.0.tar.gz) = 110002
|
||||
|
|
10
textproc/xmlwrapp/files/patch-src::libxml::node_manip.cxx
Normal file
10
textproc/xmlwrapp/files/patch-src::libxml::node_manip.cxx
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/libxml/node_manip.cxx.orig Wed Nov 19 08:08:59 2003
|
||||
+++ src/libxml/node_manip.cxx Sat Mar 20 02:17:06 2004
|
||||
@@ -39,6 +39,7 @@
|
||||
#include "node_manip.h"
|
||||
|
||||
// standard includes
|
||||
+#include <new>
|
||||
#include <stdexcept>
|
||||
|
||||
// libxml includes
|
|
@ -12,4 +12,4 @@ Features:
|
|||
* Complete isolation from the backend parser due to the private
|
||||
implementation (pimpl) idiom.
|
||||
|
||||
WWW: http://pmade.org/pjones/software/xmlwrapp/
|
||||
WWW: http://pmade.org/software/xmlwrapp/
|
||||
|
|
|
@ -12,10 +12,10 @@ include/xmlwrapp/xmlwrapp.h
|
|||
%%GNOME:%%include/xsltwrapp/xsltwrapp.h
|
||||
lib/libxmlwrapp.a
|
||||
lib/libxmlwrapp.so
|
||||
lib/libxmlwrapp.so.4
|
||||
lib/libxmlwrapp.so.5
|
||||
%%GNOME:%%lib/libxsltwrapp.a
|
||||
%%GNOME:%%lib/libxsltwrapp.so
|
||||
%%GNOME:%%lib/libxsltwrapp.so.1
|
||||
%%GNOME:%%lib/libxsltwrapp.so.2
|
||||
libdata/pkgconfig/xmlwrapp.pc
|
||||
%%GNOME:%%@dirrm include/xsltwrapp
|
||||
@dirrm include/xmlwrapp
|
||||
|
|
Loading…
Reference in a new issue