svn commit: r302349 - head/editors/zim

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Aug 9 19:09:35 UTC 2012


Author: acm
Date: Thu Aug  9 19:09:34 2012
New Revision: 302349
URL: http://svn.freebsd.org/changeset/ports/302349

Log:
  - Fix a problem handle utf-8 string
  - Bump PORTREVISION
  
  Reported by:	H hm _ at __ hm.net.br via email

Modified:
  head/editors/zim/Makefile

Modified: head/editors/zim/Makefile
==============================================================================
--- head/editors/zim/Makefile	Thu Aug  9 19:06:56 2012	(r302348)
+++ head/editors/zim/Makefile	Thu Aug  9 19:09:34 2012	(r302349)
@@ -7,7 +7,7 @@
 
 PORTNAME=	zim
 PORTVERSION=	0.56
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors python
 MASTER_SITES=	http://www.zim-wiki.org/downloads/
 
@@ -70,6 +70,7 @@ RUN_DEPENDS+=	ditaa:${PORTSDIR}/graphics
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
+	@${REINPLACE_CMD} -e "s|decode('utf-8')|decode('utf-8','replace')|g" ${WRKSRC}/zim/utils.py
 
 post-install:
 	- at update-desktop-database



More information about the svn-ports-head mailing list