Skip to content

Commit

Permalink
editors/with-editor-devel: Update to latest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed May 11, 2023
1 parent c1afa69 commit 16ea3aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions editors/with-editor-devel/Makefile
@@ -1,8 +1,7 @@
PORTNAME= with-editor
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.0-40
PORTREVISION= 2
DISTVERSIONSUFFIX= -g59867ae
DISTVERSION= 3.2.0-41
DISTVERSIONSUFFIX= -gdf74385
CATEGORIES= editors elisp
PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX}

Expand All @@ -13,14 +12,14 @@ WWW= https://github.com/magit/with-editor
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=28.1.1.0:misc/compat.el@${EMACS_FLAVOR}
RUN_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=28.1.1.0:misc/compat.el@${EMACS_FLAVOR}
BUILD_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=29.1.3.4:misc/compat.el@${EMACS_FLAVOR}
RUN_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=29.1.3.4:misc/compat.el@${EMACS_FLAVOR}

USES= emacs gmake makeinfo
USE_GITHUB= yes
GH_ACCOUNT= magit

MAKE_ENV+= LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat"
MAKE_ENV+= LOAD_PATH="-L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat"
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= lisp info

Expand Down
6 changes: 3 additions & 3 deletions editors/with-editor-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677634317
SHA256 (magit-with-editor-v3.2.0-40-g59867ae_GH0.tar.gz) = 99274a49826d4b662026311e24aff7db6b90e0b42f5ce297d54ee7c5591ea09f
SIZE (magit-with-editor-v3.2.0-40-g59867ae_GH0.tar.gz) = 33263
TIMESTAMP = 1683780276
SHA256 (magit-with-editor-v3.2.0-41-gdf74385_GH0.tar.gz) = 0314b55eb9be423da4b604d3ea78acf605845f1c4ada161faece75554e0f1e8a
SIZE (magit-with-editor-v3.2.0-41-gdf74385_GH0.tar.gz) = 33294

0 comments on commit 16ea3aa

Please sign in to comment.