[46842] trunk/dports/devel/distract/Portfile

tommyd at macports.org tommyd at macports.org
Sat Feb 14 17:08:44 PST 2009


Revision: 46842
          http://trac.macports.org/changeset/46842
Author:   tommyd at macports.org
Date:     2009-02-14 17:08:42 -0800 (Sat, 14 Feb 2009)
Log Message:
-----------
* distname added (fetch failed previously)
* openmaintainer added 
* whitespace fixes

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

Modified: trunk/dports/devel/distract/Portfile
===================================================================
--- trunk/dports/devel/distract/Portfile	2009-02-14 22:58:24 UTC (rev 46841)
+++ trunk/dports/devel/distract/Portfile	2009-02-15 01:08:42 UTC (rev 46842)
@@ -2,27 +2,29 @@
 
 PortSystem 1.0
 
-name		distract
-version		0.2.5
-categories	devel
-maintainers	tommyd
-platforms	darwin
-description	A distributed bug tracking system based on monotone
+name            distract
+version         0.2.5
+categories      devel
+maintainers	    tommyd openmaintainer
+platforms	    darwin
+description	    A distributed bug tracking system based on monotone
 long_description	\
-		DisTract is a distributed bug tracking system. It uses \
-		the Firefox browser as frontend for user interaction and \
-		the monotone version control system as backend, which \
-		provides data storage and network services.
+        DisTract is a distributed bug tracking system. It uses \
+        the Firefox browser as frontend for user interaction and \
+        the monotone version control system as backend, which \
+        provides data storage and network services.
 
-homepage	http://www.distract.wellquite.org/
-master_sites	http://www.distract.wellquite.org/downloads/
-checksums	md5 c806002ec1f73bf860bbb3164e2042dd
+homepage	    http://www.distract.wellquite.org/
 
-depends_build	port:ghc		\
-		port:hs-chunks		\
-		port:hs-hinstaller
-depends_run	port:monotone
+distname        DisTract-${version}
+master_sites    http://www.distract.wellquite.org/downloads/
+checksums       md5 c806002ec1f73bf860bbb3164e2042dd
 
+depends_build   port:ghc		\
+                port:hs-chunks		\
+                port:hs-hinstaller
+depends_run     port:monotone
+
 configure {
     system "cd ${worksrcpath}/haskell && runghc Setup.hs configure"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090214/8fa7c1a1/attachment.html>


More information about the macports-changes mailing list