Date: Wed, 26 May 2021 11:34:36 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 68c6c90da614 - main - editors/with-editor: Update to 3.0.4. Message-ID: <202105261134.14QBYaEH024182@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=68c6c90da614dd1f30dc3fa32b7a4d4518b839b4 commit 68c6c90da614dd1f30dc3fa32b7a4d4518b839b4 Author: Yasuhiro Kimura <yasu@utahime.org> AuthorDate: 2021-05-26 11:29:05 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-05-26 11:34:03 +0000 editors/with-editor: Update to 3.0.4. - Pet portclippy. - Reformat with portfmt. ChangeLog: https://github.com/magit/with-editor/commits/v3.0.4 PR: 256160 Approved by: dbaio, garga (mentors, implicit) --- editors/with-editor/Makefile | 17 ++++++++--------- editors/with-editor/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index b69e78976d1a..6b7b5bf2bf13 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -2,8 +2,7 @@ PORTNAME= with-editor DISTVERSIONPREFIX= v -DISTVERSION= 3.0.2 -PORTREVISION= 1 +DISTVERSION= 3.0.4 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -16,19 +15,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= emacs gmake makeinfo USE_GITHUB= yes GH_ACCOUNT= magit -NO_ARCH= yes -INFO= with-editor MAKE_ENV+= EFLAGS="-L ${PREFIX}/${EMACS_SITE_LISPDIR}" -PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/with-editor.el \ - ${EMACS_VERSION_SITE_LISPDIR}/with-editor.elc \ - ${EMACS_VERSION_SITE_LISPDIR}/with-editor-autoloads.el - -OPTIONS_DEFINE= DOCS +NO_ARCH= yes +INFO= with-editor +PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/with-editor-autoloads.el \ + ${EMACS_VERSION_SITE_LISPDIR}/with-editor.el \ + ${EMACS_VERSION_SITE_LISPDIR}/with-editor.elc PORTDOCS= README.md +OPTIONS_DEFINE= DOCS + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} ${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc \ diff --git a/editors/with-editor/distinfo b/editors/with-editor/distinfo index e83d6b4663a8..270fd10c51b1 100644 --- a/editors/with-editor/distinfo +++ b/editors/with-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604100366 -SHA256 (magit-with-editor-v3.0.2_GH0.tar.gz) = 99c743e7ec3404874c05a6e3eea0183fc454f78742462d1713d3156ab7429157 -SIZE (magit-with-editor-v3.0.2_GH0.tar.gz) = 31992 +TIMESTAMP = 1621974040 +SHA256 (magit-with-editor-v3.0.4_GH0.tar.gz) = 1e5001cb0793f7d3e17d83121f557d7586f8c3760e71f5cfc3fdcf5057712c50 +SIZE (magit-with-editor-v3.0.4_GH0.tar.gz) = 31998
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105261134.14QBYaEH024182>