Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2012 19:09:34 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302349 - head/editors/zim
Message-ID:  <201208091909.q79J9Zmx042414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
 	-@update-desktop-database



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208091909.q79J9Zmx042414>