Changeset 203

Show
Ignore:
Timestamp:
02/20/12 20:46:32 (12 years ago)
Author:
quentin
Message:

Update to a newer version of getcluster

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ports/net/macathena-getcluster/Portfile

    r36 r203  
    33 
    44name                    macathena-getcluster 
    5 version                 20071108 
     5version                 svn25442 
    66distname                getcluster-${version} 
    77categories              net 
     
    99platforms               darwin 
    1010master_sites    http://macathena.mit.edu/dist/ 
    11 checksums               md5 e1072fd89168519b3e5fc997747ab026
    12                                 sha1 3726957864f51484c1d44fe66b1cf76ed1dd2f08
    13                                 rmd160 61ace87bd263955b474f608690833c45deb602b9 
     11checksums               md5 3db1d7235bbc38709da1a6a10559b4a3
     12                                sha1 d722f095902a81873fe6d6dc14fe24ec85e9dcb9
     13                                rmd160 11dcb5e668cfc904050cb74a6b2664f47b9ee588 
    1414 
    1515use_autoconf    yes 
    1616 
     17 
     18depends_build           port:automake 
     19post-patch { 
     20     file copy ${prefix}/share/automake-1.11/install-sh ${worksrcpath}/ 
     21     file copy ${prefix}/share/automake-1.11/mkinstalldirs ${worksrcpath}/ 
     22     file copy ${prefix}/share/automake-1.11/config.sub ${worksrcpath}/ 
     23     file copy ${prefix}/share/automake-1.11/config.guess ${worksrcpath}/ 
     24} 
     25 
    1726depends_lib             port:libhesiod \ 
    1827                                port:macathena-base