Index: head/www/davix/Makefile =================================================================== --- head/www/davix/Makefile (revision 501027) +++ head/www/davix/Makefile (revision 501028) @@ -1,33 +1,32 @@ # $FreeBSD$ PORTNAME= davix -DISTVERSION= 0.7.1 -PORTREVISION= 1 +DISTVERSION= 0.7.3 CATEGORIES= www -MASTER_SITES= https://github.com/cern-fts/davix/releases/download/R_${DISTVERSION:S/./_/g}/ +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} 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 501027) +++ head/www/davix/distinfo (revision 501028) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541295884 -SHA256 (davix-0.7.1.tar.gz) = 0d13c21d5d4ef9194313ae4cfba8095ac5a4272f276993c43103f833514f206b -SIZE (davix-0.7.1.tar.gz) = 4336124 +TIMESTAMP = 1557330227 +SHA256 (davix-0.7.3.tar.gz) = cd46276e72c6a0da1e2ad30eb66ec509a4c023687767c62a66713fa8c23d328a +SIZE (davix-0.7.3.tar.gz) = 4341865 Index: head/www/davix/files/patch-test_functional_CMakeLists.txt =================================================================== --- head/www/davix/files/patch-test_functional_CMakeLists.txt (revision 501027) +++ head/www/davix/files/patch-test_functional_CMakeLists.txt (revision 501028) @@ -1,11 +1,11 @@ ---- test/functional/CMakeLists.txt.orig 2018-10-02 17:09:41 UTC +--- test/functional/CMakeLists.txt.orig 2019-05-08 15:50:42 UTC +++ test/functional/CMakeLists.txt -@@ -83,7 +83,7 @@ add_library(test_davix_functional_lib ST +@@ -81,7 +81,7 @@ add_library(test_davix_functional_lib ST #target_link_libraries(test_mv libdavix test_davix_functional_lib) - add_executable(tester ${src_tester}) --target_link_libraries(tester libdavix test_davix_functional_lib) -+target_link_libraries(tester libdavix test_davix_functional_lib uuid) + add_executable(davix-tester ${src_tester}) +-target_link_libraries(davix-tester libdavix test_davix_functional_lib) ++target_link_libraries(davix-tester libdavix test_davix_functional_lib uuid) - function(assert_not_empty var) - if("${var}" STREQUAL "") + install(TARGETS davix-tester + DESTINATION ${BIN_INSTALL_DIR}/) Index: head/www/davix/pkg-plist =================================================================== --- head/www/davix/pkg-plist (revision 501027) +++ head/www/davix/pkg-plist (revision 501028) @@ -1,48 +1,49 @@ bin/davix-get bin/davix-http bin/davix-ls bin/davix-mkdir bin/davix-mv bin/davix-put bin/davix-rm +bin/davix-tester 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