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

Akinori MUSHA knu at FreeBSD.org
Wed Mar 28 17:13:42 UTC 2018


Author: knu
Date: Wed Mar 28 17:13:41 2018
New Revision: 465825
URL: https://svnweb.freebsd.org/changeset/ports/465825

Log:
  Update to 0.12.2

Modified:
  head/editors/editorconfig-core-c/Makefile
  head/editors/editorconfig-core-c/distinfo
  head/editors/editorconfig-core-c/pkg-plist

Modified: head/editors/editorconfig-core-c/Makefile
==============================================================================
--- head/editors/editorconfig-core-c/Makefile	Wed Mar 28 17:08:10 2018	(r465824)
+++ head/editors/editorconfig-core-c/Makefile	Wed Mar 28 17:13:41 2018	(r465825)
@@ -2,17 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	editorconfig-core-c
-PORTVERSION=	0.11.5
+PORTVERSION=	0.12.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	editors
 
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	EditorConfig core library and executable written in C
 
+LIB_DEPENDS=	libpcre.so:devel/pcre
+
+USES=		cmake
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	editorconfig
 
-USES=		cmake
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION} \

Modified: head/editors/editorconfig-core-c/distinfo
==============================================================================
--- head/editors/editorconfig-core-c/distinfo	Wed Mar 28 17:08:10 2018	(r465824)
+++ head/editors/editorconfig-core-c/distinfo	Wed Mar 28 17:13:41 2018	(r465825)
@@ -1,2 +1,3 @@
-SHA256 (editorconfig-editorconfig-core-c-v0.11.5_GH0.tar.gz) = 2ed95449ab3c7ecd75303716927e13d07ee42ddba4472e4a0fb4e0569066370a
-SIZE (editorconfig-editorconfig-core-c-v0.11.5_GH0.tar.gz) = 76857
+TIMESTAMP = 1522256604
+SHA256 (editorconfig-editorconfig-core-c-v0.12.2_GH0.tar.gz) = 8a63ae63d3a2f2a202acbd94a6cbe3fa4450c2658e33e922683af33c48a9115d
+SIZE (editorconfig-editorconfig-core-c-v0.12.2_GH0.tar.gz) = 67002

Modified: head/editors/editorconfig-core-c/pkg-plist
==============================================================================
--- head/editors/editorconfig-core-c/pkg-plist	Wed Mar 28 17:08:10 2018	(r465824)
+++ head/editors/editorconfig-core-c/pkg-plist	Wed Mar 28 17:13:41 2018	(r465825)
@@ -6,3 +6,8 @@ lib/libeditorconfig.so
 lib/libeditorconfig.so.%%SHLIB_MAJOR%%
 lib/libeditorconfig.so.%%SHLIB_VER%%
 lib/libeditorconfig_static.a
+libdata/pkgconfig/editorconfig.pc
+man/man1/editorconfig.1.gz
+man/man3/editorconfig.h.3.gz
+man/man3/editorconfig_handle.h.3.gz
+man/man5/editorconfig-format.5.gz


More information about the svn-ports-all mailing list