diff options
author | clive <clive@FreeBSD.org> | 2001-10-30 11:37:18 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-10-30 11:37:18 +0000 |
commit | 06ac8fff5b3c3376d22b7deb1530f12e868ad2ae (patch) | |
tree | 85c1ce50ccef2055cf1e80775beecfdfe7a19e00 | |
parent | 075273b807be791d295b9067daca2d2988bac80f (diff) | |
download | FreeBSD-ports-06ac8fff5b3c3376d22b7deb1530f12e868ad2ae.zip FreeBSD-ports-06ac8fff5b3c3376d22b7deb1530f12e868ad2ae.tar.gz |
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>
-rw-r--r-- | chinese/dia/Makefile | 2 | ||||
-rw-r--r-- | chinese/dia/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/dia/Makefile b/chinese/dia/Makefile index 66e1202..0a41edc 100644 --- a/chinese/dia/Makefile +++ b/chinese/dia/Makefile @@ -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 diff --git a/chinese/dia/distinfo b/chinese/dia/distinfo index e62d4bc..9a78bbd 100644 --- a/chinese/dia/distinfo +++ b/chinese/dia/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 |