Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 16:34:13 +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: r463514 - head/sysutils/fusefs-s3fs
Message-ID:  <201803031634.w23GYDY0016447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar  3 16:34:13 2018
New Revision: 463514
URL: https://svnweb.freebsd.org/changeset/ports/463514

Log:
  sysutils/fusefs-s3fs: Update to 1.83
  
  Dmitri Goutnik <dg@syrec.org> takes maintainership.
  
  Port changes:
  * Added PATCH_SITES/PATCHFILES for the pull request with FreeBSD patches
    submitted by the new maintainer
  * Added LICENSE_FILE
  * Added USE_GNOME=libxml2
  * Removed the unnecessary patch from post-patch
  
  PR:		226313
  Submitted by:	Dmitri Goutnik <dg@syrec.org>
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/sysutils/fusefs-s3fs/Makefile
  head/sysutils/fusefs-s3fs/distinfo

Modified: head/sysutils/fusefs-s3fs/Makefile
==============================================================================
--- head/sysutils/fusefs-s3fs/Makefile	Sat Mar  3 16:31:36 2018	(r463513)
+++ head/sysutils/fusefs-s3fs/Makefile	Sat Mar  3 16:34:13 2018	(r463514)
@@ -3,32 +3,33 @@
 
 PORTNAME=	s3fs
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.78
+DISTVERSION=	1.83
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 
-MAINTAINER=	ports@FreeBSD.org
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ # https://github.com/s3fs-fuse/s3fs-fuse/pull/729
+PATCHFILES=	c9f431258886bdcb9941a16c27c6e231414687c1.patch:-p1
+
+MAINTAINER=	dg@syrec.org
 COMMENT=	FUSE-based file system backed by Amazon S3
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libxml2.so:textproc/libxml2
+LIB_DEPENDS=	libcurl.so:ftp/curl
 
+USES=		autoreconf fuse pkgconfig ssl
+GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	s3fs-fuse
 GH_PROJECT=	s3fs-fuse
+USE_GNOME=	libxml2
 
-USES=		autoreconf fuse pkgconfig ssl
-GNU_CONFIGURE=	yes
-
 PLIST_FILES=	bin/s3fs man/man1/s3fs.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/libcrypto >= 0.9//' ${WRKSRC}/configure.ac
 	@${REINPLACE_CMD} -e '/DEPS_LIBS/s/$$/ -lcrypto/' \
 		${WRKSRC}/src/Makefile.am
-	@${REINPLACE_CMD} -e '/pthread_self/s/static/reinterpret/' \
-		${WRKSRC}/src/openssl_auth.cpp
 
 .include <bsd.port.mk>

Modified: head/sysutils/fusefs-s3fs/distinfo
==============================================================================
--- head/sysutils/fusefs-s3fs/distinfo	Sat Mar  3 16:31:36 2018	(r463513)
+++ head/sysutils/fusefs-s3fs/distinfo	Sat Mar  3 16:34:13 2018	(r463514)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1483466309
-SHA256 (s3fs-fuse-s3fs-fuse-v1.78_GH0.tar.gz) = 36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5
-SIZE (s3fs-fuse-s3fs-fuse-v1.78_GH0.tar.gz) = 99538
+TIMESTAMP = 1520093744
+SHA256 (s3fs-fuse-s3fs-fuse-v1.83_GH0.tar.gz) = 8f060accef304c1e5adde0c9d6976a3a69fd9935444a4985517c6cefa86b34ef
+SIZE (s3fs-fuse-s3fs-fuse-v1.83_GH0.tar.gz) = 150816
+SHA256 (c9f431258886bdcb9941a16c27c6e231414687c1.patch) = 373e00a80d93c713a04f8869db6658497ec07b20bb3ea80759fe6ff4a02d37ab
+SIZE (c9f431258886bdcb9941a16c27c6e231414687c1.patch) = 3921



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