diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 01:14:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 01:14:23 +0000 |
commit | 2546bd0290761071e3ad392427d7c2ba4e5a396b (patch) | |
tree | 2703b5218824bd705ad1e9a90449ae52cbc48273 /japanese | |
parent | Upgrade to 2.06.1 (diff) |
Maintainer Update to new kdrill version, 6.0.
Note: the md5 checksum in the PR doesn't match the one commited.
The changes in the tarball, supplied to me by the maintainer, show
nothing serious except for a couple of spelling-changes and some
exception handling.
PR: ports/43873
Submitted by: Seth Kingsley <sethk@meowfishies.com>
Notes
Notes:
svn path=/head/; revision=69770
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kdrill/Makefile | 4 | ||||
-rw-r--r-- | japanese/kdrill/distinfo | 2 | ||||
-rw-r--r-- | japanese/kdrill/files/patch-Imakefile | 8 |
3 files changed, 8 insertions, 6 deletions
diff --git a/japanese/kdrill/Makefile b/japanese/kdrill/Makefile index a672de933182..80706ce1f127 100644 --- a/japanese/kdrill/Makefile +++ b/japanese/kdrill/Makefile @@ -6,9 +6,9 @@ # PORTNAME= kdrill -PORTVERSION= 5.12.2 +PORTVERSION= 6.0 CATEGORIES= japanese -MASTER_SITES= ftp://ftp.bolthole.com/kdrill/ +MASTER_SITES= http://www.bolthole.com/kdrill/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sethk@meowfishies.com diff --git a/japanese/kdrill/distinfo b/japanese/kdrill/distinfo index 62d70eda29a9..6ebeb5f86d6c 100644 --- a/japanese/kdrill/distinfo +++ b/japanese/kdrill/distinfo @@ -1 +1 @@ -MD5 (kdrill5.12.2.tar.gz) = 3707f5124f4ae5355a7bdd527e7972fa +MD5 (kdrill6.0.tar.gz) = b8548cf231edd8c7f70ee908085ef070 diff --git a/japanese/kdrill/files/patch-Imakefile b/japanese/kdrill/files/patch-Imakefile index 6fc330790a3c..1735515b640d 100644 --- a/japanese/kdrill/files/patch-Imakefile +++ b/japanese/kdrill/files/patch-Imakefile @@ -1,13 +1,15 @@ ---- Imakefile.orig Sun Nov 12 00:57:27 2000 -+++ Imakefile Sun Nov 12 03:38:54 2000 -@@ -32,8 +32,8 @@ +--- Imakefile.orig Tue Oct 1 01:15:31 2002 ++++ Imakefile Tue Oct 1 01:46:07 2002 +@@ -32,9 +32,9 @@ /* You can change these here, and KDrill.ad will * get created with the matching values. Yaaay! */ -DICTLOCATION= /usr/local/lib/kanjidic.gz -EDICTLOCATION= /usr/local/lib/edict.gz +-RADLOCATION= /usr/local/lib/radkfile +DICTLOCATION= $(LOCALBASE)/share/dict/edict/kanjidic +EDICTLOCATION= $(LOCALBASE)/share/dict/edict/edict ++RADLOCATION= $(LOCALBASE/share/dict/edict/radkfile # If for some reason, the user prefs stuff isn't working for you, # and you can't compile, uncomment this |