Index: head/www/davix/Makefile =================================================================== --- head/www/davix/Makefile (revision 483954) +++ head/www/davix/Makefile (revision 483955) @@ -1,36 +1,32 @@ # $FreeBSD$ PORTNAME= davix -DISTVERSION= 0.6.9 -PORTREVISION= 1 +DISTVERSION= 0.7.1 CATEGORIES= www -MASTER_SITES= http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/davix/${DISTVERSION}/ - -PATCH_SITES= https://github.com/cern-fts/davix/commit/ -PATCHFILES= 8e6386f64187cf32a32627033105e3a641f6b3d2.patch:-p1 +MASTER_SITES= https://github.com/cern-fts/davix/releases/download/R_${DISTVERSION:S/./_/g}/ 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:outsource compiler:c++11-lang gnome localbase:ldflags python:build shebangfix ssl SHEBANG_GLOB= *.py USE_GNOME= libxml2 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} 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 483954) +++ head/www/davix/distinfo (revision 483955) @@ -1,5 +1,3 @@ -TIMESTAMP = 1538623319 -SHA256 (davix-0.6.9.tar.gz) = fbd97eb5fdf82ca48770d06bf8e2805b35f23255478aa381a9d25a49eb98e348 -SIZE (davix-0.6.9.tar.gz) = 4333197 -SHA256 (8e6386f64187cf32a32627033105e3a641f6b3d2.patch) = 5666a12d11cfb4e2278e4488031aea4c061f12409bd60805052b1e620be66ab4 -SIZE (8e6386f64187cf32a32627033105e3a641f6b3d2.patch) = 951 +TIMESTAMP = 1541295884 +SHA256 (davix-0.7.1.tar.gz) = 0d13c21d5d4ef9194313ae4cfba8095ac5a4272f276993c43103f833514f206b +SIZE (davix-0.7.1.tar.gz) = 4336124 Index: head/www/davix/files/patch-test_unit_CMakeLists.txt =================================================================== --- head/www/davix/files/patch-test_unit_CMakeLists.txt (revision 483954) +++ head/www/davix/files/patch-test_unit_CMakeLists.txt (revision 483955) @@ -1,11 +1,10 @@ ---- test/unit/CMakeLists.txt.orig 2018-10-02 17:02:58 UTC +--- test/unit/CMakeLists.txt.orig 2018-11-04 01:48:17 UTC +++ test/unit/CMakeLists.txt -@@ -33,7 +33,7 @@ add_executable(g_test_unit_davix_exe ${s - ${src_httprequest} ${src_datetime} ${src_neon} ${src_parser} ${src_auth} ${src_utils} ${src_parser} ${SRC_BASE64} - ${SRC_HMACSHA1} ${src_files} ${src_alibxx}) +@@ -43,6 +43,7 @@ target_link_libraries(davix-unit-tests + gtest_main + ${CMAKE_THREAD_LIBS_INIT} + ${LIBSSL_PKG_LIBRARIES} ++ uuid + ) --target_link_libraries(g_test_unit_davix_exe alibxx_core davix_tool_lib libdavix gtest gtest_main ${CMAKE_THREAD_LIBS_INIT} ${LIBSSL_PKG_LIBRARIES}) -+target_link_libraries(g_test_unit_davix_exe alibxx_core davix_tool_lib libdavix gtest gtest_main ${CMAKE_THREAD_LIBS_INIT} ${LIBSSL_PKG_LIBRARIES} uuid) - add_dependencies(g_test_unit_davix_exe libdavix) - - + install(TARGETS davix-unit-tests Index: head/www/davix/pkg-plist =================================================================== --- head/www/davix/pkg-plist (revision 483954) +++ head/www/davix/pkg-plist (revision 483955) @@ -1,47 +1,48 @@ bin/davix-get bin/davix-http bin/davix-ls bin/davix-mkdir bin/davix-mv bin/davix-put bin/davix-rm +bin/davix-unit-tests include/davix/auth/davixauth.hpp include/davix/auth/davixx509cred.hpp include/davix/compat/davix_ignored.hpp include/davix/compat/deprecated.hpp include/davix/copy/davixcopy.hpp include/davix/davix.hpp include/davix/davix_file_types.hpp include/davix/davixcontext.hpp include/davix/features.hpp include/davix/file/davfile.hpp include/davix/file/davix_file_info.hpp include/davix/file/davposix.hpp include/davix/hooks/davix_hooks.hpp include/davix/hooks/davix_hooks_fwd.hpp include/davix/hooks/davix_hooks_impl.hpp include/davix/params/davix_request_params_types.hpp include/davix/params/davixrequestparams.hpp include/davix/request/httprequest.hpp include/davix/status/davixstatusrequest.hpp include/davix/utils/davix_azure_utils.hpp include/davix/utils/davix_config.hpp include/davix/utils/davix_gcloud_utils.hpp include/davix/utils/davix_logger.hpp include/davix/utils/davix_misc_utils.hpp include/davix/utils/davix_nocopy.hpp include/davix/utils/davix_s3_utils.hpp include/davix/utils/davix_types.hpp include/davix/utils/davix_uri.hpp lib/libdavix.so lib/libdavix.so.0 lib/libdavix.so.%%PORTVERSION%% libdata/pkgconfig/davix.pc man/man1/davix-get.1.gz man/man1/davix-http.1.gz man/man1/davix-ls.1.gz man/man1/davix-mkdir.1.gz man/man1/davix-mv.1.gz man/man1/davix-put.1.gz man/man1/davix-rm.1.gz man/man3/libdavix.3.gz