Date: Thu, 28 Oct 2021 16:27:58 +0200 From: Matthias Fechner <mfechner@FreeBSD.org> To: Kevin Bowling <kbowling@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 51a00e6b9497 - main - Mk/bsd.default-versions.mk: Update to PostgreSQL 13 Message-ID: <59f558db-df9b-fbb2-a8f2-eb7fcd16d909@FreeBSD.org> In-Reply-To: <202110240003.19O03Uev077822@gitrepo.freebsd.org> References: <202110240003.19O03Uev077822@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 24.10.2021 um 02:03 schrieb Kevin Bowling: > + # tar xf postgresql12-server-12.8.txz -C /tmp/pg-upgrade > + # tar xf postgresql12-contrib-12.8.txz -C /tmp/pg-upgrade these two commands are failing, as the extension is now .pkg, maybe we should change it to: # tar xf postgresql12-server-12.8.pkg -C /tmp/pg-upgrade # tar xf postgresql12-contrib-12.8.pkg -C /tmp/pg-upgrade Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59f558db-df9b-fbb2-a8f2-eb7fcd16d909>