<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/87b97ab41c04f1c71ebb99d925dae11395c8b67e">https://github.com/macports/macports-ports/commit/87b97ab41c04f1c71ebb99d925dae11395c8b67e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 87b97ab41c04f1c71ebb99d925dae11395c8b67e
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Mon Sep 4 02:57:23 2023 +0700
<span style='display:block; white-space:pre;color:#404040;'> apache-ant: non-functional fixes to portfile: spaces, alignments
</span>---
devel/apache-ant/Portfile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/apache-ant/Portfile b/devel/apache-ant/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea5731924ee..50513ca57dc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/apache-ant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/apache-ant/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,6 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortSystem 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortSystem 1.0
</span> PortGroup java 1.0
name apache-ant
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,18 +12,18 @@ maintainers nomaintainer
</span> supported_archs noarch
description Java opensource build system
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description Ant is a Java based build tool. In theory it is \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- kind of like make without make's wrinkles. Ant \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- uses XML build files that define a set of targets. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- Each target has dependencies (other targets) and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- contains a set of tasks to perform.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description Ant is a Java based build tool. In theory it is \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ kind of like make without make's wrinkles. Ant \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ uses XML build files that define a set of targets. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ Each target has dependencies (other targets) \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ and contains a set of tasks to perform.
</span> homepage https://ant.apache.org/
platforms any
distname ${name}-${version}-bin
master_sites apache:ant/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites.mirror_subdir binaries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites.mirror_subdir binaries
</span> checksums rmd160 63c107f1b370598ef1e927df8b37877fc0f1e14f \
sha256 6115c940367e50755cf806de5816f20a1db1321b1cb734e2c34ab20ef6682b9b \
size 5014024
</pre><pre style='margin:0'>
</pre>