svn commit: r510929 - head/editors/editorconfig-core-c

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 3 09:02:49 UTC 2019


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 at 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/


More information about the svn-ports-all mailing list