<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/65a235cada97f56d52aafe7de0405342a70f1964">https://github.com/macports/macports-ports/commit/65a235cada97f56d52aafe7de0405342a70f1964</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 65a235cada9 uni: properly set version info during build
</span>65a235cada9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 65a235cada97f56d52aafe7de0405342a70f1964
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Jun 14 23:52:40 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> uni: properly set version info during build
</span>---
textproc/uni/Portfile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/uni/Portfile b/textproc/uni/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 698ec984b8c..6c16200297b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/uni/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/uni/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,13 +4,13 @@ PortSystem 1.0
</span> PortGroup golang 1.0
go.setup github.com/arp242/uni 2.2.1 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
description uni queries the Unicode database from the commandline.
long_description Query the Unicode database from the commandline, with \
good support for emojis. Includes full support for \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- Unicode 12.1 (May 2019) with full Emoji support (a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Unicode 13.1 (June 2021) with full Emoji support (a \
</span> surprisingly large amount of emoji pickers don't deal \
with emoji sequences very well).
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +23,9 @@ installs_libs no
</span>
go.package arp242.net/uni
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.pre_args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -ldflags \"-X main.version=${version}\"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
</pre><pre style='margin:0'>
</pre>