Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 01:58:40 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483955 - in head/www/davix: . files
Message-ID:  <201811040158.wA41wewp055240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Nov  4 01:58:40 2018
New Revision: 483955
URL: https://svnweb.freebsd.org/changeset/ports/483955

Log:
  www/davix: Update 0.6.9 -> 0.7.1
  
  Change of MASTER_SITES due to faulty tarball.
  
  Reported by:	portscout

Modified:
  head/www/davix/Makefile
  head/www/davix/distinfo
  head/www/davix/files/patch-test_unit_CMakeLists.txt
  head/www/davix/pkg-plist

Modified: head/www/davix/Makefile
==============================================================================
--- head/www/davix/Makefile	Sat Nov  3 23:24:29 2018	(r483954)
+++ head/www/davix/Makefile	Sun Nov  4 01:58:40 2018	(r483955)
@@ -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

Modified: head/www/davix/distinfo
==============================================================================
--- head/www/davix/distinfo	Sat Nov  3 23:24:29 2018	(r483954)
+++ head/www/davix/distinfo	Sun Nov  4 01:58:40 2018	(r483955)
@@ -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

Modified: head/www/davix/files/patch-test_unit_CMakeLists.txt
==============================================================================
--- head/www/davix/files/patch-test_unit_CMakeLists.txt	Sat Nov  3 23:24:29 2018	(r483954)
+++ head/www/davix/files/patch-test_unit_CMakeLists.txt	Sun Nov  4 01:58:40 2018	(r483955)
@@ -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

Modified: head/www/davix/pkg-plist
==============================================================================
--- head/www/davix/pkg-plist	Sat Nov  3 23:24:29 2018	(r483954)
+++ head/www/davix/pkg-plist	Sun Nov  4 01:58:40 2018	(r483955)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040158.wA41wewp055240>