[104305] trunk/dports/devel/hs-QuickCheck/Portfile

sean at macports.org sean at macports.org
Sat Mar 23 09:39:37 PDT 2013


Revision: 104305
          https://trac.macports.org/changeset/104305
Author:   sean at macports.org
Date:     2013-03-23 09:39:37 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
hs-QuickCheck: whitespace change and add openmaintainer with permission from author

Modified Paths:
--------------
    trunk/dports/devel/hs-QuickCheck/Portfile

Modified: trunk/dports/devel/hs-QuickCheck/Portfile
===================================================================
--- trunk/dports/devel/hs-QuickCheck/Portfile	2013-03-23 13:55:32 UTC (rev 104304)
+++ trunk/dports/devel/hs-QuickCheck/Portfile	2013-03-23 16:39:37 UTC (rev 104305)
@@ -1,34 +1,32 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+PortGroup           haskell 1.0
 
-PortGroup	haskell 1.0
-haskell.setup	QuickCheck 2.1.0.3
-name		hs-QuickCheck
-maintainers	gwright
-platforms	darwin
+haskell.setup       QuickCheck 2.1.0.3
+name                hs-QuickCheck
+maintainers         gwright openmaintainer
+platforms           darwin
+universal_variant   no
 
-description	Automatic testing of Haskell programs (development version)
-long_description	\
-		QuickCheck is a library for random testing of program	\
-		properties.   		    	   	      		\
-									\
-		The programmer provides a specification of the program,	\
-		in the form of properties which functions should	\
-		satisfy, and QuickCheck then tests that the properties	\
-		hold in a large number of randomly generated cases. 
+description         Automatic testing of Haskell programs (development version)
+long_description    QuickCheck is a library for random testing of program \
+                    properties. \
+                    \
+                    The programmer provides a specification of the program, \
+                    in the form of properties which functions should \
+                    satisfy, and QuickCheck then tests that the properties \
+                    hold in a large number of randomly generated cases.
 
-checksums	md5     c983f18ac12c942271e4a3beb6a5a50c \
-		sha1    e1c6c4741d042580bffcf6d586a16406b22d5e9c \
-		rmd160  2aada609094f946ff8c2b25a32508ace303f8d17
+checksums           md5     c983f18ac12c942271e4a3beb6a5a50c \
+                    sha1    e1c6c4741d042580bffcf6d586a16406b22d5e9c \
+                    rmd160  2aada609094f946ff8c2b25a32508ace303f8d17
 
-universal_variant	no
 
-depends_lib	port:hs-platform-mtl	\
-		port:hs-random
+depends_lib         port:hs-platform-mtl \
+                    port:hs-random
 
-configure.args-append	--enable-library-profiling -v \
-			--with-gcc=${configure.cc}
+configure.args-append --enable-library-profiling -v \
+                      --with-gcc=${configure.cc}
 
 build.args-append     -v
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/dacb91f3/attachment.html>


More information about the macports-changes mailing list