diff --git a/devel/ctre/Makefile b/devel/ctre/Makefile index 5f265071bd92..a173f245e010 100644 --- a/devel/ctre/Makefile +++ b/devel/ctre/Makefile @@ -1,27 +1,27 @@ PORTNAME= ctre DISTVERSIONPREFIX= v -DISTVERSION= 3.3.4 +DISTVERSION= 3.4.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ header-only library for Compile Time Regular Expressions LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= hanickadot GH_PROJECT= compile-time-regular-expressions CMAKE_OFF= BUILD_TESTING NO_BUILD= yes NO_ARCH= yes do-test: # everything is tested during compilation, if you are able to compile then it's ok @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GMAKE} -j ${_MAKE_JOBS} .include diff --git a/devel/ctre/distinfo b/devel/ctre/distinfo index 0490c6d53b71..adc8c430fd40 100644 --- a/devel/ctre/distinfo +++ b/devel/ctre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609752526 -SHA256 (hanickadot-compile-time-regular-expressions-v3.3.4_GH0.tar.gz) = 8161f0d3100fc690590f475aa9acb70163ed7f2922e35e13136dececc52c49a9 -SIZE (hanickadot-compile-time-regular-expressions-v3.3.4_GH0.tar.gz) = 393533 +TIMESTAMP = 1618764163 +SHA256 (hanickadot-compile-time-regular-expressions-v3.4.1_GH0.tar.gz) = c4a1a88b8c4a8c267507a3da3707f29a2b7c1f722e27d695296f152501a414ab +SIZE (hanickadot-compile-time-regular-expressions-v3.4.1_GH0.tar.gz) = 402704 diff --git a/devel/ctre/pkg-plist b/devel/ctre/pkg-plist index 7578c18d456e..1a5c2b90cd50 100644 --- a/devel/ctre/pkg-plist +++ b/devel/ctre/pkg-plist @@ -1,49 +1,51 @@ include/ctll.hpp include/ctll/actions.hpp include/ctll/fixed_string.hpp include/ctll/grammars.hpp include/ctll/list.hpp include/ctll/parser.hpp include/ctll/utilities.hpp include/ctre-unicode.hpp include/ctre.hpp include/ctre/actions/asserts.inc.hpp include/ctre/actions/atomic_group.inc.hpp include/ctre/actions/backreference.inc.hpp +include/ctre/actions/boundaries.inc.hpp include/ctre/actions/capture.inc.hpp include/ctre/actions/characters.inc.hpp include/ctre/actions/class.inc.hpp include/ctre/actions/fusion.inc.hpp include/ctre/actions/hexdec.inc.hpp include/ctre/actions/look.inc.hpp include/ctre/actions/named_class.inc.hpp include/ctre/actions/options.inc.hpp include/ctre/actions/properties.inc.hpp include/ctre/actions/repeat.inc.hpp include/ctre/actions/sequence.inc.hpp include/ctre/actions/set.inc.hpp include/ctre/atoms.hpp include/ctre/atoms_characters.hpp include/ctre/atoms_unicode.hpp include/ctre/evaluation.hpp include/ctre/find_captures.hpp include/ctre/first.hpp +include/ctre/flags_and_modes.hpp include/ctre/functions.hpp include/ctre/id.hpp include/ctre/iterators.hpp include/ctre/literals.hpp include/ctre/operators.hpp include/ctre/pcre.hpp include/ctre/pcre_actions.hpp include/ctre/range.hpp include/ctre/return_type.hpp include/ctre/starts_with_anchor.hpp include/ctre/utf8.hpp include/ctre/utility.hpp include/ctre/wrapper.hpp include/unicode-db.hpp include/unicode-db/unicode-db.hpp include/unicode-db/unicode_interface.hpp share/cmake/ctre/ctre-config-version.cmake share/cmake/ctre/ctre-config.cmake share/cmake/ctre/ctre-targets.cmake