Ticket #24882: update.diff

File update.diff, 1.9 KB (added by pkgw (Peter Williams), 14 years ago)

Updates Portfile from version 4.1.1.20100302 to 4.1.3.20100512

  • (a) Portfile.mp vs. (b) ports/science/miriad/Portfile

    a b  
    88# based on the snapshot date to distinguish things.
    99
    1010name             miriad
    11 set relver       4.1.1
    12 set tardate      20100302
     11set relver       4.1.3
     12set tardate      20100512
    1313version          ${relver}.${tardate}
    1414platforms        darwin
    1515categories       science
     
    3030# Files
    3131
    3232master_sites http://astro.berkeley.edu/~pkwill/miriad-macport/
    33 checksums    sha1 5adcad3cb4072bcdbd4dae7770574ef6429aeea4
     33checksums    sha1 0d92e6e5dfdb8c65ab04e1f898b9c38c3f6c9290
    3434
    3535# We need Fortran support, which the Apple version of GCC doesn't offer.
    3636# So we force the use of a specified MacPorts-built GCC.
     
    3838set compilerport  gcc43
    3939set compilerident macports-gcc-4.3
    4040
    41 depends_build     port:${compilerport}
    42 depends_lib       lib:libXaw:xorg-libXaw
     41depends_build-append port:${compilerport}
     42depends_lib-append   lib:libpng:libpng \
     43                     lib:libreadline:readline \
     44                     lib:libIC:xorg-libice \
     45                     lib:libSM:xorg-libsm \
     46                     lib:libX11:xorg-libX11 \
     47                     lib:libXau:xorg-libXau \
     48                     lib:libXaw:xorg-libXaw \
     49                     lib:libXdmcp:xorg-libXdmcp \
     50                     lib:libz:zlib
    4351
    4452# The XCode 3.0 linker has a bug that prevents successful execution of
    4553# Miriad tasks. Older versions work, but hopefully not many people have
     
    7684pre-configure {
    7785    ui_msg "Configuring MIRIAD with telescope parameter of \"${thescope}\"."
    7886    ui_msg "Consult the port variants to use a different setting. The default"
    79     ui_msg "is \"${defaultscope}\". If there's no variant for you desired"
     87    ui_msg "is \"${defaultscope}\". If there's no variant for your desired"
    8088    ui_msg "telescope, contact the port maintainer and one will be quickly added."
    8189}
    8290