Index: head/editors/editorconfig-core-c/Makefile =================================================================== --- head/editors/editorconfig-core-c/Makefile (revision 465824) +++ head/editors/editorconfig-core-c/Makefile (revision 465825) @@ -1,22 +1,25 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= editorconfig-core-c -PORTVERSION= 0.11.5 +PORTVERSION= 0.12.2 DISTVERSIONPREFIX= v CATEGORIES= editors MAINTAINER= knu@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} \ SHLIB_MAJOR=${PORTVERSION:C/\..+//} \ SHLIB_VER=${PORTVERSION} .include Index: head/editors/editorconfig-core-c/distinfo =================================================================== --- head/editors/editorconfig-core-c/distinfo (revision 465824) +++ head/editors/editorconfig-core-c/distinfo (revision 465825) @@ -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 Index: head/editors/editorconfig-core-c/pkg-plist =================================================================== --- head/editors/editorconfig-core-c/pkg-plist (revision 465824) +++ head/editors/editorconfig-core-c/pkg-plist (revision 465825) @@ -1,8 +1,13 @@ bin/editorconfig bin/editorconfig-%%PORTVERSION%% include/editorconfig/editorconfig.h include/editorconfig/editorconfig_handle.h 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