diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-16 02:24:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-16 02:24:46 +0000 |
commit | 05554fdb81c0eccaad162c7eeb0a61bb196e6bcd (patch) | |
tree | 976aae554063a0379251f8f850e940c6d852ee2c | |
parent | Added japanese to subdir list. (diff) |
Upgrade, 1.4 + unofficial patches -> 1.5p1
-rw-r--r-- | japanese/nkf/Makefile | 21 | ||||
-rw-r--r-- | japanese/nkf/distinfo | 4 |
2 files changed, 4 insertions, 21 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 441e62b3950a..100eee86cd32 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -1,30 +1,15 @@ # New ports collection makefile for: nkf -# Version required: 1.4 + patches +# Version required: 1.5 pl 1 # Date created: 5 February 1995 # Whom: asami # # $Id: Makefile,v 1.4 1994/11/25 18:20:48 asami Exp $ # -DISTNAME= nkf-1.4 -MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/nkf/ -DISTFILES= nkf-1.4.tar.gz nkf-patches.tar.gz nkf-speedup-patch.gz -EXTRACT_ONLY= nkf-1.4.tar.gz -WRKSRC= ${WRKDIR}/nkf +DISTNAME= nkf-1.5pl1 +MASTER_SITES= ftp://www.hitachi-sk.co.jp/pub/Japanese/filter/ pre-patch: ${PATCH_COOKIE} - @echo "===> Applying unofficial patches for ${DISTNAME}" - @(mkdir ${WRKDIR}/patches) - @(tar -C ${WRKDIR}/patches -xzf ${DISTDIR}/nkf-patches.tar.gz) - @(cd ${WRKSRC}; \ - for i in 1 2 3; do \ - patch -s nkf.c < ${WRKDIR}/patches/patch$$i; \ - done; \ - for i in 4 5; do \ - patch -s < ${WRKDIR}/patches/patch$$i; \ - done; \ - zcat ${DISTDIR}/nkf-speedup-patch.gz | patch -s; \ - ) @echo "===> Installing custom Makefile for ${DISTNAME}" @(cp ${FILESDIR}/Makefile ${WRKSRC}) diff --git a/japanese/nkf/distinfo b/japanese/nkf/distinfo index 4db6f1bc7383..5bc6a1d64881 100644 --- a/japanese/nkf/distinfo +++ b/japanese/nkf/distinfo @@ -1,3 +1 @@ -MD5 (nkf-1.4.tar.gz) = 502f058f92999c5783f19ae3583f793c -MD5 (nkf-patches.tar.gz) = 2dcb866ad3dfa20996c2337c1a36a891 -MD5 (nkf-speedup-patch.gz) = f25d1e7ae508ab59bec786bc7c28fe95 +MD5 (nkf-1.5pl1.tar.gz) = 6063d66609fae44cb30c32a3ac01e42a |