Index: head/sysutils/fusefs-s3fs/Makefile =================================================================== --- head/sysutils/fusefs-s3fs/Makefile (revision 377333) +++ head/sysutils/fusefs-s3fs/Makefile (revision 377334) @@ -1,27 +1,26 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= s3fs -DISTVERSION= 1.71 -PORTREVISION= 2 +DISTVERSION= 1.74 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based file system backed by Amazon S3 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes PLIST_FILES= bin/s3fs man/man1/s3fs.1.gz USES= fuse pkgconfig USE_OPENSSL= yes post-patch: ${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure ${REINPLACE_CMD} -e '/^DEPS_LIBS =/s/$$/ -lcrypto/' \ ${WRKSRC}/src/Makefile.in .include Index: head/sysutils/fusefs-s3fs/distinfo =================================================================== --- head/sysutils/fusefs-s3fs/distinfo (revision 377333) +++ head/sysutils/fusefs-s3fs/distinfo (revision 377334) @@ -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 Index: head/sysutils/fusefs-s3fs/files/patch-src-curl.cpp =================================================================== --- head/sysutils/fusefs-s3fs/files/patch-src-curl.cpp (revision 377333) +++ head/sysutils/fusefs-s3fs/files/patch-src-curl.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/curl.cpp.orig 2014-03-04 22:16:31.000000000 +0100 -+++ src/curl.cpp 2014-03-04 22:16:41.000000000 +0100 -@@ -53,7 +53,7 @@ - // Typedef - //------------------------------------------------------------------- - struct case_insensitive_compare_func { -- bool operator ()(const string &a, const string &b) { -+ bool operator ()(const string &a, const string &b) const { - return strcasecmp(a.c_str(), b.c_str()) < 0; - } - }; Property changes on: head/sysutils/fusefs-s3fs/files/patch-src-curl.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/fusefs-s3fs/files/patch-src__curl.h =================================================================== --- head/sysutils/fusefs-s3fs/files/patch-src__curl.h (nonexistent) +++ head/sysutils/fusefs-s3fs/files/patch-src__curl.h (revision 377334) @@ -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; + } + }; Property changes on: head/sysutils/fusefs-s3fs/files/patch-src__curl.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property