pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(dash-el) new package



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Sep 9 22:38:51 2021 +0900
Changeset:	fcbf3c8f530319fc6022b2a9ee1e26a80840fb8d

Modified Files:
	dash-el/Makefile
	dash-el/distinfo
Removed Files:
	dash-el/patches/patch-pre-commit.sh
	dash-el/patches/patch-run-tests.sh

Log Message:
(dash-el) new package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fcbf3c8f530319fc6022b2a9ee1e26a80840fb8d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dash-el/Makefile                    |  3 ++-
 dash-el/distinfo                    |  8 ++++----
 dash-el/patches/patch-pre-commit.sh | 15 ---------------
 dash-el/patches/patch-run-tests.sh  | 15 ---------------
 4 files changed, 6 insertions(+), 35 deletions(-)

diffs:
diff --git a/dash-el/Makefile b/dash-el/Makefile
index 39b676729d..085ec64e4c 100644
--- a/dash-el/Makefile
+++ b/dash-el/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	dash.el-2.16.0
+DISTNAME=	dash.el-2.19.0
+PKGNAME=	${DISTNAME:C/\.el//}
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=magnars/}
 
diff --git a/dash-el/distinfo b/dash-el/distinfo
index 2f03a7830d..ec27caed30 100644
--- a/dash-el/distinfo
+++ b/dash-el/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (dash.el-2.16.0.tar.gz) = d83d24f6558961d73963f7d071c5d34252137209
-RMD160 (dash.el-2.16.0.tar.gz) = 6ad6765796d962c2fae07d68f053f46800d411e4
-SHA512 (dash.el-2.16.0.tar.gz) = a0196327c8e81d1b343bb56de00a3c2f59b1d3f86dc4e923cf350658590fa106aa0be933aa0f51ff3c02d9aff8450c5e055d169ae8fb876be068bf15a52af216
-Size (dash.el-2.16.0.tar.gz) = 148151 bytes
+SHA1 (dash.el-2.19.0.tar.gz) = 39da2e1834479c3eaa1c82687f319371ccdf1899
+RMD160 (dash.el-2.19.0.tar.gz) = db3695c41fcd622fe2bc44dd6ac5bcddab4c3cf8
+SHA512 (dash.el-2.19.0.tar.gz) = fafb080d3b55184c7304cd6b317b9aaf281427083b7925e233009451449dc4f59077618017b0ddaa91bc87c48dde5f981c6e0f51a19063a35b2ccc1b9ea49b2a
+Size (dash.el-2.19.0.tar.gz) = 155484 bytes
 SHA1 (patch-pre-commit.sh) = 747d63ab915b89e14633a66c965e21f87d3d792c
 SHA1 (patch-run-tests.sh) = 42b81d8337c957ba9a0d83397e98254177cbca82
diff --git a/dash-el/patches/patch-pre-commit.sh b/dash-el/patches/patch-pre-commit.sh
deleted file mode 100644
index 154222d09f..0000000000
--- a/dash-el/patches/patch-pre-commit.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-CHECK_PORTABILITY
-
---- pre-commit.sh.orig	2019-04-25 03:04:40.000000000 +0900
-+++ pre-commit.sh	2019-12-27 22:00:39.398628357 +0900
-@@ -3,7 +3,7 @@
- git stash -q --keep-index
- ./run-tests.sh
- RESULT=$?
--[ $RESULT == 0 ] && ./create-docs.sh && git add ./README.md
-+[ $RESULT = 0 ] && ./create-docs.sh && git add ./README.md
- git stash pop -q
- [ $RESULT -ne 0 ] && exit 1
- exit 0
diff --git a/dash-el/patches/patch-run-tests.sh b/dash-el/patches/patch-run-tests.sh
deleted file mode 100644
index c04ea74d6e..0000000000
--- a/dash-el/patches/patch-run-tests.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-CHECK_PORTABILITY
-
---- run-tests.sh.orig	2019-12-27 21:57:12.854280102 +0900
-+++ run-tests.sh	2019-12-27 21:55:18.150666839 +0900
-@@ -25,7 +25,7 @@ $EMACS -batch \
- 
- VERSION=`$EMACS -version | head -1 | cut -d" " -f3`
- 
--if [[ $VERSION == "24.1.1" ]] || [[ $VERSION == "24.2.1" ]] ; then
-+if [[ $VERSION = "24.1.1" ]] || [[ $VERSION = "24.2.1" ]] ; then
-     echo Skipping byte compile check for early Emacs version
- else
-     $EMACS -Q --batch \


Home | Main Index | Thread Index | Old Index