Index: head/www/davix/Makefile =================================================================== --- head/www/davix/Makefile (revision 533485) +++ head/www/davix/Makefile (revision 533486) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= davix -DISTVERSION= 0.7.5 +DISTVERSION= 0.7.6 CATEGORIES= www MASTER_SITES= http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/${PORTNAME}/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Make the task of managing files over HTTP-based protocols simple LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid USES= cmake compiler:c++11-lang gnome localbase:ldflags python:build shebangfix ssl SHEBANG_GLOB= *.py USE_GNOME= libxml2 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} PORTSCOUT= limit:^[0-9\.]*$$ # prevent versions like N.N.N-el7.x86_64 post-install: @${RM} -r ${STAGEDIR}${DOCSDIR} do-test: # tests are known to fail: https://github.com/cern-fts/davix/issues/33 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DUNIT_TESTS=ON FUNCTIONAL_TESTS=ON BENCH_TESTS=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Index: head/www/davix/distinfo =================================================================== --- head/www/davix/distinfo (revision 533485) +++ head/www/davix/distinfo (revision 533486) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567231328 -SHA256 (davix-0.7.5.tar.gz) = d920ca976846875d83af4dc50c99280bb3741fcf8351d5733453e70fa5fe6fc8 -SIZE (davix-0.7.5.tar.gz) = 4343329 +TIMESTAMP = 1588297549 +SHA256 (davix-0.7.6.tar.gz) = a2e7fdff29f7ba247a3bcdb08ab1db6d6ed745de2d3971b46526986caf360673 +SIZE (davix-0.7.6.tar.gz) = 4338692 Index: head/www/davix/files/patch-test_functional_CMakeLists.txt =================================================================== --- head/www/davix/files/patch-test_functional_CMakeLists.txt (revision 533485) +++ head/www/davix/files/patch-test_functional_CMakeLists.txt (revision 533486) @@ -1,11 +1,11 @@ ---- test/functional/CMakeLists.txt.orig 2019-05-08 15:50:42 UTC +--- test/functional/CMakeLists.txt.orig 2020-04-29 11:37:25 UTC +++ test/functional/CMakeLists.txt -@@ -81,7 +81,7 @@ add_library(test_davix_functional_lib ST +@@ -78,7 +78,7 @@ add_library(test_davix_functional_lib STATIC ${src_dav #target_link_libraries(test_mv libdavix test_davix_functional_lib) - add_executable(davix-tester ${src_tester}) + add_executable(davix-tester ../TestcaseHandler.cpp davix-tester.cpp) -target_link_libraries(davix-tester libdavix test_davix_functional_lib) +target_link_libraries(davix-tester libdavix test_davix_functional_lib uuid) install(TARGETS davix-tester DESTINATION ${BIN_INSTALL_DIR}/)