diff --git a/math/mathpresso/Makefile b/math/mathpresso/Makefile index ca5a3da7158e..ef0ff1e46db7 100644 --- a/math/mathpresso/Makefile +++ b/math/mathpresso/Makefile @@ -1,34 +1,28 @@ PORTNAME= mathpresso -DISTVERSION= g20211213 +DISTVERSION= g20230108 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Mathematical expression parser and JIT compiler WWW= https://github.com/kobalicek/mathpresso LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libasmjit.so:devel/asmjit USES= cmake:testing localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= kobalicek -GH_TAGNAME= 9256fa3 +GH_TAGNAME= 734c292 CMAKE_ARGS= -DASMJIT_CFLAGS="-I${LOCALBASE}/include" -DASMJIT_LIBS=asmjit CMAKE_TESTING_ON= MATHPRESSO_TEST CMAKE_TESTING_TARGET= mptest -PLIST_FILES= include/mathpresso/mathpresso.h \ - lib/libmathpresso.so - -post-install: # workaround for https://github.com/kobalicek/mathpresso/issues/18 - ${INSTALL_LIB} ${BUILD_WRKSRC}/libmathpresso.so ${STAGEDIR}${PREFIX}/lib - post-test: @cd ${TEST_WRKSRC} && ./mptest .include diff --git a/math/mathpresso/distinfo b/math/mathpresso/distinfo index be3abb586e61..8990b42c7486 100644 --- a/math/mathpresso/distinfo +++ b/math/mathpresso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672022436 -SHA256 (kobalicek-mathpresso-g20211213-9256fa3_GH0.tar.gz) = 8c6e67abc5572ff34e6a29640089d03a63b680a5b216eda36fc8593396797f38 -SIZE (kobalicek-mathpresso-g20211213-9256fa3_GH0.tar.gz) = 53143 +TIMESTAMP = 1673218727 +SHA256 (kobalicek-mathpresso-g20230108-734c292_GH0.tar.gz) = 202e375fe648382917ad8acfa3792331a1793b353f481a9b91e8325c35aabd80 +SIZE (kobalicek-mathpresso-g20230108-734c292_GH0.tar.gz) = 53333 diff --git a/math/mathpresso/pkg-plist b/math/mathpresso/pkg-plist new file mode 100644 index 000000000000..7f878359bbbb --- /dev/null +++ b/math/mathpresso/pkg-plist @@ -0,0 +1,4 @@ +include/mathpresso/mathpresso.h +lib/cmake/mathpresso/mathpresso-config-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/mathpresso/mathpresso-config.cmake +lib/libmathpresso.so