[138019] trunk/dports/devel/mpfr/Portfile

larryv at macports.org larryv at macports.org
Thu Jun 25 18:51:11 PDT 2015


Revision: 138019
          https://trac.macports.org/changeset/138019
Author:   larryv at macports.org
Date:     2015-06-25 18:51:11 -0700 (Thu, 25 Jun 2015)
Log Message:
-----------
mpfr: Rearrange a bit

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

Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2015-06-26 01:51:05 UTC (rev 138018)
+++ trunk/dports/devel/mpfr/Portfile	2015-06-26 01:51:11 UTC (rev 138019)
@@ -35,7 +35,6 @@
 distname            ${name}-${base_version}
 master_sites        http://www.mpfr.org/${distname}
 use_xz              yes
-
 checksums           ${distname}${extract.suffix} \
                         rmd160  902870a4c8bea3067b49e7a859dad0cf3fdffd06 \
                         sha256  399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b
@@ -43,9 +42,6 @@
 # Don't link with "-flat_namespace -undefined suppress" on Yosemite and later.
 patchfiles          yosemite-libtool.patch
 
-# Patch names are not qualified with the base version.
-dist_subdir         ${name}/${base_version}
-patch.args          -p1
 for {set i 1} {${i} <= ${patch_level}} {incr i} {
     patchfiles-append   patch[format %02d ${i}]
 }
@@ -80,7 +76,11 @@
                         rmd160  940d1becc15f1f4f0e633720e251a0aec2b50bbe \
                         sha256  26f859193adc7700df47417c753236b915034e83b5da626498e6c46ec272ced1
 
+# Upstream patch names are not qualified with the base version.
+dist_subdir         ${name}/${base_version}
 
+patch.args          -p1
+
 # Since patch08 changes configure.ac, we need to do this before the
 # build tries to.
 use_autoreconf      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150625/683e1b24/attachment.html>


More information about the macports-changes mailing list