<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/e0dcef1e50d1aaaf88f1b339c8897cbf1c27891c">https://github.com/macports/macports-ports/commit/e0dcef1e50d1aaaf88f1b339c8897cbf1c27891c</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 e0dcef1e50d p5-text-bibtex: fix missing license, trailing whitespace
</span>e0dcef1e50d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e0dcef1e50d1aaaf88f1b339c8897cbf1c27891c
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Jan 25 17:42:43 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    p5-text-bibtex: fix missing license, trailing whitespace
</span>---
 perl/p5-text-bibtex/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-text-bibtex/Portfile b/perl/p5-text-bibtex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 10a9f1cdd16..3c547feb094 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-text-bibtex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-text-bibtex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,9 @@ PortGroup           perl5 1.0
</span> 
 perl5.branches      5.28 5.30 5.32 5.34
 perl5.setup         Text-BibTeX 0.89
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+license             {Artistic-1 GPL}
</span> description         Parse BibTeX files
 long_description    Text::BibTeX is a Perl library for reading, parsing, and processing  \
                     BibTeX files.  It is the Perl half of btOOL, a pair of libraries for \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +41,7 @@ if {${perl5.major} != ""} {
</span> 
     # libraries and binaries (libbtparse) are installed in
     # $prefix/libexec/perl5.NN/ to avoid conflicts. Put the btparse
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # header file there too. 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # header file there too.
</span>     post-destroot {
         xinstall -d ${destroot}${prefix}/libexec/perl${perl5.major}/include
         file rename ${destroot}${prefix}/libexec/include/btparse.h ${destroot}${prefix}/libexec/perl${perl5.major}/include
</pre><pre style='margin:0'>

</pre>