[MacPorts] PortfileRecipes modified

MacPorts Wiki noreply at macports.org
Tue Apr 24 02:11:46 UTC 2018


Page "PortfileRecipes" was changed by l2dy
Diff URL: <https://trac.macports.org/wiki/PortfileRecipes?action=diff&version=101>
Revision 101
Comment: Simplify licensekeyword command
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 100)
+++ PortfileRecipes (version: 101)
@@ -649,7 +649,7 @@
 * If the active port is not recent enough, we deactivate it using `registry_deactivate_composite`. The second argument is a version number, which in this case we leave empty. The third argument is a list of options; setting `ports_nodepcheck` to 1 forces deactivation regardless of whether there are active dependents. This is fine, since `kerberos5` will be reinstalled shortly.
 == Current list of license keyword values in Portfiles == #licensekeyword
 {{{
-date && port -q info --license --index all | grep -v ^-- | tr ' ' '\n' | sed 's/^{//;s/}$//;/^$/d' | sort -u | awk '{ print "* " $0 }'
+date && port -q info --license --index all | grep -v ^-- | tr ' ' '\n' | tr -d '{}' | sort -u | awk '{ print "* " $0 }'
 }}}
 Sat Oct 28 03:00:00 UTC 2017
 * AFL-2.1
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/PortfileRecipes>
MacPorts <https://www.macports.org/>
Ports system for macOS

This is an automated message. Someone added your email address to be
notified of changes on 'PortfileRecipes' page.
If it was not you, please report to admin at macports.org.


More information about the macports-changes mailing list