Ticket #34746: scamp.diff

File scamp.diff, 1.4 KB (added by cdeil (Christoph Deil), 10 years ago)

Portfile update

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id$
     2# $Id: Portfile 67993 2010-05-23 22:05:46Z jmr@macports.org $
    33
    44PortSystem         1.0
    55
    66name               scamp
    7 version            1.6.2
     7version            2.0.1
    88categories         science
    99platforms          darwin
    1010maintainers        saao.ac.za:tim
    11 license            CeCILL
     11license            GPL-3+
    1212
    1313description        computes astrometric and photometric solutions \
    1414                   from SExtractor catalogs
     
    2020    even with poorly devised survey strategies.
    2121
    2222homepage           http://www.astromatic.net/software/scamp/
    23 master_sites       ftp://ftp.iap.fr/pub/from_users/bertin/scamp/
    24 checksums          md5 2eecb2db5e4c8e2249196c0d1e62bbe5 \
    25                    sha1 3d3cc047ea8b8790efcb6d8c177f88155dd01733 \
    26                    rmd160 f9fff6ef886db1d345b2b25bc6cc097878321f8a
     23master_sites       http://www.astromatic.net/download/scamp/
     24checksums           md5     7468b8e7fb770135e5f88898ec008bf1 \
     25                    sha1    6636c352540527289611f0172ca37100e5e4d463 \
     26                    rmd160  886c58c900c262a78d861c5c07f5c8208d95253e
    2727
    2828depends_lib        port:fftw-3 \
    2929                   port:fftw-3-single \