svn commit: r301980 - in head/japanese/lookup: . files

Hiroki Sato hrs at FreeBSD.org
Sat Aug 4 00:56:03 UTC 2012


Author: hrs
Date: Sat Aug  4 00:56:02 2012
New Revision: 301980
URL: http://svn.freebsd.org/changeset/ports/301980

Log:
  Fix compilation issue on emacs24.
  
  PR:		ports/170363

Added:
  head/japanese/lookup/files/patch-lisp-ndic.el   (contents, props changed)
Modified:
  head/japanese/lookup/Makefile

Modified: head/japanese/lookup/Makefile
==============================================================================
--- head/japanese/lookup/Makefile	Sat Aug  4 00:45:29 2012	(r301979)
+++ head/japanese/lookup/Makefile	Sat Aug  4 00:56:02 2012	(r301980)
@@ -7,7 +7,7 @@
 
 PORTNAME=	lookup
 PORTVERSION=	1.4.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	japanese elisp
 MASTER_SITES=	http://openlab.ring.gr.jp/edict/lookup/dist/
 PKGNAMESUFFIX=	-${EMACS_PORT_NAME}

Added: head/japanese/lookup/files/patch-lisp-ndic.el
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/lookup/files/patch-lisp-ndic.el	Sat Aug  4 00:56:02 2012	(r301980)
@@ -0,0 +1,8 @@
+--- lisp/ndic.el.orig	2012-08-04 09:49:32.000000000 +0900
++++ lisp/ndic.el	2012-08-04 09:49:36.000000000 +0900
+@@ -1,4 +1,4 @@
+-e;;; ndic.el --- Lookup by free dictionaries
++;;; ndic.el --- Lookup by free dictionaries
+ ;; Copyright (C) 1999 Lookup Development Team <lookup at ring.gr.jp>
+ 
+ ;; Author: Keisuke Nishida <kei at psn.net>



More information about the svn-ports-head mailing list