From owner-svn-ports-head@freebsd.org Fri Oct 23 12:32:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13F17A1D062; Fri, 23 Oct 2015 12:32:58 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBBBF2EE; Fri, 23 Oct 2015 12:32:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9NCWuNe064825; Fri, 23 Oct 2015 12:32:56 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9NCWucA064822; Fri, 23 Oct 2015 12:32:56 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201510231232.t9NCWucA064822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 23 Oct 2015 12:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400015 - in head/sysutils/fusefs-s3fs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 12:32:58 -0000 Author: danfe Date: Fri Oct 23 12:32:56 2015 New Revision: 400015 URL: https://svnweb.freebsd.org/changeset/ports/400015 Log: - Update to version 1.78 - Define LICENSE (GPLv2) - Project had moved to GitHub PR: 197961 Submitted by: Jim Riggs Deleted: head/sysutils/fusefs-s3fs/files/ Modified: head/sysutils/fusefs-s3fs/Makefile head/sysutils/fusefs-s3fs/distinfo head/sysutils/fusefs-s3fs/pkg-descr Modified: head/sysutils/fusefs-s3fs/Makefile ============================================================================== --- head/sysutils/fusefs-s3fs/Makefile Fri Oct 23 11:59:59 2015 (r400014) +++ head/sysutils/fusefs-s3fs/Makefile Fri Oct 23 12:32:56 2015 (r400015) @@ -2,25 +2,35 @@ # $FreeBSD$ PORTNAME= s3fs -DISTVERSION= 1.74 +DISTVERSIONPREFIX= v +DISTVERSION= 1.78 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based file system backed by Amazon S3 +LICENSE= GPLv2 + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libxml2.so:${PORTSDIR}/textproc/libxml2 +USE_GITHUB= yes +GH_ACCOUNT= s3fs-fuse + +USES= autoreconf fuse pkgconfig GNU_CONFIGURE= yes -PLIST_FILES= bin/s3fs man/man1/s3fs.1.gz -USES= fuse pkgconfig USE_OPENSSL= yes +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTVERSION} + +PLIST_FILES= bin/s3fs man/man1/s3fs.1.gz + post-patch: - ${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure - ${REINPLACE_CMD} -e '/^DEPS_LIBS =/s/$$/ -lcrypto/' \ - ${WRKSRC}/src/Makefile.in + @${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 Modified: head/sysutils/fusefs-s3fs/distinfo ============================================================================== --- head/sysutils/fusefs-s3fs/distinfo Fri Oct 23 11:59:59 2015 (r400014) +++ head/sysutils/fusefs-s3fs/distinfo Fri Oct 23 12:32:56 2015 (r400015) @@ -1,2 +1,2 @@ -SHA256 (s3fs-1.74.tar.gz) = d77d540582fe8287354fd3637e48064f81f6fe80c5f0e0f8253221c56b892b88 -SIZE (s3fs-1.74.tar.gz) = 199120 +SHA256 (s3fs-fuse-s3fs-v1.78_GH0.tar.gz) = 36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5 +SIZE (s3fs-fuse-s3fs-v1.78_GH0.tar.gz) = 99538 Modified: head/sysutils/fusefs-s3fs/pkg-descr ============================================================================== --- head/sysutils/fusefs-s3fs/pkg-descr Fri Oct 23 11:59:59 2015 (r400014) +++ head/sysutils/fusefs-s3fs/pkg-descr Fri Oct 23 12:32:56 2015 (r400015) @@ -1,5 +1,4 @@ -FUSE-based file system backed by Amazon S3. Mount a bucket as a local -file system read/write. Store files/folders natively and -transparently. +FUSE-based file system backed by Amazon S3. Mount a bucket as a local +file system read/write. Store files/folders natively and transparently. -WWW: http://code.google.com/p/s3fs/ +WWW: https://github.com/s3fs-fuse/s3fs-fuse