diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 21:51:07 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-03-11 21:51:07 +0800 |
commit | f194b2c9312c0c29daff659e683454a9a779c4f4 (patch) | |
tree | 463f0463cd690048d5a7106984839deefaed1458 /deskutils | |
parent | a86aeb60abac333c2763d85bc9680ae29a1651fb (diff) | |
download | freebsd-ports-gnome-f194b2c9312c0c29daff659e683454a9a779c4f4.tar.gz freebsd-ports-gnome-f194b2c9312c0c29daff659e683454a9a779c4f4.tar.zst freebsd-ports-gnome-f194b2c9312c0c29daff659e683454a9a779c4f4.zip |
- Upgrade to 1.3.9.2.
Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/howm/Makefile | 3 | ||||
-rw-r--r-- | deskutils/howm/distinfo | 4 | ||||
-rw-r--r-- | deskutils/howm/files/patch-howm-vars.el | 18 |
3 files changed, 12 insertions, 13 deletions
diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index eceb8721917d..2e81ec463c92 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= howm -PORTVERSION= 1.3.9.1 -PORTREVISION= 4 +PORTVERSION= 1.3.9.2 CATEGORIES= deskutils MASTER_SITES= http://howm.sourceforge.jp/a/ diff --git a/deskutils/howm/distinfo b/deskutils/howm/distinfo index 453cc85d8c96..785c1bbc1774 100644 --- a/deskutils/howm/distinfo +++ b/deskutils/howm/distinfo @@ -1,2 +1,2 @@ -SHA256 (howm-1.3.9.1.tar.gz) = c4e5760bc226d7a523906cbe74f961659ccbf878eda2bf0e7d91fe7022e60e55 -SIZE (howm-1.3.9.1.tar.gz) = 455351 +SHA256 (howm-1.3.9.2.tar.gz) = baff5ce28580502a876600350b7eac5d5bf1cd32ba60c115cbb9edc2ac63d578 +SIZE (howm-1.3.9.2.tar.gz) = 462278 diff --git a/deskutils/howm/files/patch-howm-vars.el b/deskutils/howm/files/patch-howm-vars.el index 028b9984b7ec..57588532f0fb 100644 --- a/deskutils/howm/files/patch-howm-vars.el +++ b/deskutils/howm/files/patch-howm-vars.el @@ -1,11 +1,11 @@ ---- howm-vars.el.orig 2010-01-18 00:13:34.830023820 +0900 -+++ howm-vars.el 2010-01-18 00:13:50.346324312 +0900 -@@ -657,7 +657,7 @@ +--- howm-vars.el.orig 2011-08-23 20:48:27.000000000 +0900 ++++ howm-vars.el 2012-03-11 22:18:42.730947048 +0900 +@@ -679,7 +679,7 @@ + "*Command name for fgrep. This variable is obsolete and may be removed in future.") (defvar howm-view-grep-default-option - (concat "-Hnr " -- (mapconcat (lambda (d) (concat "--exclude-dir=" d)) -+ (mapconcat (lambda (d) (concat "--exclude=" d)) - howm-excluded-dirs " "))) - (howm-defcustom-risky howm-view-grep-option howm-view-grep-default-option - "*Common grep option for howm." +- (labels ((ed (d) (concat "--exclude-dir=" d))) ++ (labels ((ed (d) (concat "--exclude=" d))) + (let* ((has-ed (condition-case nil + (eq 0 (call-process howm-view-grep-command nil nil nil + (ed "/") "--version")) |