<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/fc7a8f7cd995beff2a5f973c88dd9f48d939bafd">https://github.com/macports/macports-ports/commit/fc7a8f7cd995beff2a5f973c88dd9f48d939bafd</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 fc7a8f7cd99 micronaut: update to 4.3.7
</span>fc7a8f7cd99 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fc7a8f7cd995beff2a5f973c88dd9f48d939bafd
</span>Author: Nils Breunese <nils@breun.nl>
AuthorDate: Sat Mar 23 14:27:14 2024 +0100

<span style='display:block; white-space:pre;color:#404040;'>    micronaut: update to 4.3.7
</span>---
 java/micronaut/Portfile | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/micronaut/Portfile b/java/micronaut/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5765c0343c9..fad9830f39f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/micronaut/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/micronaut/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem      1.0
 PortGroup       github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup    micronaut-projects micronaut-starter 4.3.6 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup    micronaut-projects micronaut-starter 4.3.7 v
</span> revision        0
 name            micronaut
 categories      java
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,18 +14,21 @@ supported_archs x86_64
</span> universal_variant no
 
 description     Micronaut is a modern, JVM-based, full-stack framework \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                for building modular, easily testable microservice and serverless applications.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                for building modular, easily testable microservice and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                serverless applications.
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description Micronaut is a modern, JVM-based, full stack Java framework designed for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                building modular, easily testable JVM applications with support for Java, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                Kotlin and the Groovy language. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description Micronaut is a modern, JVM-based, full stack Java framework \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                designed for building modular, easily testable JVM \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                applications with support for Java, Kotlin and the Groovy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                language. \
</span>                 \n\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                \nMicronaut is developed by the creators of the Grails framework and takes \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                inspiration from lessons learnt over the years building real-world applications \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                from monoliths to microservices using Spring, Spring Boot and Grails. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                \nMicronaut is developed by the creators of the Grails \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                framework and takes inspiration from lessons learnt over the \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                years building real-world applications from monoliths to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                microservices using Spring, Spring Boot and Grails. \
</span>                 \n\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                \nMicronaut aims to provide all the tools necessary to build microservice \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                applications including: \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                \nMicronaut aims to provide all the tools necessary to build \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                microservice applications including: \
</span>                 \n\
                 \n* Dependency Injection and Inversion of Control (IoC) \
                 \n* Aspect Oriented Programming (AOP) \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,8 +42,8 @@ long_description Micronaut is a modern, JVM-based, full stack Java framework des
</span>                 \n* HTTP Routing \
                 \n* Client-Side Load Balancing \
                 \n\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                \nAt the same time Micronaut aims to avoid the downsides of frameworks like Spring, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                Spring Boot and Grails by providing: \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                \nAt the same time Micronaut aims to avoid the downsides of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                frameworks like Spring, Spring Boot and Grails by providing: \
</span>                 \n\
                 \n* Fast startup time \
                 \n* Reduced memory footprint \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,9 +56,9 @@ homepage        https://micronaut.io
</span> github.tarball_from releases
 distname        mn-darwin-amd64-v${version}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums       rmd160  2daf682cb13514ae9e4d0a1b78a1328a58278cf8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                sha256  817cc0fd024b420898646bde59e05e35651e966c8d3ddb26f3a05c5ae57de7e4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                size    22294722
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums       rmd160  a84bd1459958c83d3e34a78cf71035df0c683f7c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                sha256  a8cc49e09cb665f911efbf337d2cab3d876d1ba81a9a55de70d2410d9165f3e7 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                size    22918804
</span> 
 use_zip         yes
 use_configure   no
</pre><pre style='margin:0'>

</pre>