[56427] trunk/dports/databases/mysql5-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 27 04:05:09 PDT 2009


Revision: 56427
          http://trac.macports.org/changeset/56427
Author:   ryandesign at macports.org
Date:     2009-08-27 04:05:06 -0700 (Thu, 27 Aug 2009)
Log Message:
-----------
mysql5-devel: use suffix procedure

Modified Paths:
--------------
    trunk/dports/databases/mysql5-devel/Portfile

Modified: trunk/dports/databases/mysql5-devel/Portfile
===================================================================
--- trunk/dports/databases/mysql5-devel/Portfile	2009-08-27 10:53:43 UTC (rev 56426)
+++ trunk/dports/databases/mysql5-devel/Portfile	2009-08-27 11:05:06 UTC (rev 56427)
@@ -33,7 +33,7 @@
     http://www.innodb.com/download/innodb_plugin/:plugin
 
 checksums \
-    ${distname}${extract.suffix} \
+    [suffix ${distname}] \
         md5     cbdb8783b053019755ee9196f67ea04c \
         sha1    ac3d7ce106149fef20e8a990b6124f9e05524e49 \
         rmd160  131dfbf78bf916a9c50c352681d25bd949b4c914
@@ -102,7 +102,7 @@
 
 set plugin_version      1.0.3
 set plugin_distname     innodb_plugin-${plugin_version}
-set plugin_distfile     ${plugin_distname}${extract.suffix}
+set plugin_distfile     [suffix ${plugin_distname}]
 set plugin_worksrcdir   ${plugin_distname}
 set plugin_worksrcpath  ${workpath}/${plugin_worksrcdir}
 set innobase_dir        storage/innobase
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090827/a7230a27/attachment.html>


More information about the macports-changes mailing list