From owner-svn-ports-head@freebsd.org Sat Apr 1 21:40:28 2017 Return-Path: Delivered-To: svn-ports-head@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 3DB6FD284CB; Sat, 1 Apr 2017 21:40:28 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 063F620F; Sat, 1 Apr 2017 21:40:26 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E3BCBBDCA4; Sat, 1 Apr 2017 23:40:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=LZg3pvvHVPC qc9Wf67VVIWK+7i0=; b=cBvdaCj8lsssjTFmVLDUjXWVhWq0zK+vQfJ4txyX7Yo lI8Fon7jrfhBQQqk18Eo2+iklHiCsNgVJDsLUe1QDriF6silRGGNRFwoomEwN6f8 rm6EuTiWHnSR+yR5IqXrWkgrKI8ezBeT48cnFB2VG90l+3zdWk181Lr+R/u7GC3k = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id B6816BDC9F; Sat, 1 Apr 2017 23:40:24 +0200 (CEST) Subject: Re: svn commit: r416439 - head/sysutils/fusefs-ntfs To: Cy Schubert , Jason Unovitch References: <201704012020.v31KKM24033490@slippy.cwsent.com> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Message-ID: <02a45cdf-904b-1306-5d93-4dcc82f39cea@mat.cc> Date: Sat, 1 Apr 2017 23:40:24 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201704012020.v31KKM24033490@slippy.cwsent.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 01 Apr 2017 21:40:28 -0000 Le 01/04/2017 =C3=A0 22:20, Cy Schubert a =C3=A9crit : > In message <201606052250.u55Mo44E016592@repo.freebsd.org>, Jason Unovit= ch=20 > write > s: >> Author: junovitch >> Date: Sun Jun 5 22:50:04 2016 >> New Revision: 416439 >> URL: https://svnweb.freebsd.org/changeset/ports/416439 >> >> Log: >> sysutils/fusefs-ntfs: pass MAINTAINER to submitter >> =20 >> PR: 209976 >> Submitted by: Du=C3=85=C2=A1an Vejnovi=C3=84=C2=8D >> >> Modified: >> head/sysutils/fusefs-ntfs/Makefile >> >> Modified: head/sysutils/fusefs-ntfs/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> =3D >> --- head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:38:48 2016 >> (r416438) >> +++ head/sysutils/fusefs-ntfs/Makefile Sun Jun 5 22:50:04 2016 >> (r416439) >> @@ -8,7 +8,7 @@ MASTER_SITES=3D http://tuxera.com/opensour >> PKGNAMEPREFIX=3D fusefs- >> DISTNAME=3D ${PORTNAME}-3g_ntfsprogs-${PORTVERSION} >> =20 >> -MAINTAINER=3D ports@FreeBSD.org >> +MAINTAINER=3D freebsd@dussan.org >> COMMENT=3D Mount NTFS partitions (read/write) and disk images >> =20 >> LICENSE=3D GPLv2 >> >> > Is there a reason we grant maintainer on a simple maintainer request? I= t=20 > used to be that a MAINTAINER was given maintainership only when a patch= was=20 > submitted not a patch to just change MAINTAINER. Has this policy change= d? The policy has not changed, those commits should not happen, but, well, they do. > There have been updates posted by the upline over the past 14 months bu= t no=20 > updates to the port. I'd like to update the port. Open a PR with the patch, and wait for the maintainer to either approve it or 14 days to timeout. --=20 Mathieu Arnold