diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile index 0b3cfa5139ba..8053ed336c43 100644 --- a/textproc/re-flex/Makefile +++ b/textproc/re-flex/Makefile @@ -1,30 +1,31 @@ PORTNAME= re-flex PORTVERSION= 3.0.9 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= gahr@FreeBSD.org COMMENT= Regex-centric, fast and flexible scanner generator for C++ LICENSE= BSD3CLAUSE USES= autoreconf compiler:c++11-lib gmake CONFLICTS_INSTALL= reflex 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 diff --git a/textproc/re-flex/pkg-plist b/textproc/re-flex/pkg-plist index 1d0af368800a..9cf6842c3bf5 100644 --- a/textproc/re-flex/pkg-plist +++ b/textproc/re-flex/pkg-plist @@ -1,25 +1,26 @@ 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/pcre2matcher.h include/reflex/pattern.h include/reflex/posix.h include/reflex/ranges.h include/reflex/setop.h +include/reflex/simd.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