[92687] trunk/dports/science/netcdf/Portfile

takeshi at macports.org takeshi at macports.org
Thu May 3 15:34:58 PDT 2012


Revision: 92687
          https://trac.macports.org/changeset/92687
Author:   takeshi at macports.org
Date:     2012-05-03 15:34:58 -0700 (Thu, 03 May 2012)
Log Message:
-----------
netcdf: distname should have been worksrcdir

Modified Paths:
--------------
    trunk/dports/science/netcdf/Portfile

Modified: trunk/dports/science/netcdf/Portfile
===================================================================
--- trunk/dports/science/netcdf/Portfile	2012-05-03 21:48:40 UTC (rev 92686)
+++ trunk/dports/science/netcdf/Portfile	2012-05-03 22:34:58 UTC (rev 92687)
@@ -7,6 +7,7 @@
 epoch                       2
 set realversion             4.2
 version                     ${realversion}.0
+revision                    1
 maintainers                 takeshi openmaintainer
 platforms                   darwin
 categories                  science
@@ -26,7 +27,7 @@
 checksums           md5     e7790bb23d8bc23689f19f5cec81d71e \
                     sha1    9b3e15f3d6d21611e60ec6383adb57c30bf734fe \
                     rmd160  698fe12ba8857f3cb46be6e809842a8dd8245160
-distname            ${name}-${realversion}
+worksrcdir          ${name}-${realversion}
 
 pre-configure {
     if {[variant_isset openmpi]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120503/077bccfd/attachment.html>


More information about the macports-changes mailing list