Date: Fri, 5 Aug 2005 16:58:38 -0700 (PDT) From: Seth Kingsley <sethk@meowfishies.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sethk@meowfishies.com Subject: ports/84597: [MAINTAINER PATCH]: Update japanese/kdrill Message-ID: <20050805235838.F07B2DA871@toxic.magnesium.net> Resent-Message-ID: <200508060000.j7600MsW032194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84597 >Category: ports >Synopsis: [MAINTAINER PATCH]: Update japanese/kdrill >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 00:00:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Seth Kingsley >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD toxic.magnesium.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Wed Jul 6 13:04:10 PDT 2005 root@toxic.magnesium.net:/data/world/obj/data/world/src/sys/TOXIC i386 >Description: Update the japanese/kdrill port to version 6.4 and fix some $(PREFIX) problems. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/kdrill/Makefile,v retrieving revision 1.6 diff -u -d -p -r1.6 Makefile --- Makefile 26 Mar 2005 21:50:04 -0000 1.6 +++ Makefile 22 Jul 2005 13:57:23 -0000 @@ -6,7 +6,7 @@ # PORTNAME= kdrill -PORTVERSION= 6.0 +PORTVERSION= 6.4 CATEGORIES= japanese MASTER_SITES= http://www.bolthole.com/kdrill/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sethk@meowfishies.com COMMENT= A program to quiz you on the meanings of Kanji -BROKEN= Incomplete pkg-plist - # Explictly state HTML'ized man pages in packing list since not all are # generated from imake. XFREE86_HTML_MAN=no Index: distinfo =================================================================== RCS file: /home/ncvs/ports/japanese/kdrill/distinfo,v retrieving revision 1.5 diff -u -d -p -r1.5 distinfo --- distinfo 31 Mar 2004 03:08:43 -0000 1.5 +++ distinfo 22 Jul 2005 13:57:30 -0000 @@ -1,2 +1,2 @@ -MD5 (kdrill6.0.tar.gz) = b8548cf231edd8c7f70ee908085ef070 -SIZE (kdrill6.0.tar.gz) = 225242 +MD5 (kdrill6.4.tar.gz) = ce441fc265faa11bc0eb3a3040fd994b +SIZE (kdrill6.4.tar.gz) = 233196 Index: files/patch-Imakefile =================================================================== RCS file: /home/ncvs/ports/japanese/kdrill/files/patch-Imakefile,v retrieving revision 1.2 diff -u -d -p -r1.2 patch-Imakefile --- files/patch-Imakefile 9 Nov 2002 01:14:23 -0000 1.2 +++ files/patch-Imakefile 5 Aug 2005 16:16:13 -0000 @@ -1,5 +1,5 @@ ---- Imakefile.orig Tue Oct 1 01:15:31 2002 -+++ Imakefile Tue Oct 1 01:46:07 2002 +--- Imakefile.orig Sat Jan 8 06:59:13 2005 ++++ Imakefile Fri Aug 5 16:16:00 2005 @@ -32,9 +32,9 @@ /* You can change these here, and KDrill.ad will * get created with the matching values. Yaaay! @@ -13,3 +13,15 @@ # If for some reason, the user prefs stuff isn't working for you, # and you can't compile, uncomment this +@@ -46,7 +46,10 @@ + # The system should pick some default for you. + # If you dont like it, uncomment this and use it as you like. + # This isn't compiled in anywhere, it's just a convenience thing. +-# BINDIR = /usr/local/bin/X11 ++BINDIR = $(PREFIX)/bin ++LIBDIR = $(PREFIX)/lib/X11 ++CONFIGDIR = $(X11BASE)/lib/X11/config ++MANPATH = $(PREFIX)/man + + + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050805235838.F07B2DA871>