diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-29 16:11:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-29 16:11:37 +0000 |
commit | 5d7487c69114188da2d0a13d48224b2a8f6d1fa0 (patch) | |
tree | 399c681bf93dd94d657c6bfce5b049a527382406 /japanese | |
parent | 3e8b931024f0ae3fb9d209010fd0418e8f896d6f (diff) |
Update to 4.0.9
PR: 65871
Submitted by: Takayuki Nakao
Notes
Notes:
svn path=/head/; revision=107979
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/yc.el/Makefile | 2 | ||||
-rw-r--r-- | japanese/yc.el/distinfo | 4 | ||||
-rw-r--r-- | japanese/yc.el/files/patch-aa | 12 |
3 files changed, 8 insertions, 10 deletions
diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile index 265e484755d8..4676c356558a 100644 --- a/japanese/yc.el/Makefile +++ b/japanese/yc.el/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yc.el -PORTVERSION= 4.0.8 +PORTVERSION= 4.0.9 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/ diff --git a/japanese/yc.el/distinfo b/japanese/yc.el/distinfo index 58081cface55..5c6043b05102 100644 --- a/japanese/yc.el/distinfo +++ b/japanese/yc.el/distinfo @@ -1,2 +1,2 @@ -MD5 (yc-4.0.8.tar.gz) = 067fa53a65409478a01ccff67d9b9fb8 -SIZE (yc-4.0.8.tar.gz) = 43496 +MD5 (yc-4.0.9.tar.gz) = 2682bdeb44e8164d00e33156907612bf +SIZE (yc-4.0.9.tar.gz) = 43550 diff --git a/japanese/yc.el/files/patch-aa b/japanese/yc.el/files/patch-aa index 941da210b3b3..9f892b385a77 100644 --- a/japanese/yc.el/files/patch-aa +++ b/japanese/yc.el/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Nov 9 16:18:10 2003 -+++ Makefile Fri Nov 21 12:59:50 2003 +--- Makefile.orig Tue Apr 20 00:16:34 2004 ++++ Makefile Thu Apr 22 16:31:02 2004 @@ -1,10 +1,10 @@ -prefix = /usr/local +prefix = $(PREFIX) @@ -14,7 +14,7 @@ #elispdir = $(prefix)/lib/$(EMACS)/site-lisp #elispdir = $(prefix)/lib/emacs -@@ -12,8 +12,10 @@ +@@ -12,8 +12,8 @@ elc = yc.elc PROGRAM = icanna$(exesuffix) OBJS = icanna.o @@ -22,12 +22,10 @@ -INSTALL = install +#CC = gcc +#INSTALL = install -+ -+.SUFFIXES: .el .elc - all: $(PROGRAM) $(elc) + .SUFFIXES: .el .elc -@@ -29,11 +31,13 @@ +@@ -31,11 +31,13 @@ install: install-bin install-el install-bin: $(PROGRAM) |