svn commit: r501028 - in head/www/davix: . files

Yuri Victorovich yuri at FreeBSD.org
Wed May 8 16:00:07 UTC 2019


Author: yuri
Date: Wed May  8 16:00:05 2019
New Revision: 501028
URL: https://svnweb.freebsd.org/changeset/ports/501028

Log:
  www/davix: Update 0.7.1 -> 0.7.3
  
  Change to tarballs because the previously used github repository is broken: cmake says one function has wrong number of arguments.

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

Modified: head/www/davix/Makefile
==============================================================================
--- head/www/davix/Makefile	Wed May  8 15:28:09 2019	(r501027)
+++ head/www/davix/Makefile	Wed May  8 16:00:05 2019	(r501028)
@@ -1,10 +1,9 @@
 # $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 at FreeBSD.org
 COMMENT=	Make the task of managing files over HTTP-based protocols simple

Modified: head/www/davix/distinfo
==============================================================================
--- head/www/davix/distinfo	Wed May  8 15:28:09 2019	(r501027)
+++ head/www/davix/distinfo	Wed May  8 16:00:05 2019	(r501028)
@@ -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

Modified: head/www/davix/files/patch-test_functional_CMakeLists.txt
==============================================================================
--- head/www/davix/files/patch-test_functional_CMakeLists.txt	Wed May  8 15:28:09 2019	(r501027)
+++ head/www/davix/files/patch-test_functional_CMakeLists.txt	Wed May  8 16:00:05 2019	(r501028)
@@ -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}/)

Modified: head/www/davix/pkg-plist
==============================================================================
--- head/www/davix/pkg-plist	Wed May  8 15:28:09 2019	(r501027)
+++ head/www/davix/pkg-plist	Wed May  8 16:00:05 2019	(r501028)
@@ -5,6 +5,7 @@ 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


More information about the svn-ports-all mailing list