From owner-svn-ports-all@freebsd.org Tue May 19 07:04:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A7442FD247; Tue, 19 May 2020 07:04:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49R6Ln6YsYz45RY; Tue, 19 May 2020 07:04:17 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C931D1F624; Tue, 19 May 2020 07:04:17 +0000 (UTC) Date: Tue, 19 May 2020 07:04:17 +0000 From: Alexey Dokuchaev To: Ryan Steinmetz Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r535772 - in head/www: . mod_auth_mellon mod_auth_mellon/files Message-ID: <20200519070417.GA61305@FreeBSD.org> References: <202005181846.04IIkwfu011417@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202005181846.04IIkwfu011417@repo.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 19 May 2020 07:04:18 -0000 On Mon, May 18, 2020 at 06:46:58PM +0000, Ryan Steinmetz wrote: > New Revision: 535772 > URL: https://svnweb.freebsd.org/changeset/ports/535772 > > Log: > New port: www/mod_auth_mellon: > > mod_auth_mellon is an authentication module for Apache. It authenticates > the user against a SAML 2.0 IdP, and grants access to directories > depending on attributes received from the IdP. > > WWW: https://github.com/latchset/mod_auth_mellon > > Added: > head/www/mod_auth_mellon/ > head/www/mod_auth_mellon/Makefile (contents, props changed) Looking at the r535773, this port was in the collection before. So, why wasn't it repocopied, but added as a new port instead? ./danfe