[86001] trunk/dports/science/cdf

ryandesign at macports.org ryandesign at macports.org
Tue Oct 18 00:21:31 PDT 2011


Revision: 86001
          http://trac.macports.org/changeset/86001
Author:   ryandesign at macports.org
Date:     2011-10-18 00:21:30 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
cdf: update to 3.3.1.1, remove mirror that doesn't have this file

Modified Paths:
--------------
    trunk/dports/science/cdf/Portfile
    trunk/dports/science/cdf/files/patch-Makefile

Modified: trunk/dports/science/cdf/Portfile
===================================================================
--- trunk/dports/science/cdf/Portfile	2011-10-18 07:05:19 UTC (rev 86000)
+++ trunk/dports/science/cdf/Portfile	2011-10-18 07:21:30 UTC (rev 86001)
@@ -5,10 +5,10 @@
 
 name                    cdf
 epoch                   1
-version                 3.3.1
-revision                1
+version                 3.3.1.1
 set my_branch           [join [lrange [split ${version} .] 0 1] ""]
-set my_version          ${my_branch}_[lindex [split ${version} .] 2]
+set my_version          ${my_branch}_[join [lrange [split ${version} .] 2 end] "_"]
+set my_short_version    ${my_branch}_[lindex [split ${version} .] 2]
 maintainers             ryandesign
 platforms               darwin
 categories              science
@@ -22,16 +22,15 @@
 
 homepage                http://cdf.gsfc.nasa.gov/
 master_sites            ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/${name}${my_version}/unix \
-                        ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/obsolete/${name}${my_branch}/${name}${my_version}/unix \
-                        http://fossies.org/unix/misc/
+                        ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/obsolete/${name}${my_branch}/${name}${my_version}/unix
 
 fetch.use_epsv          no
-dist_subdir             ${name}/${version}_${revision}
 distname                ${name}${my_version}-dist
+worksrcdir              ${name}${my_short_version}-dist
 extract.suffix          -all${extract.suffix}
 
-checksums               sha1    bdb6ffc1ed8dfc7a01d1c5bfaa2580061d67b842 \
-                        rmd160  e2aa6785bc14e39a0cb445d5ab67b554e87995e5
+checksums               rmd160  5fddb46e85636082b0eae028a6e4084aad069a52 \
+                        sha256  94ed7e5cfdc42d4027dac3f919db0a389924b681bc88efccb26e364758e18d1b
 
 configure.compiler      macports-gcc-4.4
 depends_lib             port:gcc44 \

Modified: trunk/dports/science/cdf/files/patch-Makefile
===================================================================
--- trunk/dports/science/cdf/files/patch-Makefile	2011-10-18 07:05:19 UTC (rev 86000)
+++ trunk/dports/science/cdf/files/patch-Makefile	2011-10-18 07:21:30 UTC (rev 86001)
@@ -1,6 +1,6 @@
---- Makefile.orig	2011-02-15 10:05:13.000000000 -0600
-+++ Makefile	2011-05-06 03:43:22.000000000 -0500
-@@ -178,9 +178,9 @@
+--- Makefile.orig	2011-08-12 10:26:11.000000000 -0500
++++ Makefile	2011-10-18 02:06:08.000000000 -0500
+@@ -194,9 +194,9 @@
  ifeq ("$(MACOSX)","Darwin")
  KERNELVERSION=$(shell uname -r | cut -f1 -d.)
  ifeq ("$(KERNELVERSION)","9")
@@ -12,7 +12,7 @@
  MACOSxFopt=-m64
  endif
  endif
-@@ -200,43 +200,43 @@
+@@ -216,43 +216,43 @@
  
  CURSES_macosx_ppc=yes
  CC_macosx_ppc=gcc
@@ -73,7 +73,7 @@
  SYSLIBSshr_macosx_i386=$(MACOSxlink)
  
  CURSES_macosx_x86_64=yes
-@@ -244,13 +244,13 @@
+@@ -260,13 +260,13 @@
  LD_macosx_x86_64=libtool -arch_only x86_64 
  LDOPTIONS_macosx_x86_64=-dynamic
  PIC_macosx_x86_64=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111018/5fd7fda7/attachment-0001.html>


More information about the macports-changes mailing list