[21895] trunk/dports/devel/darcs/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 22:55:12 PST 2007


Revision: 21895
          http://trac.macosforge.org/projects/macports/changeset/21895
Author:   eridius at macports.org
Date:     2007-02-10 22:55:11 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
Fix whitespace in darcs port. Done because the long_description was messed up.
Didn't bother running this by the maintainer because it's pure whitespace changes

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

Modified: trunk/dports/devel/darcs/Portfile
===================================================================
--- trunk/dports/devel/darcs/Portfile	2007-02-11 03:29:49 UTC (rev 21894)
+++ trunk/dports/devel/darcs/Portfile	2007-02-11 06:55:11 UTC (rev 21895)
@@ -1,46 +1,48 @@
 # $Id$
 
 PortSystem 1.0
-name		darcs
-version		1.0.8
-revision	1
-categories	devel
-maintainers	gwright at opendarwin.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 MacOS X. Darcs		\
-		includes a cgi script, which can be used to view the	\			contents of your repository.
+name            darcs
+version         1.0.8
+revision        1
+categories      devel
+maintainers     gwright at opendarwin.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 MacOS X. Darcs \
+                includes a cgi script, which can be used to view the \
+                contents of your repository.
 
-homepage	http://abridgegame.org/darcs/
-platforms	darwin
-master_sites	${homepage}
+homepage        http://abridgegame.org/darcs/
+platforms       darwin
+master_sites    ${homepage}
 
-checksums	md5 a7a26d1a98c5675dcab4c2cc30eba59d
+checksums       md5 a7a26d1a98c5675dcab4c2cc30eba59d
 
-patchfiles	patch-GNUmakefile	\
-		patch-Lcs.lhs		\
-		patch-configure.ac
+patchfiles      patch-GNUmakefile \
+                patch-Lcs.lhs \
+                patch-configure.ac
 
-depends_build	port:ghc
-depends_lib	port:readline	\
-		port:curl	\
-		port:gmp
+depends_build   port:ghc
+depends_lib     port:readline \
+                port:curl \
+                port:gmp
 
-use_autoconf	yes
+use_autoconf    yes
 
-configure.args	--mandir=${prefix}/share/man	\
-		--without-docs
-configure.env	CPPFLAGS="-I${prefix}/include"	\
-		LDFLAGS="-L${prefix}/lib"
+configure.args  --mandir=${prefix}/share/man \
+                --without-docs
+configure.env   CPPFLAGS="-I${prefix}/include" \
+                LDFLAGS="-L${prefix}/lib"
 
-build.env	PREFIX=${prefix}
-destroot.env	PREFIX=${prefix}
+build.env       PREFIX=${prefix}
+destroot.env    PREFIX=${prefix}
 
 variant docs {
-		depends_build-append	port:latex2html
-
-		configure.args-delete	--without-docs
-		configure.args-append	--with-docs
+    depends_build-append    port:latex2html
+    
+    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/20070210/43eca4e6/attachment.html


More information about the macports-changes mailing list