From owner-svn-ports-head@FreeBSD.ORG Sat Feb 16 17:55:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1355EB8E; Sat, 16 Feb 2013 17:55:32 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9187A6F3; Sat, 16 Feb 2013 17:55:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1GHtVpI079575; Sat, 16 Feb 2013 17:55:31 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1GHtVkk079569; Sat, 16 Feb 2013 17:55:31 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201302161755.r1GHtVkk079569@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 16 Feb 2013 17:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312379 - 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.14 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: Sat, 16 Feb 2013 17:55:32 -0000 Author: rm Date: Sat Feb 16 17:55:30 2013 New Revision: 312379 URL: http://svnweb.freebsd.org/changeset/ports/312379 Log: - update to 1.61 - trim Makefile header - remove unneeded patch PR: 175916 Submitted by: Gea-Suan Lin (maintainer) 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 Sat Feb 16 17:49:45 2013 (r312378) +++ head/sysutils/fusefs-s3fs/Makefile Sat Feb 16 17:55:30 2013 (r312379) @@ -1,15 +1,9 @@ -# New ports collection makefile for: fusefs-s3fs -# Date created: 2009-04-11 -# Whom: Gea-Suan Lin -# # $FreeBSD$ -# PORTNAME= s3fs -DISTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.61 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- MAINTAINER= gslin@gslin.org @@ -19,8 +13,13 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USE_FUSE= yes PLIST_FILES= bin/s3fs +USE_FUSE= yes + +MAN1= s3fs.1 + +post-patch: + ${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure post-install: @${CAT} ${PKGMESSAGE} Modified: head/sysutils/fusefs-s3fs/distinfo ============================================================================== --- head/sysutils/fusefs-s3fs/distinfo Sat Feb 16 17:49:45 2013 (r312378) +++ head/sysutils/fusefs-s3fs/distinfo Sat Feb 16 17:55:30 2013 (r312379) @@ -1,2 +1,2 @@ -SHA256 (s3fs-1.19.tar.gz) = 7ba54895663750fd9ce357893ec8e45871b21399c0c7b6632b271f2075df7a42 -SIZE (s3fs-1.19.tar.gz) = 132384 +SHA256 (s3fs-1.61.tar.gz) = 47e6700c9ec65f85cc1eeb004dcf33b4533b3415466107f310fe167f49f35ec5 +SIZE (s3fs-1.61.tar.gz) = 155699 Modified: head/sysutils/fusefs-s3fs/pkg-descr ============================================================================== --- head/sysutils/fusefs-s3fs/pkg-descr Sat Feb 16 17:49:45 2013 (r312378) +++ head/sysutils/fusefs-s3fs/pkg-descr Sat Feb 16 17:55:30 2013 (r312379) @@ -1,5 +1,5 @@ FUSE-based file system backed by Amazon S3. Mount a bucket as a local file system read/write. Store files/folders natively and -transparently. +transparently. -WWW: http://code.google.com/p/s3fs/ +WWW: http://code.google.com/p/s3fs/