diff options
Diffstat (limited to 'editors/with-editor/Makefile')
-rw-r--r-- | editors/with-editor/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index b05a5e8cbc46..4a1d35bdbc4b 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -1,7 +1,6 @@ PORTNAME= with-editor DISTVERSIONPREFIX= v -DISTVERSION= 3.4.3 -PORTREVISION= 1 +DISTVERSION= 3.4.4 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -12,8 +11,8 @@ WWW= https://github.com/magit/with-editor LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.0.0.0:misc/compat.el@${EMACS_FLAVOR} -RUN_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.0.0.0:misc/compat.el@${EMACS_FLAVOR} +BUILD_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} +RUN_DEPENDS= compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR} USES= emacs gmake makeinfo USE_GITHUB= yes |