Ticket #24826: smake-1.2.1.diff

File smake-1.2.1.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • Portfile

     
    33PortSystem 1.0
    44
    55name                    smake
    6 version                 1.2a49
     6version                 1.2.1
    77categories              devel
    88platforms               darwin
    99maintainers             mww
     
    1313                                with the makefiles system.
    1414
    1515homepage                http://cdrecord.berlios.de/old/private/smake.html
    16 master_sites    ftp://ftp.berlios.de/pub/smake/alpha/
    17 checksums           md5     1c1e5b7a2b718aca772305a84359ba7e \
    18                     sha1    7b50e1f81758fd6a732ddc7a78838bd2c96d1090 \
    19                     rmd160  1406bda3384a29399e0b19a0559cabfb447a761b
     16master_sites    ftp://ftp.berlios.de/pub/smake/
    2017use_bzip2               yes
    2118
    22 worksrcdir              ${name}-1.2
     19checksums               md5     2fd7bd44b22da1640aaa6fbd31c727e4 \
     20                                sha1    e38ef6bd9023d8dbb28e009ca7776306bdb99e6a \
     21                                rmd160  01b3a5c6b966be7b56adba87ea9eca944124bd76
    2322
    2423use_configure   no
    2524
    2625build.type              gnu
    2726
    28 pre-destroot    {
    29         file delete ${worksrcpath}/INSTALL
    30 }
    3127destroot.destdir        INS_BASE=${destroot}${prefix} \
    3228                                        MANDIR=share/man \
    3329                                        INSUSR=`id -u` INSGRP=`id -g`
     
    3632                ${destroot}${prefix}/lib ${destroot}${prefix}/include
    3733}
    3834
    39 livecheck.type  md5
    40 livecheck.url   ftp://ftp.berlios.de/pub/smake/alpha/
    41 livecheck.md5   feb021d411d235e571702408bc96a994
    42 
     35livecheck.type  regex
     36livecheck.url   [lindex ${master_sites} 0]
     37livecheck.regex ${name}-(\[0-9.]\+)\\.tar