diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-09 09:14:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-09 09:14:23 +0800 |
commit | 046d2f149b4975e5ae12b1287b946be71329b6dc (patch) | |
tree | 9321b3e33eccc80dc5f4e0659b49df790aeb46b1 /japanese | |
parent | f125d0d931da4ffb7e4e20b7aabdd1ab318f7492 (diff) | |
download | freebsd-ports-gnome-046d2f149b4975e5ae12b1287b946be71329b6dc.tar.gz freebsd-ports-gnome-046d2f149b4975e5ae12b1287b946be71329b6dc.tar.zst freebsd-ports-gnome-046d2f149b4975e5ae12b1287b946be71329b6dc.zip |
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>
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 |