From nobody Sun Jul 25 10:32:58 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4616012D4E6E for ; Sun, 25 Jul 2021 10:32:58 +0000 (UTC) (envelope-from bugzilla-noreply@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GXfXB1NmJz4kqG for ; Sun, 25 Jul 2021 10:32:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16F46222A6 for ; Sun, 25 Jul 2021 10:32:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16PAWwTc082533 for ; Sun, 25 Jul 2021 10:32:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16PAWwJ1082531 for ports-bugs@FreeBSD.org; Sun, 25 Jul 2021 10:32:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257406] ports-mgmt/portupgrade: no support for .pkg Date: Sun, 25 Jul 2021 10:32:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-ports@charlieroot.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bdrewery@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257406 Bug ID: 257406 Summary: ports-mgmt/portupgrade: no support for .pkg Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bdrewery@FreeBSD.org Reporter: freebsd-ports@charlieroot.de Assignee: bdrewery@FreeBSD.org Flags: maintainer-feedback?(bdrewery@FreeBSD.org) Hi, from https://github.com/freebsd/pkg/blob/master/NEWS: Changes from 1.16.99.2 to 1.16.99.3 [...] - change the package extension to .pkg (with symlink on the old format) [helmut@BSDHelmut ~]$ sudo portupgrade -fPP mysql80-client [Reading data from pkg(8) ... - 499 packages found - done] ---> Checking for the latest package of 'databases/mysql80-client' ---> Fetching the package(s) for 'mysql80-client-8.0.25_2' (databases/mysql80-client) Updating MyRepo repository catalogue... MyRepo repository is up to date. All repositories are up to date. ---> Fetching mysql80-client-8.0.25_2 [...] New packages to be FETCHED: mysql80-client: 8.0.25_2 (4 MiB: 100.00% of the 4 MiB to download) Number of packages to be fetched: 1 The process will require 4 MiB more space. 4 MiB to be downloaded. Fetching mysql80-client-8.0.25_2.pkg: 100% 4 MiB 4.1MB/s 00:01 ** Failed to fetch mysql80-client-8.0.25_2.txz ** Failed to fetch mysql80-client-8.0.25_2 ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! mysql80-client-8.0.25_2 (fetch error) ** Could not find the latest version (8.0.25_2) ** No package available: databases/mysql80-client ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! databases/mysql80-client (mysql80-client-8.0.25_2) (package not found) [helmut@BSDHelmut ~]$ It downloads .pkg but then searches for .txz. --=20 You are receiving this mail because: You are the assignee for the bug.=