From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 11:41:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48172CAB; Tue, 4 Feb 2014 11:41:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18F031294; Tue, 4 Feb 2014 11:41:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14BfJuB030324; Tue, 4 Feb 2014 11:41:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14BfJtH030322; Tue, 4 Feb 2014 11:41:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402041141.s14BfJtH030322@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Feb 2014 11:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342502 - head/sysutils/fusefs-sshfs 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.17 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: Tue, 04 Feb 2014 11:41:20 -0000 Author: sunpoet Date: Tue Feb 4 11:41:19 2014 New Revision: 342502 URL: http://svnweb.freebsd.org/changeset/ports/342502 QAT: https://qat.redports.org/buildarchive/r342502/ Log: - Update to 2.5 - Add LICENSE - Support STAGEDIR Changes: http://sourceforge.net/p/fuse/sshfs/ci/master/tree/ChangeLog PR: ports/185845 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Deleted: head/sysutils/fusefs-sshfs/pkg-plist Modified: head/sysutils/fusefs-sshfs/Makefile head/sysutils/fusefs-sshfs/distinfo Modified: head/sysutils/fusefs-sshfs/Makefile ============================================================================== --- head/sysutils/fusefs-sshfs/Makefile Tue Feb 4 11:41:14 2014 (r342501) +++ head/sysutils/fusefs-sshfs/Makefile Tue Feb 4 11:41:19 2014 (r342502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshfs -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= sysutils MASTER_SITES= SF/fuse/${PORTNAME}-fuse/${PORTVERSION} PKGNAMEPREFIX= fusefs- @@ -11,17 +11,15 @@ DISTNAME= ${PORTNAME}-fuse-${PORTVERSION MAINTAINER= 5u623l20@gmail.com COMMENT= Mount remote directories over ssh +LICENSE= GPLv2 + KMODDIR?= ${LOCALBASE}/modules GNU_CONFIGURE= yes USES= fuse pkgconfig USE_GNOME= glib20 -MAN1= sshfs.1 - -NO_STAGE= yes -post-install: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} +PLIST_FILES= bin/sshfs \ + man/man1/sshfs.1.gz .include Modified: head/sysutils/fusefs-sshfs/distinfo ============================================================================== --- head/sysutils/fusefs-sshfs/distinfo Tue Feb 4 11:41:14 2014 (r342501) +++ head/sysutils/fusefs-sshfs/distinfo Tue Feb 4 11:41:19 2014 (r342502) @@ -1,2 +1,2 @@ -SHA256 (sshfs-fuse-2.4.tar.gz) = 3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1 -SIZE (sshfs-fuse-2.4.tar.gz) = 132930 +SHA256 (sshfs-fuse-2.5.tar.gz) = e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e +SIZE (sshfs-fuse-2.5.tar.gz) = 136378