[91378] trunk/dports/devel/giter8/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Mar 30 19:14:58 PDT 2012


Revision: 91378
          https://trac.macports.org/changeset/91378
Author:   ryandesign at macports.org
Date:     2012-03-30 19:14:56 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
giter8: simplify port and fix livecheck by using github portgroup

Modified Paths:
--------------
    trunk/dports/devel/giter8/Portfile

Modified: trunk/dports/devel/giter8/Portfile
===================================================================
--- trunk/dports/devel/giter8/Portfile	2012-03-31 01:20:18 UTC (rev 91377)
+++ trunk/dports/devel/giter8/Portfile	2012-03-31 02:14:56 UTC (rev 91378)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem 1.0
-name			giter8
-version			0.4.1
+PortGroup		github 1.0
+
+github.setup		n8han giter8 0.4.1
 categories		devel
 maintainers		landonf openmaintainer
 supported_archs		noarch
@@ -13,7 +14,7 @@
 			from templates published on github. It's implemented in Scala and \
 			runs through the Simple Build Tool launcher, but it can produce output \
 			for any purpose.
-homepage		https://github.com/n8han/giter8
+
 platforms		darwin
 distfiles
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/57a71ea7/attachment.html>


More information about the macports-changes mailing list