[36538] trunk/dports/devel/darcs

gwright at macports.org gwright at macports.org
Mon May 5 13:19:18 PDT 2008


Revision: 36538
          http://trac.macosforge.org/projects/macports/changeset/36538
Author:   gwright at macports.org
Date:     2008-05-05 13:19:17 -0700 (Mon, 05 May 2008)

Log Message:
-----------
Version bump to 2.0.0.

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

Removed Paths:
-------------
    trunk/dports/devel/darcs/files/

Modified: trunk/dports/devel/darcs/Portfile
===================================================================
--- trunk/dports/devel/darcs/Portfile	2008-05-05 19:43:21 UTC (rev 36537)
+++ trunk/dports/devel/darcs/Portfile	2008-05-05 20:19:17 UTC (rev 36538)
@@ -2,38 +2,38 @@
 
 PortSystem 1.0
 name            darcs
-version         1.0.9
+version         2.0.0
 categories      devel
 maintainers     gwright at macports.org
 description     David's Advanced Revision Control System
 long_description \
-                David's Advanced Revision Control System is yet \
-                another replacement for CVS. It is written in Haskell, \
-                and has been tested on Linux and Mac OS X. Darcs \
-                includes a cgi script, which can be used to view the \
+                David's Advanced Revision Control System is yet		\
+                another replacement for CVS. It is written in Haskell,	\
+                and has been tested on Linux and Mac OS X. Darcs	\
+                includes a cgi script, which can be used to view the	\
                 contents of your repository.
 
 homepage        http://darcs.net/
 platforms       darwin
 master_sites    ${homepage}
 
-checksums       md5 07222cd3c500aa31e3332847573a4ab2
+checksums	md5     89e48c2fb388692b78b3cceeb86a95a7		\
+		sha1    514b4e13f66f8fb30eb60a9dce0a92f6900e5191	\
+		rmd160  6f6642dd99b10f6bb43236818128e0256292cc0f
 
 depends_build   port:ghc
 depends_lib     port:readline \
                 port:curl \
                 port:gmp
 
-configure.args  --mandir=${prefix}/share/man \
-                --without-docs
+configure.args  --mandir=${prefix}/share/man	\
+		--without-type-witnesses	\
+		--without-docs
 
-build.env       PREFIX=${prefix}
-destroot.env    PREFIX=${prefix}
+variant docs description {Generate a printable manual} {
+		depends_build-append	port:latex2html
 
-variant docs {
-    depends_build-append    port:latex2html
-    
-    configure.args-delete   --without-docs
-    configure.args-append   --with-docs
+		configure.args-delete	--without-docs
+		configure.args-append	--with-docs
 }
 

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


More information about the macports-changes mailing list