Patch file rerolled.
Fix a bug: When export to EPS file, big5 characters could not be correctly wrapped. Submitted by: June-Yen Huang <jihuang@gate.sinica.edu.tw>
This commit is contained in:
parent
3798355d9e
commit
9bacfd3afd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49375
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ CATEGORIES= chinese
|
|||
MASTERDIR= ${.CURDIR}/../../graphics/dia
|
||||
|
||||
PATCH_SITES= http://www.sinica.edu.tw/~jihuang/
|
||||
PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.diff.gz
|
||||
PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-big5.diff.gz
|
||||
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (dia-0.88.1.tar.gz) = 66a8017a9a93efe08c658f0a29838724
|
||||
MD5 (zh-dia-0.88.1.diff.gz) = 69f2d9b62f99adb8624811306e20e1e4
|
||||
MD5 (zh-dia-0.88.1-big5.diff.gz) = e4933a8b6cc2968727a5b80ce2b0e16a
|
||||
|
|
Loading…
Reference in a new issue