Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 15:21:20 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377334 - in head/sysutils/fusefs-s3fs: . files
Message-ID:  <201501181521.t0IFLKqN088455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Jan 18 15:21:20 2015
New Revision: 377334
URL: https://svnweb.freebsd.org/changeset/ports/377334
QAT: https://qat.redports.org/buildarchive/r377334/

Log:
  Upgrade to 1.74.

Added:
  head/sysutils/fusefs-s3fs/files/patch-src__curl.h   (contents, props changed)
Deleted:
  head/sysutils/fusefs-s3fs/files/patch-src-curl.cpp
Modified:
  head/sysutils/fusefs-s3fs/Makefile
  head/sysutils/fusefs-s3fs/distinfo

Modified: head/sysutils/fusefs-s3fs/Makefile
==============================================================================
--- head/sysutils/fusefs-s3fs/Makefile	Sun Jan 18 15:14:17 2015	(r377333)
+++ head/sysutils/fusefs-s3fs/Makefile	Sun Jan 18 15:21:20 2015	(r377334)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	s3fs
-DISTVERSION=	1.71
-PORTREVISION=	2
+DISTVERSION=	1.74
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	fusefs-

Modified: head/sysutils/fusefs-s3fs/distinfo
==============================================================================
--- head/sysutils/fusefs-s3fs/distinfo	Sun Jan 18 15:14:17 2015	(r377333)
+++ head/sysutils/fusefs-s3fs/distinfo	Sun Jan 18 15:21:20 2015	(r377334)
@@ -1,2 +1,2 @@
-SHA256 (s3fs-1.71.tar.gz) = a31a2c318c7149a5f387a69583fcecbf0ce8afa581a89a2a683c5ca5f7331e8d
-SIZE (s3fs-1.71.tar.gz) = 167136
+SHA256 (s3fs-1.74.tar.gz) = d77d540582fe8287354fd3637e48064f81f6fe80c5f0e0f8253221c56b892b88
+SIZE (s3fs-1.74.tar.gz) = 199120

Added: head/sysutils/fusefs-s3fs/files/patch-src__curl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/fusefs-s3fs/files/patch-src__curl.h	Sun Jan 18 15:21:20 2015	(r377334)
@@ -0,0 +1,11 @@
+--- src/curl.h.orig	2015-01-18 22:44:00.232344078 +0800
++++ src/curl.h	2015-01-18 22:44:37.736341674 +0800
+@@ -85,7 +85,7 @@ struct filepart
+ // for progress
+ struct case_insensitive_compare_func
+ {
+-  bool operator()(const std::string& a, const std::string& b){
++  bool operator()(const std::string& a, const std::string& b) const {
+     return strcasecmp(a.c_str(), b.c_str()) < 0;
+   }
+ };



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