Show
Ignore:
Timestamp:
02/20/12 14:05:37 (12 years ago)
Author:
quentin
Message:

Update and fix the macathena-machtype port

Files:

Legend:

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

    r36 r201  
    33 
    44name                    macathena-machtype 
    5 version                 20030812 
     5version                 svn25436 
    66distname                machtype-${version} 
    77categories              net 
    88maintainers             mit.edu:sipb-macathena 
    9 description             Hesiod is the Project Athena service name resolution protocol 
     9description             Provides basic information about the running system 
    1010platforms               darwin 
    1111master_sites    http://macathena.mit.edu/dist/ 
    12 patchfiles              patch-configure.in \ 
    13                                 patch-machtype_linux.sh \ 
    14                                 patch-config.sub \ 
    15                                 patch-config.guess 
    16 checksums               md5 377829b5da0c05cf334d2fa2e9124c4f \ 
    17                                 sha1 ea18209e214b35238ed31955c6ceb1fbabcfdcb2 \ 
    18                                 rmd160 021db450b6af4aaa3e46eab678c01e5bcc9cfa4b 
     12patchfiles              patch-machtype_linux.sh \ 
     13                        patch-configure.in 
     14checksums               md5 d01a977c9c6d5b74aa9c0d888d963c28 \ 
     15                                sha1 427dad33c2589136b36b87fd2f4a0d737e61320d \ 
     16                                rmd160 efc130d5cd2cb334f610bffe110b867d52cca519 
    1917 
    2018use_autoconf    yes 
    2119 
    22 configure.env-append    ATHENA_MAJOR_VERSION=9
    23                                                 ATHENA_MINOR_VERSION=4 
     20configure.env-append    ATHENA_MAJOR_VERSION=10
     21                                                ATHENA_MINOR_VERSION=0 
    2422 
    2523depends_lib             port:macathena-base 
    2624 
     25depends_build           port:automake 
     26 
    2727destroot.violate_mtree  yes 
    2828 
     29post-patch { 
     30     file copy ${prefix}/share/automake-1.11/install-sh ${worksrcpath}/ 
     31     file copy ${prefix}/share/automake-1.11/mkinstalldirs ${worksrcpath}/ 
     32     file copy ${prefix}/share/automake-1.11/config.sub ${worksrcpath}/ 
     33     file copy ${prefix}/share/automake-1.11/config.guess ${worksrcpath}/ 
     34} 
     35 
    2936configure.env-append    [exec ${filespath}/getSysnameList.py]