Date: Thu, 4 Oct 2018 03:26:58 +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: r481199 - in head/www/davix: . files Message-ID: <201810040326.w943Qw3M026370@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Oct 4 03:26:58 2018 New Revision: 481199 URL: https://svnweb.freebsd.org/changeset/ports/481199 Log: www/davix: Fix tests Backport the upstream commit that fixes tests. Deleted: head/www/davix/files/patch-src_libs_datetime_datetime__utils.cpp Modified: head/www/davix/Makefile head/www/davix/distinfo Modified: head/www/davix/Makefile ============================================================================== --- head/www/davix/Makefile Thu Oct 4 03:23:56 2018 (r481198) +++ head/www/davix/Makefile Thu Oct 4 03:26:58 2018 (r481199) @@ -2,8 +2,12 @@ PORTNAME= davix DISTVERSION= 0.6.9 -MASTER_SITES= http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/davix/${DISTVERSION}/ +PORTREVISION= 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 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 Thu Oct 4 03:23:56 2018 (r481198) +++ head/www/davix/distinfo Thu Oct 4 03:26:58 2018 (r481199) @@ -1,3 +1,5 @@ -TIMESTAMP = 1538501544 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810040326.w943Qw3M026370>