diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-27 09:39:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-04-27 09:39:20 +0800 |
commit | e6509061573b176247d6a9822c53210f068237a8 (patch) | |
tree | e6eebd53d3ad6e0a2aacc9fdff31560bfbc7f389 | |
parent | 26d0d18c33b182e08f319ae3da8b38e1e2d00f93 (diff) | |
download | freebsd-ports-graphics-e6509061573b176247d6a9822c53210f068237a8.tar.gz freebsd-ports-graphics-e6509061573b176247d6a9822c53210f068237a8.tar.zst freebsd-ports-graphics-e6509061573b176247d6a9822c53210f068237a8.zip |
- Update to 1.2.0.4
PR: 133995
Submitted by: José GarcÃa Juanino <jjuanino at gmail dot com> (maintainer)
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 11 | ||||
-rw-r--r-- | editors/xmlcopyeditor/distinfo | 6 | ||||
-rw-r--r-- | editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff | 14 | ||||
-rw-r--r-- | editors/xmlcopyeditor/pkg-plist | 2 |
4 files changed, 11 insertions, 22 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 2476cce3010..0d957b2d352 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -6,9 +6,7 @@ # PORTNAME= xmlcopyeditor -PORTVERSION= 1.2.0 -PORTREVISION= 1 -DISTVERSIONSUFFIX=-2 +PORTVERSION= 1.2.0.4 CATEGORIES= editors MASTER_SITES= SF MASTER_SITE_SUBDIR=xml-copy-editor @@ -28,13 +26,16 @@ USE_DOS2UNIX= src/templates/DTD.dtd \ src/rng/tei_all.rnc \ src/rng/docbook.rnc \ src/rng/tei_minimal.rnc \ - src/rng/docbookxi.rnc + src/rng/docbookxi.rnc \ + src/po/en_us/messages.po BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ aspell.16:${PORTSDIR}/textproc/aspell \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.0:${PORTSDIR}/devel/pcre \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + expat.6:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/editors/xmlcopyeditor/distinfo b/editors/xmlcopyeditor/distinfo index 598c8bb7be4..47c68687c7a 100644 --- a/editors/xmlcopyeditor/distinfo +++ b/editors/xmlcopyeditor/distinfo @@ -1,3 +1,3 @@ -MD5 (xmlcopyeditor-1.2.0-2.tar.gz) = 4d5bcb5e2eb0bbca1e9b250f90c0dd98 -SHA256 (xmlcopyeditor-1.2.0-2.tar.gz) = 2b1bb81950b6c8c5c4e8bd442eb04424428a17653aa9373302688127eae4a5d5 -SIZE (xmlcopyeditor-1.2.0-2.tar.gz) = 2502114 +MD5 (xmlcopyeditor-1.2.0.4.tar.gz) = 0b85649a4ef6af817b1c4089237b2a57 +SHA256 (xmlcopyeditor-1.2.0.4.tar.gz) = 252e08be52f0849faae36ee3a9d6e593f2bb1cb79a3c0d66430360b5811f9de2 +SIZE (xmlcopyeditor-1.2.0.4.tar.gz) = 2484860 diff --git a/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff b/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff deleted file mode 100644 index f0ce205c2de..00000000000 --- a/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- src/wraplibxml.cpp.orig -+++ src/wraplibxml.cpp -@@ -20,6 +20,11 @@ - #include "wraplibxml.h" - #include <sstream> - #include <stdexcept> -+ -+#ifdef ATTRIBUTE_PRINTF -+#undef ATTRIBUTE_PRINTF -+#endif -+ - #include <wx/wx.h> - - WrapLibxml::WrapLibxml ( bool netAccessParameter, const std::string& catalogPathParameter ) diff --git a/editors/xmlcopyeditor/pkg-plist b/editors/xmlcopyeditor/pkg-plist index 77e267e7233..df8096943e4 100644 --- a/editors/xmlcopyeditor/pkg-plist +++ b/editors/xmlcopyeditor/pkg-plist @@ -65,6 +65,7 @@ share/pixmaps/xmlcopyeditor.png %%DATADIR%%/png/stock_undo.png %%DATADIR%%/po/de/messages.mo %%DATADIR%%/po/en_us/messages.po +%%DATADIR%%/po/es/messages.mo %%DATADIR%%/po/fr/messages.mo %%DATADIR%%/po/ru/messages.mo %%DATADIR%%/po/sk/messages.mo @@ -206,6 +207,7 @@ share/pixmaps/xmlcopyeditor.png @dirrm %%DATADIR%%/po/ru @dirrm %%DATADIR%%/po/fr @dirrm %%DATADIR%%/po/en_us +@dirrm %%DATADIR%%/po/es @dirrm %%DATADIR%%/po/de @dirrm %%DATADIR%%/po @dirrm %%DATADIR%%/png |