Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 11:41:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342502 - head/sysutils/fusefs-sshfs
Message-ID:  <201402041141.s14BfJtH030322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041141.s14BfJtH030322>