- Fix a problem handle utf-8 string
- Bump PORTREVISION Reported by: H hm _ at __ hm.net.br via email
This commit is contained in:
parent
9ea5195eb9
commit
47b38cdde1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302349
1 changed files with 2 additions and 1 deletions
|
@ -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/ditaa
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue