pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/editorconfig-core Uses the wrong commit command ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/228c77f4f02c
branches:  trunk
changeset: 362892:228c77f4f02c
user:      nros <nros%pkgsrc.org@localhost>
date:      Sun May 28 19:59:04 2017 +0000

description:
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.

diffstat:

 devel/editorconfig-core/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 8263ca3cc8d0 -r 228c77f4f02c devel/editorconfig-core/Makefile
--- a/devel/editorconfig-core/Makefile  Sun May 28 19:43:46 2017 +0000
+++ b/devel/editorconfig-core/Makefile  Sun May 28 19:59:04 2017 +0000
@@ -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