[111348] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Wed Sep 18 23:13:16 PDT 2013


Revision: 111348
          https://trac.macports.org/changeset/111348
Author:   ryandesign at macports.org
Date:     2013-09-18 23:13:15 -0700 (Wed, 18 Sep 2013)
Log Message:
-----------
remove use of [suffix] proc in my ports because it is thought to be confusing

Modified Paths:
--------------
    trunk/dports/databases/oracle-instantclient/Portfile
    trunk/dports/games/chromium-bsu/Portfile
    trunk/dports/irc/ircii-classic/Portfile
    trunk/dports/lang/php/Portfile
    trunk/dports/lang/php4/Portfile
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php52/Portfile
    trunk/dports/net/whois/Portfile
    trunk/dports/php/php-excel/Portfile
    trunk/dports/php/php5-excel/Portfile
    trunk/dports/print/freetype/Portfile
    trunk/dports/sysutils/bbcolors/Portfile
    trunk/dports/textproc/libxl/Portfile
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/databases/oracle-instantclient/Portfile
===================================================================
--- trunk/dports/databases/oracle-instantclient/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/databases/oracle-instantclient/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -29,10 +29,10 @@
     # The distfiles mirror has been configured not to mirror this port's files.
     master_sites        http://cmsrep.cern.ch/cmssw/cms/SOURCES/external/oracle/10.2.0.2/
     
-    checksums           [suffix instantclient-basic-macosx-${version}] \
+    checksums           instantclient-basic-macosx-${version}${extract.suffix} \
                         rmd160  d1f056f8f1b308c5493f4938b29b55fcb32452cf \
                         sha256  55dafdab1b7387b05226fd7eb0d86d52225a702a5e690fc82af42073f49e7725 \
-                        [suffix instantclient-sdk-macosx-${version}] \
+                        instantclient-sdk-macosx-${version}${extract.suffix} \
                         rmd160  c819db7f739b8ca468c8059dfbac31a6a6965938 \
                         sha256  350052656466cc2daecbb8b1c162ff444365def151636ba704f28ae5f05ca411
     
@@ -51,16 +51,16 @@
     # MacPorts won't be able to download these files.
     master_sites        http://download.oracle.com/otn/mac/instantclient/[join [lrange [split ${version} .] 0 3] {}]/
     
-    checksums           [suffix instantclient-basic-macos.x32-${version}] \
+    checksums           instantclient-basic-macos.x32-${version}${extract.suffix} \
                         rmd160  0ce640465611e0f5d3b9c3d421caa8c9531e573c \
                         sha256  ee11e57f03dd2a8b92abe09f28b1796a8956cb89d19dd015c9e9cd01701d3021 \
-                        [suffix instantclient-sdk-macos.x32-${version}] \
+                        instantclient-sdk-macos.x32-${version}${extract.suffix} \
                         rmd160  632bdd9998ca0b8d56965544ac3020b28a213086 \
                         sha256  2ad01e3fc2bcb0c1c4285a9b89037058b74039f6450d4b88176e8180ef2be763 \
-                        [suffix instantclient-basic-macos.x64-${version}] \
+                        instantclient-basic-macos.x64-${version}${extract.suffix} \
                         rmd160  68edc03040258f5b8e7ccd4aa3c0f553d639ccf1 \
                         sha256  b86be0d924ec44d5d86ab212cc25b010f0b813ae0f3f22fd0cb0716e27c2d6ea \
-                        [suffix instantclient-sdk-macos.x64-${version}] \
+                        instantclient-sdk-macos.x64-${version}${extract.suffix} \
                         rmd160  934639cbc90b29eb1649bf31c2685870ffedd498 \
                         sha256  c2ddc7c6d93cd4e0f113362b642741d36d9e9052a9a0282ac583d086c191afcf
     
@@ -92,7 +92,7 @@
 foreach my_arch ${configure.universal_archs} {
     if {[info exists my_distname_format(${my_arch})]} {
         foreach my_distfile_type {basic sdk} {
-            distfiles-append [suffix [format $my_distname_format(${my_arch}) ${my_distfile_type}]]
+            distfiles-append [format $my_distname_format(${my_arch}) ${my_distfile_type}]${extract.suffix}
         }
     }
 }
@@ -130,7 +130,7 @@
     xinstall -d ${my_build_dir}
     foreach my_arch ${configure.universal_archs} {
         foreach my_distfile_type {basic sdk} {
-            system "${extract.cmd} ${extract.pre_args} ${extract.post_args} ${distpath}/[suffix [format $my_distname_format(${my_arch}) ${my_distfile_type}]]"
+            system "${extract.cmd} ${extract.pre_args} ${extract.post_args} ${distpath}/[format $my_distname_format(${my_arch}) ${my_distfile_type}]${extract.suffix}"
         }
         move ${extract.dir}/[format ${my_worksrcdir_format} [join [lrange [split ${version} .] 0 1] "_"]] ${my_build_dir}/${my_arch}
     }

Modified: trunk/dports/games/chromium-bsu/Portfile
===================================================================
--- trunk/dports/games/chromium-bsu/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/games/chromium-bsu/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -49,4 +49,4 @@
 app.name                Chromium B.S.U.
 app.icon                misc/chromium-bsu.png
 
-livecheck.regex         [suffix /${name}-(\[0-9.\]+)]
+livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}

Modified: trunk/dports/irc/ircii-classic/Portfile
===================================================================
--- trunk/dports/irc/ircii-classic/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/irc/ircii-classic/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -15,8 +15,8 @@
 master_sites            ${homepage}
 dist_subdir             ${my_name}
 distname                ${my_name}-${version}
-set src_distfile        [suffix ${distname}]
-set help_distfile       [suffix ${my_name}-${branch}help]
+set src_distfile        ${distname}${extract.suffix}
+set help_distfile       ${my_name}-${branch}help${extract.suffix}
 distfiles               ${src_distfile} \
                         ${help_distfile}
 

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/lang/php/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -65,7 +65,7 @@
         set suhosin_available       yes
         set suhosin_patch_version   5.3.9-0.9.10
         set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz
-        checksums       [suffix ${distname}] \
+        checksums       ${distname}${extract.suffix} \
                         md5     25ae23a5b9615fe8d33de5b63e1bb788 \
                         rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
                         sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287 \
@@ -78,7 +78,7 @@
         version         5.4.19
         use_bzip2       yes
         set suhosin_available       no
-        checksums       [suffix ${distname}] \
+        checksums       ${distname}${extract.suffix} \
                         md5     f06f99b9872b503758adab5ba7a7e755 \
                         rmd160  1b03e20b89d360ccaeac41e1a972a781b891e83a \
                         sha256  7a565360e64c5be5102ef948e7c732778a40850e709270e64be7a3a3207c029b
@@ -88,7 +88,7 @@
         version         5.5.3
         use_xz          yes
         set suhosin_available       no
-        checksums       [suffix ${distname}] \
+        checksums       ${distname}${extract.suffix} \
                         md5     437e98144ef014dfab0922a9eed36853 \
                         rmd160  6271e0c2153b33af068c74ef6defcb6633355d93 \
                         sha256  b731e9486a651ce8dd92122253555f1bf240153ce21e74964bd68984255e6863
@@ -102,7 +102,7 @@
         master_sites    http://downloads.php.net/dsp/
         use_xz          yes
         set suhosin_available       no
-        checksums       [suffix ${distname}] \
+        checksums       ${distname}${extract.suffix} \
                         md5     00000000000000000000000000000000 \
                         rmd160  0000000000000000000000000000000000000000 \
                         sha256  0000000000000000000000000000000000000000000000000000000000000000

Modified: trunk/dports/lang/php4/Portfile
===================================================================
--- trunk/dports/lang/php4/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/lang/php4/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -28,7 +28,7 @@
     and can be embedded into HTML.
 
 checksums \
-    [suffix ${distname}] \
+    ${distname}${extract.suffix} \
         md5     2e3b2a0e27f10cb84fd00e5ecd7a1880 \
         sha1    ab3d2205d756ddf93452b57bd6ce6a2014b1c374 \
         rmd160  0d77092efaccd8fe6efc16635be98c5d4ccfec66

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/lang/php5/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -32,7 +32,7 @@
 homepage                http://www.php.net/
 master_sites            php:get/[lindex ${distfiles} 0]/from/this/mirror?dummy=
 
-checksums               [suffix ${distname}] \
+checksums               ${distname}${extract.suffix} \
                         rmd160  c2887004859f32b25229ffe52d86270c8de194b7 \
                         sha256  e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
 

Modified: trunk/dports/lang/php52/Portfile
===================================================================
--- trunk/dports/lang/php52/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/lang/php52/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -28,7 +28,7 @@
     that is especially suited for developing web sites, but can also \
     be used for command-line scripting.
 
-checksums               [suffix ${distname}] \
+checksums               ${distname}${extract.suffix} \
                         sha1    d68f3b09f766990d815a3c4c63c157db8dab8095 \
                         rmd160  567fa8d718b93fb83a89494c83a8bec224ac99e9
 

Modified: trunk/dports/net/whois/Portfile
===================================================================
--- trunk/dports/net/whois/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/net/whois/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -33,7 +33,7 @@
 checksums                   rmd160  bc59f96570c29741de0293f7a279591a690a2ece \
                             sha256  729625ef81425f4771e06492bb4f3e9f24bff75b8176044ce8d2f605f7ad6af5
 
-distfiles                   [suffix ${name}_${version}]
+distfiles                   ${name}_${version}${extract.suffix}
 
 depends_lib                 port:gettext \
                             port:libidn \

Modified: trunk/dports/php/php-excel/Portfile
===================================================================
--- trunk/dports/php/php-excel/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/php/php-excel/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -21,7 +21,7 @@
 
 master_sites        http://ilia.ws/patch/
 use_bzip2           yes
-distfiles           [suffix php-excel-${version}]
+distfiles           php-excel-${version}${extract.suffix}
 worksrcdir          excel-${version}
 
 checksums           rmd160  c3157ad62f77f291c99d2f641205d03834f3bd20 \

Modified: trunk/dports/php/php5-excel/Portfile
===================================================================
--- trunk/dports/php/php5-excel/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/php/php5-excel/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -19,7 +19,7 @@
 
 master_sites        http://ilia.ws/patch/
 use_bzip2           yes
-distfiles           [suffix php-excel-${version}]
+distfiles           php-excel-${version}${extract.suffix}
 worksrcdir          excel-${version}
 
 checksums           rmd160  c3157ad62f77f291c99d2f641205d03834f3bd20 \

Modified: trunk/dports/print/freetype/Portfile
===================================================================
--- trunk/dports/print/freetype/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/print/freetype/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -32,13 +32,13 @@
 
 set docdistname         ${name}-doc-${version}
 
-distfiles               [suffix ${distname}]:source \
-                        [suffix ${docdistname}]:docs
+distfiles               ${distname}${extract.suffix}:source \
+                        ${docdistname}${extract.suffix}:docs
 
-checksums               [suffix ${distname}] \
+checksums               ${distname}${extract.suffix} \
                         rmd160  0f3d3aeaca0cc7605c3dab39ed417e03b139627a \
                         sha256  b8c75164f9073809797da19b81fa89d2c0ea507d8913f3b70c744f501880d7de \
-                        [suffix ${docdistname}] \
+                        ${docdistname}${extract.suffix} \
                         rmd160  2780aa9937fc34a37d44813101a5b348aa648278 \
                         sha256  8c1af657e8845830278abd019c49288e6b0f94409a6d4506c73a29f0fc062a4d
 

Modified: trunk/dports/sysutils/bbcolors/Portfile
===================================================================
--- trunk/dports/sysutils/bbcolors/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/sysutils/bbcolors/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -25,10 +25,10 @@
 set gruber_dark_distname    {Gruber Dark.bbcolors}
 set gruber_light_distname   {Gruber Light.bbcolors}
 
-set bbcolors_distfile       [suffix ${distname}]
-set bell_dark_distfile      [suffix ${bell_dark_distname}]
-set gruber_dark_distfile    [suffix ${gruber_dark_distname}]
-set gruber_light_distfile   [suffix ${gruber_light_distname}]
+set bbcolors_distfile       ${distname}${extract.suffix}
+set bell_dark_distfile      ${bell_dark_distname}${extract.suffix}
+set gruber_dark_distfile    ${gruber_dark_distname}${extract.suffix}
+set gruber_light_distfile   ${gruber_light_distname}${extract.suffix}
 
 distfiles                   ${bbcolors_distfile}:main \
                             ${bell_dark_distfile}:schemes \

Modified: trunk/dports/textproc/libxl/Portfile
===================================================================
--- trunk/dports/textproc/libxl/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/textproc/libxl/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -17,7 +17,7 @@
 
 homepage            http://www.libxl.com/
 master_sites        ${homepage}download
-distfiles           [suffix libxl-mac-${version}]
+distfiles           libxl-mac-${version}${extract.suffix}
 
 checksums           rmd160  7fa84054392cc702eed12bb0963b7fa0460f18c1 \
                     sha256  dc7d8b333f003cd9e3e9dd9243b7885267fdc9929965b5019078d3c261037213

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/x11/wine/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -19,7 +19,7 @@
 use_bzip2                   yes
 distname                    ${my_name}-${version}
 dist_subdir                 ${my_name}
-set wine_distfile           [suffix ${distname}]
+set wine_distfile           ${distname}${extract.suffix}
 set wine_gecko_version      2.21
 set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
 distfiles                   ${wine_distfile}:winesource ${wine_gecko_distfile}:winegecko

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2013-09-19 06:08:32 UTC (rev 111347)
+++ trunk/dports/x11/wine-devel/Portfile	2013-09-19 06:13:15 UTC (rev 111348)
@@ -19,7 +19,7 @@
 use_bzip2                   yes
 distname                    ${my_name}-${version}
 dist_subdir                 ${my_name}
-set wine_distfile           [suffix ${distname}]
+set wine_distfile           ${distname}${extract.suffix}
 set wine_gecko_version      2.21
 set wine_gecko_distfile     wine_gecko-${wine_gecko_version}-x86.msi
 distfiles                   ${wine_distfile}:winesource ${wine_gecko_distfile}:winegecko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130918/754d3eff/attachment.html>


More information about the macports-changes mailing list