[MacPorts] PortfileRecipes modified

MacPorts noreply at macports.org
Thu Feb 19 20:31:50 PST 2015


Page "PortfileRecipes" was changed by pixilla at macports.org
Diff URL: <https://trac.macports.org/wiki/PortfileRecipes?action=diff&version=82>
Revision 82
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 81)
+++ PortfileRecipes (version: 82)
@@ -619,7 +619,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
 {{{
-port info --license --index all | grep -v ^-- | sed 's,^license:.,,g' | tr ' ' '\n' | sort -u
+port info --license --index all | grep -v ^-- | sed 's,^license:.,,g' | tr ' ' '\n' | sed '/^$/d' | sort -u
 }}}
 * AFL-2.1
 * AFL-3
-------8<------8<------8<------8<------8<------8<------8<------8<--------

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

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 .


More information about the macports-changes mailing list