aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-11-04 09:58:40 +0800
committeryuri <yuri@FreeBSD.org>2018-11-04 09:58:40 +0800
commit2313dbd666212b0749f3ea43b6c87385c3a826af (patch)
tree53b2275b6d1cce2652151b72db20a784e3ce7501 /www
parent153936a9547962582418490e70f4bb59646a89fe (diff)
downloadfreebsd-ports-gnome-2313dbd666212b0749f3ea43b6c87385c3a826af.tar.gz
freebsd-ports-gnome-2313dbd666212b0749f3ea43b6c87385c3a826af.tar.zst
freebsd-ports-gnome-2313dbd666212b0749f3ea43b6c87385c3a826af.zip
www/davix: Update 0.6.9 -> 0.7.1
Change of MASTER_SITES due to faulty tarball. Reported by: portscout
Diffstat (limited to 'www')
-rw-r--r--www/davix/Makefile8
-rw-r--r--www/davix/distinfo8
-rw-r--r--www/davix/files/patch-test_unit_CMakeLists.txt17
-rw-r--r--www/davix/pkg-plist1
4 files changed, 14 insertions, 20 deletions
diff --git a/www/davix/Makefile b/www/davix/Makefile
index b3b61ffb3de0..0766c8915d2e 100644
--- a/www/davix/Makefile
+++ b/www/davix/Makefile
@@ -1,13 +1,9 @@
# $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
diff --git a/www/davix/distinfo b/www/davix/distinfo
index a43e387374f5..8d2003e73747 100644
--- a/www/davix/distinfo
+++ b/www/davix/distinfo
@@ -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
diff --git a/www/davix/files/patch-test_unit_CMakeLists.txt b/www/davix/files/patch-test_unit_CMakeLists.txt
index 61be22f91693..e3caac8bea1c 100644
--- a/www/davix/files/patch-test_unit_CMakeLists.txt
+++ b/www/davix/files/patch-test_unit_CMakeLists.txt
@@ -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})
-
--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)
-
+@@ -43,6 +43,7 @@ target_link_libraries(davix-unit-tests
+ gtest_main
+ ${CMAKE_THREAD_LIBS_INIT}
+ ${LIBSSL_PKG_LIBRARIES}
++ uuid
+ )
+ install(TARGETS davix-unit-tests
diff --git a/www/davix/pkg-plist b/www/davix/pkg-plist
index a803e748ebcf..a27ece9021c6 100644
--- a/www/davix/pkg-plist
+++ b/www/davix/pkg-plist
@@ -5,6 +5,7 @@ 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