Changeset 18717 for trunk/dports


Ignore:
Timestamp:
Jul 24, 2006, 5:38:39 PM (18 years ago)
Author:
jberry
Message:

Update xtide --> 2.8.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/xtide/Portfile

    r14702 r18717  
    1 # $Id: Portfile,v 1.1 2005/10/19 04:07:31 jberry Exp $
     1# $Id: Portfile,v 1.2 2006/07/24 17:38:39 jberry Exp $
    22
    33PortSystem 1.0
    44
    55name                                    xtide
    6 version                                 2.8.2
     6version                                 2.8.3
    77
    88categories                              x11 science
     
    1818homepage                                http://www.flaterco.com/xtide
    1919master_sites                    ftp://www.flaterco.com/xtide
     20use_bzip2                               yes
    2021
    21 set harmonics_version   20050905
    22 set harmonics_file              harmonics-dwf-${harmonics_version}.tcd.gz
     22set harmonics_version   20060708
     23set harmonics_file              harmonics-dwf-${harmonics_version}.tcd.bz2
    2324
    2425distfiles                               ${distname}${extract.suffix} \
    2526                                                ${harmonics_file}
    26 checksums                               ${distname}${extract.suffix} md5 3218480ad7e147549b56cfa9fa103b50 \
    27                                                 ${harmonics_file} md5 48a952a7705bcb6a964e95d87b4059e2
    28 patchfiles                              patch-Makefile.in
     27checksums                               ${distname}${extract.suffix} md5 653fd807116290ab96bd5aa1bb974315 \
     28                                                ${harmonics_file} md5 7e8acfeb5aa454c1c19fc14bb7263513
    2929extract.only                    ${distname}${extract.suffix}
    3030
     
    3939post-destroot {
    4040        xinstall -d -m 755 ${destroot}${prefix}/share/xtide
    41         xinstall -m 644 ${distpath}/${harmonics_file} ${destroot}${prefix}/share/${name}/harmonics.tcd.gz
    42         system "gzip -d ${destroot}${prefix}/share/${name}/harmonics.tcd.gz"
     41        xinstall -m 644 ${distpath}/${harmonics_file} ${destroot}${prefix}/share/${name}/harmonics.tcd.bz2
     42        system "bzip2 -d ${destroot}${prefix}/share/${name}/harmonics.tcd.bz2"
    4343}
Note: See TracChangeset for help on using the changeset viewer.