[29331] trunk/dports/math/gsl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 21 01:21:10 PDT 2007


Revision: 29331
          http://trac.macosforge.org/projects/macports/changeset/29331
Author:   jochen at macports.org
Date:     2007-09-21 01:21:10 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
whitespace changes, reordering

Modified Paths:
--------------
    trunk/dports/math/gsl/Portfile

Modified: trunk/dports/math/gsl/Portfile
===================================================================
--- trunk/dports/math/gsl/Portfile	2007-09-21 08:19:35 UTC (rev 29330)
+++ trunk/dports/math/gsl/Portfile	2007-09-21 08:21:10 UTC (rev 29331)
@@ -15,12 +15,12 @@
                     such as random number generators, special functions and \
                     least-squares fitting. There are over 1000 functions in total.  
 
-platforms           darwin
 master_sites        gnu
 checksums           md5 d67be4f2e5560d6cf907e18a428becdc \
                     sha1 401d0203d362948e30d0b3c58601a3bc52d0bfd4 \
                     rmd160 0b6ac2b1aec6a93521941620a824ae78f79adebb
 
+platforms           darwin
 # Lower optimization level (-O1) is required to avoid code generation
 # bugs in Apple's gcc 3.3 and earlier.
 platform darwin 6 7 {
@@ -31,17 +31,14 @@
 }
 
 configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info
-
 depends_build       port:texinfo
+test.run            yes
+test.target         check
 
 post-install    {
     system "install-info ${destroot}${prefix}/share/info/gsl-ref.info ${prefix}/share/info/dir" 
 }
 
-test.run            yes
-test.target         check
-
-
 variant doc description "Install PDF and HTML documentation" {
     depends_build   port:ghostscript port:texinfo bin:latex:teTeX
     post-destroot   {

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


More information about the macports-changes mailing list