Date: Sat, 5 Nov 2016 20:42:02 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425450 - head/devel/dash.el Message-ID: <201611052042.uA5Kg2Bh077655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Sat Nov 5 20:42:02 2016 New Revision: 425450 URL: https://svnweb.freebsd.org/changeset/ports/425450 Log: devel/dash.el Update from 2.12.1 to 2.13.0 - Correct typo of 'does' to 'do' in -map-when docs - Add a LICENSE file - Edebug support for threading macros - Add annotations to pure functions PR: 212482 Submitter: Yasuhiro KIMURA <yasu@utahime.org> Approved by: pi (mentor) Modified: head/devel/dash.el/Makefile head/devel/dash.el/distinfo Modified: head/devel/dash.el/Makefile ============================================================================== --- head/devel/dash.el/Makefile Sat Nov 5 20:32:14 2016 (r425449) +++ head/devel/dash.el/Makefile Sat Nov 5 20:42:02 2016 (r425450) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dash.el -PORTVERSION= 2.12.1 +PORTVERSION= 2.13.0 CATEGORIES= devel elisp MAINTAINER= rpaulo@FreeBSD.org Modified: head/devel/dash.el/distinfo ============================================================================== --- head/devel/dash.el/distinfo Sat Nov 5 20:32:14 2016 (r425449) +++ head/devel/dash.el/distinfo Sat Nov 5 20:42:02 2016 (r425450) @@ -1,2 +1,3 @@ -SHA256 (magnars-dash.el-2.12.1_GH0.tar.gz) = 41460193aa74787b247b09ad7cae696016110abba2a922ef1a067472eba15220 -SIZE (magnars-dash.el-2.12.1_GH0.tar.gz) = 142247 +TIMESTAMP = 1473320771 +SHA256 (magnars-dash.el-2.13.0_GH0.tar.gz) = 0bc298129ff3421ba2de87b95c157fe35be0f7f26de83eae5d8558947f9e54de +SIZE (magnars-dash.el-2.13.0_GH0.tar.gz) = 146280
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611052042.uA5Kg2Bh077655>