From owner-svn-ports-all@freebsd.org Wed Dec 12 12:02:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95D9D130A18E; Wed, 12 Dec 2018 12:02:19 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 3A82D8D39E; Wed, 12 Dec 2018 12:02:19 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9F73013F22; Wed, 12 Dec 2018 12:02:15 +0000 (UTC) From: Jan Beich To: Thomas Zander Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r480896 - in head/multimedia: vlc vlc-qt4 References: <201809290726.w8T7Q3ET013256@repo.freebsd.org> Date: Wed, 12 Dec 2018 13:02:12 +0100 In-Reply-To: (Jan Beich's message of "Wed, 12 Dec 2018 12:38:26 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 3A82D8D39E X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.06 / 15.00]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.06)[-0.064,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 12 Dec 2018 12:02:19 -0000 Jan Beich writes: > Thomas Zander writes: > >> +DEPRECATED= vlc 2.x and vlc-qt4 is EOL upstream >> +EXPIRATION_DATE= 2018-12-31 > > Can you remove vlc 2.x and rename vlc3 -> vlc with *at least* 1 week in > advance before 2019Q1? It'd give you time to fix consumers, mark > incompatible as BROKEN, populate UPDATING if necessary, etc. Another reason to make sure the rename happens before 2019Q1 are MFHs. Subversion doesn't handle merges well if the affected files or directories are named differently. As merges in subdirectories are not allowed by pre-commit hook (to avoid svn:mergeinfo mess) MFHs would require "svn mv" before and after which would have to be done manually i.e., not handled by Tools/scripts/mfh.