FreeBSD Bugzilla – Attachment 210904 Details for
Bug 243474
devel/dash.el: Update to 2.17.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
devel_dash.el.patch (text/plain), 1.58 KB, created by
Yasuhiro Kimura
on 2020-01-20 19:14:12 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2020-01-20 19:14:12 UTC
Size:
1.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 523610) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= dash.el >-PORTVERSION= 2.16.0 >-PORTREVISION= 1 >+PORTVERSION= 2.17.0 > CATEGORIES= devel elisp > PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} > >@@ -16,12 +15,18 @@ > GH_ACCOUNT= magnars > > NO_ARCH= yes >-NO_BUILD= yes >-PLIST_FILES= ${EMACS_SITE_LISPDIR}/dash.el \ >- ${EMACS_SITE_LISPDIR}/dash-functional.el >+PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/dash.el \ >+ ${EMACS_VERSION_SITE_LISPDIR}/dash.elc \ >+ ${EMACS_VERSION_SITE_LISPDIR}/dash-functional.el \ >+ ${EMACS_VERSION_SITE_LISPDIR}/dash-functional.elc > >+do-build: >+ (cd ${WRKSRC} \ >+ && ${EMACS_CMD} -Q -batch -L . -f batch-byte-compile *.el) >+ > do-install: >- (cd ${WRKSRC} && ${INSTALL_DATA} ${PLIST_FILES:M*.el:T} \ >- ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}) >+ ${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} *.el* \ >+ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}) > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 523610) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1560666989 >-SHA256 (magnars-dash.el-2.16.0_GH0.tar.gz) = a9a1e45bf158c6bef506a4835f2f2686087bddcaa4525c59f554636d4d965ba0 >-SIZE (magnars-dash.el-2.16.0_GH0.tar.gz) = 148151 >+TIMESTAMP = 1579480632 >+SHA256 (magnars-dash.el-2.17.0_GH0.tar.gz) = 9db9f70a41ad50e87d0ecf681607290284809f3f24cf36fba0d38b0019aabfa0 >+SIZE (magnars-dash.el-2.17.0_GH0.tar.gz) = 149379
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
yasu
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 243474
: 210904