diff --git a/devel/ctre/Makefile b/devel/ctre/Makefile index a173f245e010..45b21de22705 100644 --- a/devel/ctre/Makefile +++ b/devel/ctre/Makefile @@ -1,27 +1,28 @@ PORTNAME= ctre DISTVERSIONPREFIX= v -DISTVERSION= 3.4.1 +DISTVERSION= 3.5 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 +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 adc8c430fd40..9cca3e1255cb 100644 --- a/devel/ctre/distinfo +++ b/devel/ctre/distinfo @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1643304698 +SHA256 (hanickadot-compile-time-regular-expressions-v3.5_GH0.tar.gz) = 94b5cbf90057b252119e9a0ce459e3b488decb98e57163b00a6c7c494cd0761e +SIZE (hanickadot-compile-time-regular-expressions-v3.5_GH0.tar.gz) = 413141 diff --git a/devel/ctre/pkg-plist b/devel/ctre/pkg-plist index 1a5c2b90cd50..93eda969bb42 100644 --- a/devel/ctre/pkg-plist +++ b/devel/ctre/pkg-plist @@ -1,51 +1,52 @@ 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 +share/pkgconfig/ctre.pc