diff options
Diffstat (limited to 'editors/with-editor/Makefile')
-rw-r--r-- | editors/with-editor/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index 220a042317f2..6bba9bb345eb 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= with-editor -PORTVERSION= 2.5.11 +PORTVERSION= 2.6.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yasu@utahime.org -COMMENT= Use the Emacsclient as the $EDITOR of child processes +COMMENT= Use the Emacsclient as the $$EDITOR of child processes -LICENSE= GPLv3 - -BUILD_DEPENDS= dash.el>0:devel/dash.el -RUN_DEPENDS= dash.el>0:devel/dash.el +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= magit |