From owner-freebsd-ports Fri Dec 10 5:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C08C7152B1 for ; Fri, 10 Dec 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49158; Fri, 10 Dec 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 4316E152B1; Fri, 10 Dec 1999 05:23:29 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (u1033.seaple.icc.ne.jp [210.170.9.33]) by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id WAA22951; Fri, 10 Dec 1999 22:22:33 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id WAA43467; Fri, 10 Dec 1999 22:22:32 +0900 (JST) Message-Id: <199912101322.WAA43467@lavender.yy.cs.keio.ac.jp> Date: Fri, 10 Dec 1999 22:22:32 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Cc: max@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/15400: fix broken port: japanese/kakasi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15400 >Category: ports >Synopsis: fix broken port: japanese/kakasi >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 10 05:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan >Environment: >Description: Newer version of kakasi was released. kakasi-2.2.5 which is defined in ports collection(japanese/kakasi/Makefile)is obsolete and distfiles for kakasi-2.2.5 is changed to below file: >How-To-Repeat: >Fix: --- kakasi/Makefile.org Fri Dec 10 21:22:35 1999 +++ kakasi/Makefile Fri Dec 10 21:23:10 1999 @@ -9,13 +9,7 @@ DISTNAME= kakasi-2.2.5 PKGNAME= ja-kakasi-2.2.5 CATEGORIES= japanese -MASTER_SITES= ftp://sunsite.sut.ac.jp/pub/asia-info/japanese-src/packages/ \ - ftp://ftp.kusastro.kyoto-u.ac.jp/pub/baba/wais/ \ - ftp://etlport.etl.go.jp/pub/mule/contrib/ \ - ftp://ftp.cs.buffalo.edu/pub/mule/contrib/ \ - ftp://sh.wide.ad.jp/JAPAN/mule/contrib/ \ - ftp://ftp.funet.fi/pub/gnu/funet/emacs/mule/contrib/ \ - ftp://ftp.iij.ad.jp/pub/misc/mule/contrib/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} kakasidict.940620.gz \ kakasi-ext.tar.gz >Release-Note: >Audit-Trail: >Unformatted: >>KAKASI-2.2.5 is obsolete. Please check http://kakasi.namazu.org/ >>for the latest version. Thanks. now kakasi was broken with below error. >>>> Checksum mismatch for kakasi-2.2.5.tar.gz. >>>> Checksum mismatch for kakasidict.940620.gz. >>>> Checksum mismatch for kakasi-ext.tar.gz. >>Make sure the Makefile and md5 file (/a/ports/japanese/kakasi/files/md5) >>are up to date. If you want to override this check, type >>"make NO_CHECKSUM=yes [other args]". But maintainer of kakasi (max@FreeBSD.org) and I did not have enough time to update to newer version. I put DISTFILE into MASTER_SITE_PORTS_JP from ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/distfiles/. So, I temporarily fix and update japanese/kakasi for 3.4-RELEASE: - change MASTER_SITES to ${MASTER_SITE_PORTS_JP} I will update to newer version kakasi before 4.0-RELEASE :-) Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message