<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1954dc8d024ad17918c49e79edab7d8a68e87501">https://github.com/macports/macports-ports/commit/1954dc8d024ad17918c49e79edab7d8a68e87501</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 1954dc8d024 talloc: fix license
</span>1954dc8d024 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1954dc8d024ad17918c49e79edab7d8a68e87501
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Sat Dec 7 16:54:22 2024 +0400
<span style='display:block; white-space:pre;color:#404040;'> talloc: fix license
</span>---
devel/talloc/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/talloc/Portfile b/devel/talloc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6d8df1752ee..3c003106b39 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/talloc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/talloc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,8 +13,7 @@ checksums rmd160 08af86413968127118174fae8444cb31aff05f44 \
</span> conflicts samba3
set major [lindex [split ${version} .] 0]
categories devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# mostly LGPL, but a few files are GPL
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license GPL-3+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license LGPL-3+
</span> maintainers nomaintainer
description Hierarchical memory allocation library
long_description talloc is a hierarchical, reference counted memory pool \
</pre><pre style='margin:0'>
</pre>