From owner-svn-ports-head@freebsd.org Sat Mar 21 13:10:42 2020 Return-Path: Delivered-To: svn-ports-head@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 58711262701; Sat, 21 Mar 2020 13:10:42 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48l1Gn4jNLz47j0; Sat, 21 Mar 2020 13:10:41 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C36E0D2CF; Sat, 21 Mar 2020 13:10:39 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02LDAdj6025231; Sat, 21 Mar 2020 13:10:39 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02LDAd6H025228; Sat, 21 Mar 2020 13:10:39 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202003211310.02LDAd6H025228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Mar 2020 13:10:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528854 - in head/devel/p5-Canary-Stability: . files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/devel/p5-Canary-Stability: . files X-SVN-Commit-Revision: 528854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 21 Mar 2020 13:10:42 -0000 Author: adamw Date: Sat Mar 21 13:10:39 2020 New Revision: 528854 URL: https://svnweb.freebsd.org/changeset/ports/528854 Log: Make the text content a little more generalizable Modified: head/devel/p5-Canary-Stability/files/Stability.pm head/devel/p5-Canary-Stability/pkg-descr Modified: head/devel/p5-Canary-Stability/files/Stability.pm ============================================================================== --- head/devel/p5-Canary-Stability/files/Stability.pm Sat Mar 21 12:57:09 2020 (r528853) +++ head/devel/p5-Canary-Stability/files/Stability.pm Sat Mar 21 13:10:39 2020 (r528854) @@ -8,14 +8,11 @@ Canary::Stability - Stub to avoid harmful instructions =head1 PURPOSE -The original Canary::Stability is a bizarre set of system checks -that provide dangerous instructions. Among those instructions is -never to use any Perl released after 2015, and to use a fork of -Perl from a person who calls himself "schmorp." - -This stub exists only to satisfy modules (all of which are released -by "schmorp") that list it as a dependency. It does nothing, which -is considered far more useful than the original. +The original Canary::Stability is a set of system checks +that don't apply to FreeBSD, and includes potentially harmful +recommendations. Rather than present those recommendations +to users, we instead provide an empty stub to satisfy modules +that list it as a dependency. =cut Modified: head/devel/p5-Canary-Stability/pkg-descr ============================================================================== --- head/devel/p5-Canary-Stability/pkg-descr Sat Mar 21 12:57:09 2020 (r528853) +++ head/devel/p5-Canary-Stability/pkg-descr Sat Mar 21 13:10:39 2020 (r528854) @@ -1,8 +1,4 @@ -Canary::Stability is a forced dependency of a number of important -perl modules. It exists only to provide dangerous advice (such as -instructing users to uninstall their version of Perl and install -one from 2015), absolutely none of which should ever be followed. - -This port installs an empty stub. If you obtain Canary::Stability -directly from CPAN, please do not follow any instructions it gives -you. +This is a stub to satisy dependencies for a number of modules. +The original Canary::Stability contains system checks that produce +warnings that must be ignored (and which would be harmful if +acted upon). This stub is a no-op.