Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 09:02:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510929 - head/editors/editorconfig-core-c
Message-ID:  <201909030902.x8392mtj075227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  3 09:02:48 2019
New Revision: 510929
URL: https://svnweb.freebsd.org/changeset/ports/510929

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/editors/editorconfig-core-c/Makefile
  head/editors/editorconfig-core-c/pkg-descr

Modified: head/editors/editorconfig-core-c/Makefile
==============================================================================
--- head/editors/editorconfig-core-c/Makefile	Tue Sep  3 07:50:20 2019	(r510928)
+++ head/editors/editorconfig-core-c/Makefile	Tue Sep  3 09:02:48 2019	(r510929)
@@ -9,6 +9,9 @@ CATEGORIES=	editors
 MAINTAINER=	knu@FreeBSD.org
 COMMENT=	EditorConfig core library and executable written in C
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	doxygen:devel/doxygen
 LIB_DEPENDS=	libpcre.so:devel/pcre
 

Modified: head/editors/editorconfig-core-c/pkg-descr
==============================================================================
--- head/editors/editorconfig-core-c/pkg-descr	Tue Sep  3 07:50:20 2019	(r510928)
+++ head/editors/editorconfig-core-c/pkg-descr	Tue Sep  3 09:02:48 2019	(r510929)
@@ -5,4 +5,4 @@ This package provides the core library and editorconfi
 both written in C for use by text editor plugins supporting
 EditorConfig parsing.
 
-WWW: http://editorconfig.org/
+WWW: https://editorconfig.org/



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