svn commit: r469787 - head/devel/dash.el

Kurt Jaeger pi at FreeBSD.org
Sun May 13 11:33:48 UTC 2018


Author: pi
Date: Sun May 13 11:33:47 2018
New Revision: 469787
URL: https://svnweb.freebsd.org/changeset/ports/469787

Log:
  devel/dash.el: update 2.13.0 -> 2.14.1
  
  This release retires Emacs 23 support. We will still try to keep
  things compatible but no future guarantees are made.
  
      Added edebug support for threading macros (@Wilfred)
      Added -unzip
      Added gv setters for -first-item and -last-item
      Added -powerset and -permutations (@holomorph)
      Added -as-> for threading a named variable (@zck)
      Added -partition-after-pred, -partition-before-pred,
            -partition-after-item, -partition-before-item (@zck)
      Fixed a bug in -any-p and friends testing for null on lists
            containing nil (#239)
      Fixed infinite loop bug in -zip and -interleave when called
            with empty input.
      Added -second-item through to -fifth-item as an alternative to
            nth (@Wilfred)
      Added -tails and -inits
      Added -running-sum and -running-product
      Added -reductions[-r][-from] family of functions (like -reduce
            but collecting intermediate results)
      Added -common-prefix (@basil-conto)
  
  PR:		227497
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
  Approved by:	hrs (maintainer timeout)

Modified:
  head/devel/dash.el/Makefile
  head/devel/dash.el/distinfo

Modified: head/devel/dash.el/Makefile
==============================================================================
--- head/devel/dash.el/Makefile	Sun May 13 11:08:10 2018	(r469786)
+++ head/devel/dash.el/Makefile	Sun May 13 11:33:47 2018	(r469787)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dash.el
-PORTVERSION=	2.13.0
-PORTREVISION=	2
+PORTVERSION=	2.14.1
 CATEGORIES=	devel elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 

Modified: head/devel/dash.el/distinfo
==============================================================================
--- head/devel/dash.el/distinfo	Sun May 13 11:08:10 2018	(r469786)
+++ head/devel/dash.el/distinfo	Sun May 13 11:33:47 2018	(r469787)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473320771
-SHA256 (magnars-dash.el-2.13.0_GH0.tar.gz) = 0bc298129ff3421ba2de87b95c157fe35be0f7f26de83eae5d8558947f9e54de
-SIZE (magnars-dash.el-2.13.0_GH0.tar.gz) = 146280
+TIMESTAMP = 1523608489
+SHA256 (magnars-dash.el-2.14.1_GH0.tar.gz) = bae5cac81d6d0214c54ed67ccd25b1c2cb13e96b5c2f91a84a6eb222bd5d117e
+SIZE (magnars-dash.el-2.14.1_GH0.tar.gz) = 141115


More information about the svn-ports-all mailing list