diff options
Diffstat (limited to 'japanese/lookup')
-rw-r--r-- | japanese/lookup/Makefile | 2 | ||||
-rw-r--r-- | japanese/lookup/files/patch-lisp-ndic.el | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index a465f1521d5b..48b35ea8337f 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -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} diff --git a/japanese/lookup/files/patch-lisp-ndic.el b/japanese/lookup/files/patch-lisp-ndic.el new file mode 100644 index 000000000000..bb0fb88a8ab1 --- /dev/null +++ b/japanese/lookup/files/patch-lisp-ndic.el @@ -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@ring.gr.jp> + + ;; Author: Keisuke Nishida <kei@psn.net> |