Index: head/editors/editorconfig-core-c/Makefile =================================================================== --- head/editors/editorconfig-core-c/Makefile (revision 562143) +++ head/editors/editorconfig-core-c/Makefile (revision 562144) @@ -1,29 +1,29 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= editorconfig-core-c -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.4 DISTVERSIONPREFIX= v CATEGORIES= editors MAINTAINER= ports@FreeBSD.org COMMENT= EditorConfig core library and executable written in C LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= doxygen:devel/doxygen -LIB_DEPENDS= libpcre.so:devel/pcre +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= cmake USE_GITHUB= yes GH_ACCOUNT= editorconfig 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 562143) +++ head/editors/editorconfig-core-c/distinfo (revision 562144) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1611080733 +SHA256 (editorconfig-editorconfig-core-c-v0.12.4_GH0.tar.gz) = c2671595f1793b498cdf50b9dc03d632cc724891de7909f2ea78588fbffba289 +SIZE (editorconfig-editorconfig-core-c-v0.12.4_GH0.tar.gz) = 72141 Index: head/editors/editorconfig-core-c/pkg-plist =================================================================== --- head/editors/editorconfig-core-c/pkg-plist (revision 562143) +++ head/editors/editorconfig-core-c/pkg-plist (revision 562144) @@ -1,13 +1,17 @@ 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 +lib/cmake/EditorConfig/EditorConfigConfig.cmake +lib/cmake/EditorConfig/EditorConfigConfigVersion.cmake +lib/cmake/EditorConfig/EditorConfigTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/EditorConfig/EditorConfigTargets.cmake 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