Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2016 06:59:37 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427359 - in head/deskutils/howm: . files
Message-ID:  <201611290659.uAT6xbux006830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Tue Nov 29 06:59:36 2016
New Revision: 427359
URL: https://svnweb.freebsd.org/changeset/ports/427359

Log:
  - Upgrade to 1.4.3 and unbreak.

Modified:
  head/deskutils/howm/Makefile
  head/deskutils/howm/distinfo
  head/deskutils/howm/files/patch-howm-vars.el

Modified: head/deskutils/howm/Makefile
==============================================================================
--- head/deskutils/howm/Makefile	Tue Nov 29 06:59:09 2016	(r427358)
+++ head/deskutils/howm/Makefile	Tue Nov 29 06:59:36 2016	(r427359)
@@ -1,15 +1,13 @@
 # $FreeBSD$
 
 PORTNAME=	howm
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.3
 CATEGORIES=	deskutils
 MASTER_SITES=	http://howm.sourceforge.jp/a/
 
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Write fragmentarily and read collectively
 
-BROKEN=		fails to build
-
 GNU_CONFIGURE=	yes
 USE_EMACS=	yes
 ELISP=		action-lock.el bcomp.el cheat-font-lock.el \

Modified: head/deskutils/howm/distinfo
==============================================================================
--- head/deskutils/howm/distinfo	Tue Nov 29 06:59:09 2016	(r427358)
+++ head/deskutils/howm/distinfo	Tue Nov 29 06:59:36 2016	(r427359)
@@ -1,2 +1,3 @@
-SHA256 (howm-1.4.2.tar.gz) = 6d4683ff55573e4edefad8bc03ee2714c9f443151936903f0b5ad99d73e73e7f
-SIZE (howm-1.4.2.tar.gz) = 544559
+TIMESTAMP = 1480165897
+SHA256 (howm-1.4.3.tar.gz) = fb7336e0a52df3d5fe72e1bbf4ffb57f1139757f6af2964ee62cc94b4729dcab
+SIZE (howm-1.4.3.tar.gz) = 552747

Modified: head/deskutils/howm/files/patch-howm-vars.el
==============================================================================
--- head/deskutils/howm/files/patch-howm-vars.el	Tue Nov 29 06:59:09 2016	(r427358)
+++ head/deskutils/howm/files/patch-howm-vars.el	Tue Nov 29 06:59:36 2016	(r427359)
@@ -1,11 +1,11 @@
---- 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.
+--- howm-vars.el.orig	2015-12-31 22:41:45.000000000 +0900
++++ howm-vars.el	2016-11-26 22:46:32.596292000 +0900
+@@ -759,7 +759,7 @@
  This variable is obsolete and may be removed in future.")
  (defvar howm-view-grep-default-option
--  (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"))
+   ;; "labels" causes a trouble in git-head emacs (d5e3922) [2015-01-31]
+-  (let* ((ed (lambda (d) (concat "--exclude-dir=" d)))
++  (let* ((ed (lambda (d) (concat "--exclude=" d)))
+          (has-ed (condition-case nil
+                      (eq 0 (call-process howm-view-grep-command nil nil nil
+                                          (apply ed "/") "--version"))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611290659.uAT6xbux006830>