<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7ce6f602ae253a7db90962ae4ba06a211dfbae40">https://github.com/macports/macports-ports/commit/7ce6f602ae253a7db90962ae4ba06a211dfbae40</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 7ce6f602ae2 p5-dbd-pg: update to version 3.16.1, dependencies
</span>7ce6f602ae2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7ce6f602ae253a7db90962ae4ba06a211dfbae40
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Mar 10 16:10:36 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    p5-dbd-pg: update to version 3.16.1, dependencies
</span>---
 perl/p5-dbd-pg/Portfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-dbd-pg/Portfile b/perl/p5-dbd-pg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 08e30b7f810..5db11ddcf4d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-dbd-pg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-dbd-pg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,10 @@ PortSystem          1.0
</span> PortGroup           perl5 1.0
 
 perl5.branches      5.28 5.30 5.32 5.34
<span style='display:block; white-space:pre;background:#ffe0e0;'>-perl5.setup         DBD-Pg 3.16.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.setup         DBD-Pg 3.16.1
</span> revision            0
 license             {Artistic-1 GPL}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-categories          perl databases
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+categories-append   databases
</span> maintainers         nomaintainer
 description         Perl DBI module to provide access to PostgreSQL databases
 long_description    DBD::Pg is a Perl module which works with the DBI \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,17 +15,17 @@ long_description    DBD::Pg is a Perl module which works with the DBI \
</span> 
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  1b2ec9e73e057bd39f912f7b4e2fdaae34d55078 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  2c31163d8bdaaf8beaef9c97b8f260432d67a534bc7b69e7265c21cb841432b8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    285547
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  d2c88154ffc6cb1a5a0cd539bcff8c3f4b14a935 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  8e917a746dacb1edce5832d8911e5938cc4863aeac4a52820382e7d174e9c3b9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    286908
</span> 
 if {${perl5.major} ne ""} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p${perl5.major}-test-warn
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-test-simple \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-time-hires
</span> 
     depends_lib-append \
                     port:p${perl5.major}-dbi \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p${perl5.major}-time-hires \
</span>                     port:p${perl5.major}-version
 
 variant postgresql10 conflicts postgresql11 postgresql12 postgresql13 postgresql14 description {Build with postgresql10 port} {
</pre><pre style='margin:0'>

</pre>