Bug 175916

Summary: [MAINTAINER] sysutils/fusefs-s3fs: Upgrade to 1.61
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fusefs-s3fs-1.61.patch none

Description gslin 2013-02-07 04:50:00 UTC
Upgrade to 1.61

Removed file(s):
- files/patch-configure

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-16 17:52:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-16 17:55:38 UTC
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 <gslin@gslin.org> (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 <gslin@gslin.org>
-#
 # $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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-02-16 17:55:59 UTC
State Changed
From-To: open->closed

Committed, thank you!