diff --git a/devel/ctre/Makefile b/devel/ctre/Makefile index e13a2732c989..02c5314feb63 100644 --- a/devel/ctre/Makefile +++ b/devel/ctre/Makefile @@ -1,28 +1,28 @@ PORTNAME= ctre DISTVERSIONPREFIX= v -DISTVERSION= 3.6 +DISTVERSION= 3.7 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: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GMAKE} -j ${_MAKE_JOBS} @${ECHO} "Test succeeded" # everything is tested during compilation, if you are able to compile then it's ok .include diff --git a/devel/ctre/distinfo b/devel/ctre/distinfo index a0ef2bd53957..17363744a243 100644 --- a/devel/ctre/distinfo +++ b/devel/ctre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647804833 -SHA256 (hanickadot-compile-time-regular-expressions-v3.6_GH0.tar.gz) = 82633af08edff556f1401e1cf247e44eeef50f0588202731fddab183e9fda6d0 -SIZE (hanickadot-compile-time-regular-expressions-v3.6_GH0.tar.gz) = 414907 +TIMESTAMP = 1654226705 +SHA256 (hanickadot-compile-time-regular-expressions-v3.7_GH0.tar.gz) = 12be2a37f7fe39c489f646d3faee534f965871fd998258162962f36a19a455ef +SIZE (hanickadot-compile-time-regular-expressions-v3.7_GH0.tar.gz) = 422159 diff --git a/devel/ctre/pkg-plist b/devel/ctre/pkg-plist index 93eda969bb42..7adab9e66fe4 100644 --- a/devel/ctre/pkg-plist +++ b/devel/ctre/pkg-plist @@ -1,52 +1,53 @@ 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/rotate.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 share/pkgconfig/ctre.pc