From owner-svn-ports-head@FreeBSD.ORG Tue Sep 25 04:54:13 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A2E3106566B; Tue, 25 Sep 2012 04:54:13 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6FB398FC0C; Tue, 25 Sep 2012 04:54:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8P4sDXf063803; Tue, 25 Sep 2012 04:54:13 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8P4sDKt063801; Tue, 25 Sep 2012 04:54:13 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209250454.q8P4sDKt063801@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 25 Sep 2012 04:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304809 - head/sysutils/fusefs-smbnetfs X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Sep 2012 04:54:13 -0000 Author: tabthorpe Date: Tue Sep 25 04:54:12 2012 New Revision: 304809 URL: http://svn.freebsd.org/changeset/ports/304809 Log: - Reassign to the heap due to mail bounces Modified: head/sysutils/fusefs-smbnetfs/Makefile (contents, props changed) Modified: head/sysutils/fusefs-smbnetfs/Makefile ============================================================================== --- head/sysutils/fusefs-smbnetfs/Makefile Tue Sep 25 04:32:35 2012 (r304808) +++ head/sysutils/fusefs-smbnetfs/Makefile Tue Sep 25 04:54:12 2012 (r304809) @@ -1,8 +1,5 @@ -# New ports collection makefile for: smbnetfs -# Date created: 06 August 2006 -# Whom: Denis Barov +# Created by: Denis Barov # $FreeBSD$ -# PORTNAME= smbnetfs PORTVERSION= 0.5.3 @@ -11,7 +8,7 @@ CATEGORIES= sysutils net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION} PKGNAMEPREFIX= fusefs- -MAINTAINER= dindin@freebsd.org.ua +MAINTAINER= ports@FreeBSD.org COMMENT= Mount smb shares (Fuse filesystem) LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \