Date: Thu, 7 Feb 2013 12:40:23 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@gslin.org Subject: ports/175916: [MAINTAINER] sysutils/fusefs-s3fs: Upgrade to 1.61 Message-ID: <20130207044023.AEE6E7E819@colo-p.gslin.org> Resent-Message-ID: <201302070450.r174o0HZ007967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175916 >Category: ports >Synopsis: [MAINTAINER] sysutils/fusefs-s3fs: Upgrade to 1.61 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 07 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 >Description: Upgrade to 1.61 Removed file(s): - files/patch-configure Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- fusefs-s3fs-1.61.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-s3fs/Makefile ./Makefile --- /usr/ports/sysutils/fusefs-s3fs/Makefile 2012-12-14 23:53:08.000000000 +0800 +++ ./Makefile 2013-02-07 11:44:06.000000000 +0800 @@ -1,13 +1,7 @@ -# New ports collection makefile for: fusefs-s3fs -# Date created: 2009-04-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# # $FreeBSD: ports/sysutils/fusefs-s3fs/Makefile,v 1.6 2012/12/14 15:53:08 svnexp Exp $ -# PORTNAME= s3fs -DISTVERSION= 1.19 -PORTREVISION= 1 +DISTVERSION= 1.61 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= fusefs- @@ -19,8 +13,13 @@ 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} diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-s3fs/distinfo ./distinfo --- /usr/ports/sysutils/fusefs-s3fs/distinfo 2011-12-18 17:02:01.000000000 +0800 +++ ./distinfo 2013-02-07 11:30:25.000000000 +0800 @@ -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 diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-s3fs/files/patch-configure ./files/patch-configure --- /usr/ports/sysutils/fusefs-s3fs/files/patch-configure 2011-12-18 17:02:02.000000000 +0800 +++ ./files/patch-configure 1970-01-01 08:00:00.000000000 +0800 @@ -1,52 +0,0 @@ ---- configure.orig 2011-12-10 17:37:02.000000000 +0800 -+++ configure 2011-12-10 17:37:36.000000000 +0800 -@@ -3225,12 +3225,12 @@ - pkg_cv_DEPS_CFLAGS="$DEPS_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>/dev/null` -+ pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -3241,12 +3241,12 @@ - pkg_cv_DEPS_LIBS="$DEPS_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>/dev/null` -+ pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -3266,14 +3266,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>&1` -+ DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>&1` - else -- DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9" 2>&1` -+ DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$DEPS_PKG_ERRORS" >&5 - -- as_fn_error $? "Package requirements (fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met: -+ as_fn_error $? "Package requirements (fuse >= 2.7 libcurl >= 7.0 libxml-2.0 >= 2.6) were not met: - - $DEPS_PKG_ERRORS - --- fusefs-s3fs-1.61.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130207044023.AEE6E7E819>