Index: head/textproc/re-flex/Makefile =================================================================== --- head/textproc/re-flex/Makefile (revision 525150) +++ head/textproc/re-flex/Makefile (revision 525151) @@ -1,30 +1,32 @@ # $FreeBSD$ PORTNAME= re-flex -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= gahr@FreeBSD.org COMMENT= Regex-centric, fast and flexible scanner generator for C++ LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= reflex USES= autoreconf compiler:c++11-lib gmake USE_GITHUB= yes GH_ACCOUNT= Genivia GH_PROJECT= RE-flex GNU_CONFIGURE= yes TEST_TARGET= test post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/reflex (cd ${WRKSRC}/include/reflex && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/include/reflex) + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/lex.vim ${STAGEDIR}${DATADIR}/lex.vim .include Index: head/textproc/re-flex/distinfo =================================================================== --- head/textproc/re-flex/distinfo (revision 525150) +++ head/textproc/re-flex/distinfo (revision 525151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579603859 -SHA256 (Genivia-RE-flex-v1.5.7_GH0.tar.gz) = 63406de5c12e4ec70229e3743cad5c9aa24e1586edcccac7710dff36c32a91ac -SIZE (Genivia-RE-flex-v1.5.7_GH0.tar.gz) = 4924870 +TIMESTAMP = 1580811066 +SHA256 (Genivia-RE-flex-v1.5.8_GH0.tar.gz) = 67ebeebfc9959827e2b25a2b14bfc0982e97e79d9309d05959bdf80f759ad5ac +SIZE (Genivia-RE-flex-v1.5.8_GH0.tar.gz) = 4936297 Index: head/textproc/re-flex/pkg-plist =================================================================== --- head/textproc/re-flex/pkg-plist (revision 525150) +++ head/textproc/re-flex/pkg-plist (revision 525151) @@ -1,23 +1,24 @@ bin/reflex include/reflex/abslexer.h include/reflex/absmatcher.h include/reflex/bits.h include/reflex/boostmatcher.h include/reflex/convert.h include/reflex/debug.h include/reflex/error.h include/reflex/flexlexer.h include/reflex/input.h include/reflex/matcher.h include/reflex/pattern.h include/reflex/posix.h include/reflex/ranges.h include/reflex/setop.h include/reflex/stdmatcher.h include/reflex/timer.h include/reflex/traits.h include/reflex/unicode.h include/reflex/utf8.h lib/libreflex.a lib/libreflexmin.a +%%DATADIR%%/lex.vim man/man1/reflex.1.gz