diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2015-06-13 22:12:13 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2015-06-13 22:12:13 +0800 |
commit | adf67b95a7a0ce66f3c46d44a57060d45a21fd0e (patch) | |
tree | 805c338554de6f29773aac6ad167fac04654bbd9 /deskutils/howm | |
parent | cd0ce27f9fb0237787b44e2da408a658dfee152a (diff) | |
download | freebsd-ports-gnome-adf67b95a7a0ce66f3c46d44a57060d45a21fd0e.tar.gz freebsd-ports-gnome-adf67b95a7a0ce66f3c46d44a57060d45a21fd0e.tar.zst freebsd-ports-gnome-adf67b95a7a0ce66f3c46d44a57060d45a21fd0e.zip |
- Upgrade to 1.4.2.
Diffstat (limited to 'deskutils/howm')
-rw-r--r-- | deskutils/howm/Makefile | 3 | ||||
-rw-r--r-- | deskutils/howm/distinfo | 4 | ||||
-rw-r--r-- | deskutils/howm/files/patch-gfunc.el | 21 | ||||
-rw-r--r-- | deskutils/howm/pkg-plist | 6 |
4 files changed, 9 insertions, 25 deletions
diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index daa77f2fc1cc..63d43a6ab907 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= howm -PORTVERSION= 1.4.1 -PORTREVISION= 5 +PORTVERSION= 1.4.2 CATEGORIES= deskutils MASTER_SITES= http://howm.sourceforge.jp/a/ diff --git a/deskutils/howm/distinfo b/deskutils/howm/distinfo index 1f97f87f0729..f14b578105e6 100644 --- a/deskutils/howm/distinfo +++ b/deskutils/howm/distinfo @@ -1,2 +1,2 @@ -SHA256 (howm-1.4.1.tar.gz) = 8a98b1263af938627bcf85e2e969a47d1b669cebc29e5882e8e2a63532737622 -SIZE (howm-1.4.1.tar.gz) = 454620 +SHA256 (howm-1.4.2.tar.gz) = 6d4683ff55573e4edefad8bc03ee2714c9f443151936903f0b5ad99d73e73e7f +SIZE (howm-1.4.2.tar.gz) = 544559 diff --git a/deskutils/howm/files/patch-gfunc.el b/deskutils/howm/files/patch-gfunc.el deleted file mode 100644 index d59881c6e595..000000000000 --- a/deskutils/howm/files/patch-gfunc.el +++ /dev/null @@ -1,21 +0,0 @@ ---- gfunc.el.orig 2013-05-21 18:33:44.886328696 +0900 -+++ gfunc.el 2013-05-21 18:35:12.044799983 +0900 -@@ -109,14 +109,12 @@ - BODY is typically a set of `gfunc-def', and DISPATCHERS-VAR is used - as their dispatchers. - This macro cannot be nested." -+ ;; Be careful to etc/NEWS in Emacs 24.3 or -+ ;; http://www.masteringemacs.org/articles/2013/03/11/whats-new-emacs-24-3/ -+ ;; "Emacs tries to macroexpand interpreted (non-compiled) files during load." -+ (setq *gfunc-dispatchers-var* dispatchers-var) - `(eval-and-compile -- ;; I want to use let instead of setq. -- ;; But, let doesn't work when this file is byte-compiled. -- ;; I don't understand the problem around macro and byte-compilation. -- (setq *gfunc-dispatchers-var* (quote ,dispatchers-var)) - ,@body)) --;; (let ((*gfunc-dispatchers-var* (quote ,dispatchers-var))) --;; ,@body))) - - (provide 'gfunc) - diff --git a/deskutils/howm/pkg-plist b/deskutils/howm/pkg-plist index 8f7e16c4ce2e..7a4f681f9184 100644 --- a/deskutils/howm/pkg-plist +++ b/deskutils/howm/pkg-plist @@ -48,13 +48,19 @@ %%EXAMPLESDIR%%/ja/0000-00-00-000000.txt %%DOCSDIR%%/README-j.html %%DOCSDIR%%/README.html +%%DOCSDIR%%/cat.png %%DOCSDIR%%/come.png %%DOCSDIR%%/go.png %%DOCSDIR%%/index-j.html %%DOCSDIR%%/index.html +%%DOCSDIR%%/menu.png %%DOCSDIR%%/s-cat.png %%DOCSDIR%%/s-menu.png %%DOCSDIR%%/s-screen-shot.png %%DOCSDIR%%/s-search.png +%%DOCSDIR%%/s-source.png +%%DOCSDIR%%/screen-shot.png +%%DOCSDIR%%/search.png +%%DOCSDIR%%/source.png %%DOCSDIR%%/todo.png %%DOCSDIR%%/updown.png |