pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dash-el: Update 2.19.1 and clean-up
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Wed Aug 16 08:51:30 2023 +0900
Changeset: 3da1eaa845ee8b851ea1fd78dd8ee9b239560efc
Modified Files:
dash-el/Makefile
dash-el/PLIST
dash-el/distinfo
Log Message:
dash-el: Update 2.19.1 and clean-up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3da1eaa845ee8b851ea1fd78dd8ee9b239560efc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dash-el/Makefile | 17 ++++++++++++-----
dash-el/PLIST | 1 +
dash-el/distinfo | 8 +++-----
3 files changed, 16 insertions(+), 10 deletions(-)
diffs:
diff --git a/dash-el/Makefile b/dash-el/Makefile
index 085ec64e4c..4def187477 100644
--- a/dash-el/Makefile
+++ b/dash-el/Makefile
@@ -1,21 +1,28 @@
# $NetBSD$
-DISTNAME= dash.el-2.19.0
+DISTNAME= dash.el-2.19.1
PKGNAME= ${DISTNAME:C/\.el//}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=magnars/}
+GITHUB_PROJECT= dash.el
+GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/magnars/dash.el/releases/tag/ # TODO: check
+HOMEPAGE= ${MASTER_SITE_GITHUB:=magnars/}
COMMENT= Modern list api for Emacs. No 'cl required
LICENSE= gnu-gpl-v3
-NO_BUILD= yes
+INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/dash
-INSTALLATION_DIRS= ${PREFIX}/share/emacs/site-lisp/dash
+do-build:
+ ${EMACS_BIN} --no-init-file --no-site-file -batch \
+ -f batch-byte-compile ${WRKSRC}/dash.el
do-install:
- ${INSTALL} ${WRKSRC}/dash.el ${DESTDIR}${PREFIX}/share/emacs/site-lisp/dash
+ ${INSTALL_DATA} ${WRKSRC}/dash.el \
+ ${DESTDIR}${EMACS_LISPPREFIX}/dash
+ ${INSTALL_DATA} ${WRKSRC}/dash.elc \
+ ${DESTDIR}${EMACS_LISPPREFIX}/dash
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/dash-el/PLIST b/dash-el/PLIST
index 393e261376..e70e6c1f67 100644
--- a/dash-el/PLIST
+++ b/dash-el/PLIST
@@ -1,2 +1,3 @@
@comment $NetBSD$
${EMACS_LISPPREFIX}/dash/dash.el
+${EMACS_LISPPREFIX}/dash/dash.elc
diff --git a/dash-el/distinfo b/dash-el/distinfo
index 2321bb40ad..34e8895626 100644
--- a/dash-el/distinfo
+++ b/dash-el/distinfo
@@ -1,7 +1,5 @@
$NetBSD$
-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
+BLAKE2s (dash.el-2.19.1.tar.gz) = 1fb2e79763ce8a45149dbcdb28c5104832f7b232ba67bc3187fa231f62075521
+SHA512 (dash.el-2.19.1.tar.gz) = 6822e0068bf2f2082faa4de47521982eba0117037c333178517eca9e6db1c33a2767b250a6ecbd329d2e2ca9e107d2baf0b025e34ba50f1b60da5bb7da06c195
+Size (dash.el-2.19.1.tar.gz) = 155540 bytes
Home |
Main Index |
Thread Index |
Old Index