ports/133995: [maintainer update] editors/xmlcopyeditor version update from 1.2.0 to 1.2.0.4

José García Juanino jjuanino at gmail.com
Sat Apr 25 12:20:02 UTC 2009


>Number:         133995
>Category:       ports
>Synopsis:       [maintainer update] editors/xmlcopyeditor version update from 1.2.0 to 1.2.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 25 12:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     José García Juanino
>Release:        FreeBSD 7.2-RC2
>Organization:
>Environment:
FreeBSD banach.altran.es 7.2-RC1 FreeBSD 7.2-RC1 #2: Fri Apr 17 22:00:06 CEST 2009     root at banach.altran.es:/usr/obj/usr/src/sys/MK2009Ene10  i386
>Description:
Dear FreeBSD committer:

I send a patch to update xmlcopyeditor port from 1.2.0 to 1.2.0.4 version

# cd /usr/ports/editors/xmlcopyeditor
# patch -p1 < pathToPatch.diff
# rm *.orig files/*.orig

Please remove files/patch-src_wraplibxml.cpp.diff from cvs, as it is not needed anymore.

Best regards
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -uNr xmlcopyeditor.orig/Makefile xmlcopyeditor/Makefile
--- xmlcopyeditor.orig/Makefile	2009-04-25 10:29:13.000000000 +0200
+++ xmlcopyeditor/Makefile	2009-04-25 12:33:27.000000000 +0200
@@ -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 @@
 		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 -uNr xmlcopyeditor.orig/distinfo xmlcopyeditor/distinfo
--- xmlcopyeditor.orig/distinfo	2009-04-25 10:29:13.000000000 +0200
+++ xmlcopyeditor/distinfo	2009-04-25 10:30:47.000000000 +0200
@@ -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 -uNr xmlcopyeditor.orig/files/patch-src_wraplibxml.cpp.diff xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff
--- xmlcopyeditor.orig/files/patch-src_wraplibxml.cpp.diff	2009-04-25 10:29:13.000000000 +0200
+++ xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff	2009-04-25 14:09:02.000000000 +0200
@@ -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 -uNr xmlcopyeditor.orig/pkg-plist xmlcopyeditor/pkg-plist
--- xmlcopyeditor.orig/pkg-plist	2009-04-25 10:29:13.000000000 +0200
+++ xmlcopyeditor/pkg-plist	2009-04-25 14:06:21.000000000 +0200
@@ -65,6 +65,7 @@
 %%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 @@
 @dirrm %%DATADIR%%/po/ru
 @dirrm %%DATADIR%%/po/fr
 @dirrm %%DATADIR%%/po/en_us
+ at dirrm %%DATADIR%%/po/es
 @dirrm %%DATADIR%%/po/de
 @dirrm %%DATADIR%%/po
 @dirrm %%DATADIR%%/png


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list