From nobody Thu Jan 20 11:45:12 2022 X-Original-To: ports@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 215C5195414E for ; Thu, 20 Jan 2022 11:45:44 +0000 (UTC) (envelope-from freebsd@gushi.org) Received: from prime.gushi.org (prime.gushi.org [IPv6:2620:137:6000:10::142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prime.gushi.org", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JfggV4Q3pz3j78 for ; Thu, 20 Jan 2022 11:45:42 +0000 (UTC) (envelope-from freebsd@gushi.org) Received: from smtpclient.apple ([IPv6:2601:602:0:8e8:acd0:7a4a:7d62:f271]) (authenticated bits=0) by prime.gushi.org (8.16.1/8.16.1) with ESMTPSA id 20KBjIr0007181 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 20 Jan 2022 03:45:22 -0800 (PST) (envelope-from freebsd@gushi.org) X-Authentication-Warning: prime.gushi.org: Host [IPv6:2601:602:0:8e8:acd0:7a4a:7d62:f271] claimed to be smtpclient.apple From: Dan Mahoney Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.40.0.1.81\)) Subject: p5-dbd-pg Message-Id: <760559B7-EE1A-421D-BB8A-8402A9305FF6@gushi.org> Date: Thu, 20 Jan 2022 03:45:12 -0800 To: ports@freebsd.org X-Mailer: Apple Mail (2.3693.40.0.1.81) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (prime.gushi.org [IPv6:2620:137:6000:10:0:0:0:142]); Thu, 20 Jan 2022 11:45:33 +0000 (UTC) X-Rspamd-Queue-Id: 4JfggV4Q3pz3j78 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=gushi.org; spf=pass (mx1.freebsd.org: domain of freebsd@gushi.org designates 2620:137:6000:10::142 as permitted sender) smtp.mailfrom=freebsd@gushi.org X-Spamd-Result: default: False [-3.49 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_DN_NONE(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; RCVD_IN_DNSWL_MED(-0.20)[2620:137:6000:10::142:from]; DMARC_POLICY_ALLOW(-0.50)[gushi.org,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.99)[-0.988]; MLMMJ_DEST(0.00)[ports]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:393507, ipnet:2620:137:6000::/44, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hey there, On doing a routine pkg upgrade at the dayjob, the perl module p5-DBD-pg = forced an upgrade from postgresql12-client to postgresql13-client (which = uninstalled postgresql12-server). This in turn required a full dump and = restore of the DB to make things compatible (after first re-downgrading = to postgresql12-server). (Also, pgtop was removed, even though it should work perfectly well with = postgres12). This feels like the ideal kind of port that could be flavored so it = works with any installed postgres version. I'm willing to submit = patches, how hard would it be? Is there a section in the porter's = handbook that covers this? -Dan=