diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2005-06-03 01:57:35 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2005-06-03 01:57:35 +0000 |
commit | 3a7862aed716a531ad11d3719decae99f5817f72 (patch) | |
tree | e94387e76bd6cd87e2ebad127a60d420154fc120 /print/dvipdfmx | |
parent | b86571032d3eb3be7b965d065d3f9273e665eb5e (diff) | |
download | freebsd-ports-3a7862aed716a531ad11d3719decae99f5817f72.zip |
Add official two patches: one is for MetaPost support bugfix, and another
is for PK Font Generation bugfix.
To avoid some confusion, use DIST_SUBDIR to separate dvipdfmx distfiles
from others. The distinfo is changed since the directory is changed.
As a result, bump PORTREVISION.
Diffstat (limited to 'print/dvipdfmx')
-rw-r--r-- | print/dvipdfmx/Makefile | 6 | ||||
-rw-r--r-- | print/dvipdfmx/distinfo | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 06d8fde14a89..58fd5cac26ab 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -7,9 +7,13 @@ PORTNAME= dvipdfmx PORTVERSION= 20050201 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/release/ +DIST_SUBDIR= dvipdfmx + +PATCH_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/patch/ +PATCHFILES= mpost-c-20050201.diff tfm-c-20050201.diff MAINTAINER= matusita@FreeBSD.org COMMENT= Dvipdfm with Asian languages by CID-keyed font technology support diff --git a/print/dvipdfmx/distinfo b/print/dvipdfmx/distinfo index fc69d54286bd..185628f2a10f 100644 --- a/print/dvipdfmx/distinfo +++ b/print/dvipdfmx/distinfo @@ -1,2 +1,6 @@ -MD5 (dvipdfmx-20050201.tar.gz) = d6b69f30f9ad1ee52853e9ed3cd984f8 -SIZE (dvipdfmx-20050201.tar.gz) = 1341032 +MD5 (dvipdfmx/dvipdfmx-20050201.tar.gz) = d6b69f30f9ad1ee52853e9ed3cd984f8 +SIZE (dvipdfmx/dvipdfmx-20050201.tar.gz) = 1341032 +MD5 (dvipdfmx/mpost-c-20050201.diff) = 1011f527b9e22f089549a42ef2c8f9d7 +SIZE (dvipdfmx/mpost-c-20050201.diff) = 859 +MD5 (dvipdfmx/tfm-c-20050201.diff) = c6eace6fd926e2fd890e52049c5c275f +SIZE (dvipdfmx/tfm-c-20050201.diff) = 459 |