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

source_changes at macosforge.org source_changes at macosforge.org
Sun Aug 12 03:59:12 PDT 2007


Revision: 27700
          http://trac.macosforge.org/projects/macports/changeset/27700
Author:   gwright at macports.org
Date:     2007-08-12 03:59:12 -0700 (Sun, 12 Aug 2007)

Log Message:
-----------
Add dependency on monotone and update other dependencies.

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

Modified: trunk/dports/devel/distract/Portfile
===================================================================
--- trunk/dports/devel/distract/Portfile	2007-08-12 10:34:35 UTC (rev 27699)
+++ trunk/dports/devel/distract/Portfile	2007-08-12 10:59:12 UTC (rev 27700)
@@ -1,24 +1,24 @@
-# $Id$
-
 PortSystem 1.0
-name                DisTract
-description         A distributed bug tracking system based on monotone
-long_description    DisTract is a distributed bug tracking system. It uses \
-                    Firefox as frontend for the user and the monotone version \
-                    control system as backend, which provides data storage and \
-                    network synchronization.
-version             0.2.3
-homepage            http://www.distract.wellquite.org
-master_sites        ${homepage}/downloads/
-categories          devel
-maintainers         me at thomaskeller.biz
-checksums           md5 07d098c51755433ef11f886923d16cec
+name		DisTract
+version		0.2.5
+categories	devel
+maintainers	me at thomaskeller.biz
+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.
 
-depends_build       port:ghc\
-		    port:haskell-chunks\
-		    port:haskell-hinstaller\
-		    port:haskell-parsedate
+homepage	http://www.distract.wellquite.org/
+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 {
 	cd ${worksrcpath}/haskell
 	system "runghc Setup.hs configure"
@@ -30,7 +30,7 @@
 }
 
 destroot {
-	cd ${worksrcpath}/haskell/dist/build/DisTractInstaller
-	system "cp DisTractInstaller ${destroot}/${prefix}/bin"
+	cd ${worksrcpath}/haskell
+	system "runghc Setup copy --copy-prefix=${destroot}${prefix}"
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070812/d0a77991/attachment.html


More information about the macports-changes mailing list