git: 2ae050574766 - main - devel/dash.el: Update to 2.19.1

Rainer Hurling rhurlin at FreeBSD.org
Fri Aug 27 05:52:34 UTC 2021


The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ae050574766950a516692b24e0d06ebe1219011

commit 2ae050574766950a516692b24e0d06ebe1219011
Author:     Yasuhiro Kimura <yasu at utahime.org>
AuthorDate: 2021-08-27 05:48:07 +0000
Commit:     Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-08-27 05:51:55 +0000

    devel/dash.el: Update to 2.19.1
    
    Fixed a regression from 2.18 in -is-suffix-p which led to false negatives
    when parts of the suffix appeared multiple times in the list being searched
    
    Changelog: https://github.com/magnars/dash.el/compare/2.19.0...2.19.1
    
    PR:             258067
---
 devel/dash.el/Makefile | 2 +-
 devel/dash.el/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/dash.el/Makefile b/devel/dash.el/Makefile
index 22f3e5d70cc9..6a0fe3898d33 100644
--- a/devel/dash.el/Makefile
+++ b/devel/dash.el/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dash.el
-DISTVERSION=	2.19.0
+DISTVERSION=	2.19.1
 CATEGORIES=	devel elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 
diff --git a/devel/dash.el/distinfo b/devel/dash.el/distinfo
index 1fb577f111ac..9d95ac031bf0 100644
--- a/devel/dash.el/distinfo
+++ b/devel/dash.el/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625969877
-SHA256 (magnars-dash.el-2.19.0_GH0.tar.gz) = ab54b75afb2fed8230d06641697812d6ef27a00414d013fa739fbaa5fa788092
-SIZE (magnars-dash.el-2.19.0_GH0.tar.gz) = 155484
+TIMESTAMP = 1630000561
+SHA256 (magnars-dash.el-2.19.1_GH0.tar.gz) = 37a8e562934ed4a6537db5f4fd83d7d472d0867f9c4749e8d21e6c5e4ae8bbae
+SIZE (magnars-dash.el-2.19.1_GH0.tar.gz) = 155540


More information about the dev-commits-ports-main mailing list