pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/editorconfig-core



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun May 28 19:59:04 UTC 2017

Modified Files:
        pkgsrc/devel/editorconfig-core: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/editorconfig-core/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/editorconfig-core/Makefile
diff -u pkgsrc/devel/editorconfig-core/Makefile:1.1 pkgsrc/devel/editorconfig-core/Makefile:1.2
--- pkgsrc/devel/editorconfig-core/Makefile:1.1 Sun May 28 19:43:46 2017
+++ pkgsrc/devel/editorconfig-core/Makefile     Sun May 28 19:59:04 2017
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1 2017/05/28 19:43:46 nros Exp $
-
+# $NetBSD: Makefile,v 1.2 2017/05/28 19:59:04 nros Exp $
+ 
 DISTNAME=      editorconfig-core-c-0.12.1
 PKGNAME=       ${DISTNAME:S/c-//}
 CATEGORIES=    devel



Home | Main Index | Thread Index | Old Index