Date: Fri, 10 Dec 1999 22:22:32 +0900 (JST) From: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Cc: max@FreeBSD.org Subject: ports/15400: fix broken port: japanese/kakasi Message-ID: <199912101322.WAA43467@lavender.yy.cs.keio.ac.jp>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912101322.WAA43467>