svn commit: r449880 - head/editors/with-editor
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Sep 15 05:51:44 UTC 2017
Author: sunpoet
Date: Fri Sep 15 05:51:43 2017
New Revision: 449880
URL: https://svnweb.freebsd.org/changeset/ports/449880
Log:
Update LICENSE
- Add LICENSE_FILE
- Pet portlint: move DISTVERSIONPREFIX downward
PR: 222295
Submitted by: Yasuhiro KIMURA <yasu at utahime.org> (maintainer)
Modified:
head/editors/with-editor/Makefile
Modified: head/editors/with-editor/Makefile
==============================================================================
--- head/editors/with-editor/Makefile Fri Sep 15 05:51:36 2017 (r449879)
+++ head/editors/with-editor/Makefile Fri Sep 15 05:51:43 2017 (r449880)
@@ -3,15 +3,16 @@
PORTNAME= with-editor
PORTVERSION= 2.6.0
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yasu at utahime.org
-COMMENT= Use the Emacsclient as the $EDITOR of child processes
+COMMENT= Use the Emacsclient as the $$EDITOR of child processes
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= magit
More information about the svn-ports-head
mailing list