Sun May 28 19:59:04 2017 UTC ()
Uses the wrong commit command when adding this package
here is the correct commit message:

Import editorconfig-core-0.12.1 as devel/editorconfig-core

Editorconfig C library command line client. This library is used by
editorconfig plugins that are written in C and those that use the
command line interface to editorconfig. Editorconfig reads .editorconfig
files that define a coding style for a project. This allows the coding
style to be set by the project instead of the developer. Then the
developer does not have to change style between each project, the editor
knows the coding style of a file that belongs to a certain project.

Packaged in wip by myself.
The wip verson was at 0.12 the most important change between 0.12 and
0.12.1 is this:
Fix an issue that libeditorconfig calls exit()---this should not be
called in a library function.


(nros)
diff -r1.1 -r1.2 pkgsrc/devel/editorconfig-core/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/editorconfig-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/editorconfig-core/Makefile 2017/05/28 19:43:46 1.1
+++ pkgsrc/devel/editorconfig-core/Makefile 2017/05/28 19:59:04 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.1 2017/05/28 19:43:46 nros Exp $ 1# $NetBSD: Makefile,v 1.2 2017/05/28 19:59:04 nros Exp $
2 2
3DISTNAME= editorconfig-core-c-0.12.1 3DISTNAME= editorconfig-core-c-0.12.1
4PKGNAME= ${DISTNAME:S/c-//} 4PKGNAME= ${DISTNAME:S/c-//}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://downloads.sf.net/project/editorconfig/EditorConfig-C-Core/${PKGVERSION}/source/ 6MASTER_SITES= http://downloads.sf.net/project/editorconfig/EditorConfig-C-Core/${PKGVERSION}/source/
7 7
8MAINTAINER= nros@NetBSD.org 8MAINTAINER= nros@NetBSD.org
9HOMEPAGE= http://www.editorconfig.org/ 9HOMEPAGE= http://www.editorconfig.org/
10COMMENT= Editorconfig C library 10COMMENT= Editorconfig C library
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_CMAKE= yes 13USE_CMAKE= yes
14 14
15.include "options.mk" 15.include "options.mk"