Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 05:51:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449880 - head/editors/with-editor
Message-ID:  <201709150551.v8F5phlt039120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709150551.v8F5phlt039120>