<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/08f6a96e8b8a0f9b772b604ea1439897796ae99b">https://github.com/macports/macports-ports/commit/08f6a96e8b8a0f9b772b604ea1439897796ae99b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 08f6a96e8b8a0f9b772b604ea1439897796ae99b
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Mon Aug 12 05:46:39 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> xdelta: non-functional: port clean-up
</span>---
archivers/xdelta/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/xdelta/Portfile b/archivers/xdelta/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 288898e3fe7..a1a6febeb78 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/xdelta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/xdelta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,5 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- 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><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,13 +7,11 @@ github.setup jmacd xdelta-devel 3.1.0 v
</span> name xdelta
categories archivers
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description open-source binary diff, differential compression tools, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description Open-source binary diff, differential compression tools, \
</span> VCDIFF (RFC 3284) delta compression
long_description ${description}
license Apache-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage http://xdelta.org/
</span>
github.tarball_from releases
distname xdelta3-${version}
</pre><pre style='margin:0'>
</pre>