Skip to content

Commit

Permalink
devel/transwarp: Update 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jun 25, 2022
1 parent 7b5653c commit e60c4ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions devel/transwarp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= transwarp
DISTVERSION= 2.2.2
DISTVERSION= 2.2.3
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -8,20 +8,16 @@ COMMENT= C++ header-only library for task concurrency
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md

USES= cmake compiler:c++17-lang
USES= cmake:testing compiler:c++17-lang

USE_GITHUB= yes
GH_ACCOUNT= bloomen

CMAKE_TESTING_ON= transwarp_build_tests

NO_BUILD= yes
NO_ARCH= yes

PLIST_FILES= include/transwarp.h

do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Dtranswarp_build_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/transwarp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1618983757
SHA256 (bloomen-transwarp-2.2.2_GH0.tar.gz) = 0458aebbcef0d1cf1949cfc1fce6e5aa902226622783f6eb97f7716a711c8b4d
SIZE (bloomen-transwarp-2.2.2_GH0.tar.gz) = 1047244
TIMESTAMP = 1656128581
SHA256 (bloomen-transwarp-2.2.3_GH0.tar.gz) = 258ef6d511390bf813e4c33faed37556812acd273126cc02c3aea51fee359400
SIZE (bloomen-transwarp-2.2.3_GH0.tar.gz) = 1047593

0 comments on commit e60c4ae

Please sign in to comment.