From owner-svn-ports-all@freebsd.org Sun Oct 16 07:44:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20A33C1360C; Sun, 16 Oct 2016 07:44:25 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2643AAE; Sun, 16 Oct 2016 07:44:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9G7iNnM065163; Sun, 16 Oct 2016 07:44:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9G7iN4h065159; Sun, 16 Oct 2016 07:44:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610160744.u9G7iN4h065159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 16 Oct 2016 07:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424046 - in head/sysutils/avfs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 07:44:25 -0000 Author: riggs Date: Sun Oct 16 07:44:23 2016 New Revision: 424046 URL: https://svnweb.freebsd.org/changeset/ports/424046 Log: Update to upstream version 1.0.4; pet portlint PR: 213275 Submitted by: mp39590@gmail.com (maintainer) Added: head/sysutils/avfs/files/patch-scripts_mountavfs - copied, changed from r424045, head/sysutils/avfs/files/patch-scripts_mountavs head/sysutils/avfs/files/patch-scripts_umountavfs - copied, changed from r424045, head/sysutils/avfs/files/patch-scripts_umountavs Deleted: head/sysutils/avfs/files/patch-scripts_mountavs head/sysutils/avfs/files/patch-scripts_umountavs Modified: head/sysutils/avfs/Makefile head/sysutils/avfs/distinfo (contents, props changed) Modified: head/sysutils/avfs/Makefile ============================================================================== --- head/sysutils/avfs/Makefile Sun Oct 16 07:08:29 2016 (r424045) +++ head/sysutils/avfs/Makefile Sun Oct 16 07:44:23 2016 (r424046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= avfs -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} Modified: head/sysutils/avfs/distinfo ============================================================================== --- head/sysutils/avfs/distinfo Sun Oct 16 07:08:29 2016 (r424045) +++ head/sysutils/avfs/distinfo Sun Oct 16 07:44:23 2016 (r424046) @@ -1,2 +1,3 @@ -SHA256 (avfs-1.0.3.tar.bz2) = c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8 -SIZE (avfs-1.0.3.tar.bz2) = 722861 +TIMESTAMP = 1474051275 +SHA256 (avfs-1.0.4.tar.bz2) = 6b652120d9ed8730a9dcfd161d0e68481d176e854d94bed67754cb7b03e0b100 +SIZE (avfs-1.0.4.tar.bz2) = 719761 Copied and modified: head/sysutils/avfs/files/patch-scripts_mountavfs (from r424045, head/sysutils/avfs/files/patch-scripts_mountavs) ============================================================================== --- head/sysutils/avfs/files/patch-scripts_mountavs Sun Oct 16 07:08:29 2016 (r424045, copy source) +++ head/sysutils/avfs/files/patch-scripts_mountavfs Sun Oct 16 07:44:23 2016 (r424046) @@ -1,6 +1,6 @@ ---- scripts/mountavfs.orig 2015-02-07 16:14:05.773404035 +0600 -+++ scripts/mountavfs 2015-02-07 16:14:56.488399333 +0600 -@@ -14,7 +14,7 @@ +--- scripts/mountavfs.orig 2016-09-16 18:43:19 UTC ++++ scripts/mountavfs +@@ -14,7 +14,7 @@ else MntDir=${HOME}/.avfs fi Copied and modified: head/sysutils/avfs/files/patch-scripts_umountavfs (from r424045, head/sysutils/avfs/files/patch-scripts_umountavs) ============================================================================== --- head/sysutils/avfs/files/patch-scripts_umountavs Sun Oct 16 07:08:29 2016 (r424045, copy source) +++ head/sysutils/avfs/files/patch-scripts_umountavfs Sun Oct 16 07:44:23 2016 (r424046) @@ -1,6 +1,6 @@ ---- scripts/umountavfs.orig 2015-02-07 16:14:17.372402564 +0600 -+++ scripts/umountavfs 2015-02-07 16:15:29.270400346 +0600 -@@ -14,11 +14,11 @@ +--- scripts/umountavfs.orig 2016-09-16 18:43:19 UTC ++++ scripts/umountavfs +@@ -14,11 +14,11 @@ else MntDir="${HOME}/.avfs" fi