From owner-freebsd-ports@freebsd.org Sun Jun 7 18:36:05 2020 Return-Path: Delivered-To: freebsd-ports@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 EA000333D7B for ; Sun, 7 Jun 2020 18:36:05 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49g4pF56hkz4Smw for ; Sun, 7 Jun 2020 18:36:05 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1ji09I-000EVF-3g; Sun, 07 Jun 2020 20:36:00 +0200 Date: Sun, 7 Jun 2020 20:36:00 +0200 From: Kurt Jaeger To: Marc Veldman , freebsd-ports@freebsd.org Subject: Re: devel/pear-channel-phpunit is obsolete Message-ID: <20200607183600.GI39563@home.opsec.eu> References: <2595E76C-BB72-47C1-BB1B-ADB25506E332@bumblingdork.com> <20200607173951.GH39563@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200607173951.GH39563@home.opsec.eu> X-Rspamd-Queue-Id: 49g4pF56hkz4Smw X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2020 18:36:06 -0000 Hi! > > can somebody have a look at: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242220 ? > > > > The PHPUnit pear channel has long been EOL???ed, > > so the port no longer serves a function. > > Thanks, committed! Well, turns out that searching with grep -Rl 'devel/pear-channel-phpunit' [a-ce-z]* d[a-hj-z]* in the ports tree did not find those ports, who all have PEAR_CHANNEL= phpunit in their Makefiles... textproc/pear-Text_Template/Makefile:PEAR_CHANNEL= phpunit devel/pear-SebastianBergmann_PHPLOC/Makefile:PEAR_CHANNEL= phpunit devel/pear-File_Iterator/Makefile:PEAR_CHANNEL= phpunit devel/pear-SebastianBergmann_Version/Makefile:PEAR_CHANNEL= phpunit devel/pear-SebastianBergmann_FinderFacade/Makefile:PEAR_CHANNEL= phpunit devel/pear-PHP_CodeCoverage/Makefile:PEAR_CHANNEL= phpunit devel/pear-SebastianBergmann_PHPCPD/Makefile:PEAR_CHANNEL= phpunit -- pi@opsec.eu +49 171 3101372 Now what ?