[75994] trunk/dports/aqua

Ryan Schmidt ryandesign at macports.org
Tue Feb 15 15:52:58 PST 2011


On Feb 15, 2011, at 07:51, phw at macports.org wrote:

> Revision: 75994
>          http://trac.macports.org/changeset/75994
> Author:   phw at macports.org
> Date:     2011-02-15 05:51:51 -0800 (Tue, 15 Feb 2011)
> Log Message:
> -----------
> New Port: Fonzy, a MacOS network status tool
> 
> Added Paths:
> -----------
>    trunk/dports/aqua/Fonzy/
>    trunk/dports/aqua/Fonzy/Portfile
> 
> Added: trunk/dports/aqua/Fonzy/Portfile
> ===================================================================
> --- trunk/dports/aqua/Fonzy/Portfile	                        (rev 0)
> +++ trunk/dports/aqua/Fonzy/Portfile	2011-02-15 13:51:51 UTC (rev 75994)
> @@ -0,0 +1,18 @@
> +PortSystem 1.0
> +PortGroup xcode 1.0
> +
> +name		Fonzy
> +version		development

This needs to be an actual version number, or a date/time stamp.


> +categories	aqua 
> +distname 	${name}
> +maintainers	phw openmaintainer
> +description	MacOS X network status tool 

"Mac OS X"

> +long_description	${description}
> +
> +homepage    https://github.com/magiconair/Fonzy
> +
> +fetch.type	git
> +git.url 	git://github.com/magiconair/Fonzy.git
> +git.branch  origin/master

This needs to fetch the specific version number listed in the version line.






More information about the macports-dev mailing list