Revision: 76440 http://trac.macports.org/changeset/76440 Author: raimue@macports.org Date: 2011-02-23 12:15:27 -0800 (Wed, 23 Feb 2011) Log Message: ----------- shells/bash: Add license field and a little bit of reordering Modified Paths: -------------- trunk/dports/shells/bash/Portfile Modified: trunk/dports/shells/bash/Portfile =================================================================== --- trunk/dports/shells/bash/Portfile 2011-02-23 19:59:21 UTC (rev 76439) +++ trunk/dports/shells/bash/Portfile 2011-02-23 20:15:27 UTC (rev 76440) @@ -8,6 +8,8 @@ version ${bash_version}.${bash_patchlevel} distname ${name}-${bash_version} categories shells +platforms darwin freebsd +license GPL-3 maintainers raimue description Bash (bourne-again shell) is a UNIX command interpreter long_description \ @@ -18,7 +20,6 @@ for both programming and interactive use. In addition, most \ sh scripts can be run by Bash without modification. homepage http://www.gnu.org/software/bash/bash.html -platforms darwin freebsd master_sites gnu patch_sites gnu:${name}/${distname}-patches
participants (1)
-
raimue@macports.org