Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 09:21:16 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519071 - head/sysutils/automount
Message-ID:  <201912050921.xB59LGqv035536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Thu Dec  5 09:21:16 2019
New Revision: 519071
URL: https://svnweb.freebsd.org/changeset/ports/519071

Log:
  sysutils/automount: update to 1.7.1
  
  Changelog:
   * Fix exFAT mount rights
   * Use USER option in config file.
   * Make MTP detection and mount better.
  
  PR:		242405
  Submitted by:	<vermaden@interia.pl> (maintainer)

Modified:
  head/sysutils/automount/Makefile
  head/sysutils/automount/distinfo

Modified: head/sysutils/automount/Makefile
==============================================================================
--- head/sysutils/automount/Makefile	Thu Dec  5 07:52:38 2019	(r519070)
+++ head/sysutils/automount/Makefile	Thu Dec  5 09:21:16 2019	(r519071)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	automount
-PORTVERSION=	1.7.0
-PORTREVISION=	1
+PORTVERSION=	1.7.1
 CATEGORIES=	sysutils
-MASTER_SITES=	https://raw.github.com/vermaden/automount/master/ \
-		LOCAL/madpilot/${PORTNAME}/
+MASTER_SITES=	https://raw.github.com/vermaden/automount/master/
 
 MAINTAINER=	vermaden@interia.pl
 COMMENT=	FreeBSD's devd(8) based automount solution

Modified: head/sysutils/automount/distinfo
==============================================================================
--- head/sysutils/automount/distinfo	Thu Dec  5 07:52:38 2019	(r519070)
+++ head/sysutils/automount/distinfo	Thu Dec  5 09:21:16 2019	(r519071)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567078460
-SHA256 (automount-1.7.0.tar.gz) = 44f129d62191fd189cb7374a51fea976efc8e86c003e50c8bdb629ceaa5006cf
-SIZE (automount-1.7.0.tar.gz) = 6522
+TIMESTAMP = 1567078461
+SHA256 (automount-1.7.1.tar.gz) = e6c2110b8c6099f9924a6f4c49be6aa93f65b69ba1ee98576d8fb60846f1a5c2
+SIZE (automount-1.7.1.tar.gz) = 6532



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