New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22740: pthsem.diff

File pthsem.diff, 1.2 KB (added by snc@…, 2 years ago)

successfully installed 2.0.8

  • Portfile

     
    44PortSystem          1.0 
    55 
    66name                pthsem 
    7 version             2.0.7 
    8 revision            1 
     7version             2.0.8 
    98categories          devel 
    109platforms           darwin 
    1110 
     
    2221 
    2322homepage            https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth 
    2423 
    25 fetch.type          git 
    26 git.url             http://www.auto.tuwien.ac.at/~mkoegler/git/pthsem.git 
    27  
    2824depends_build       port:pkgconfig \ 
     25                    port:autoconf \ 
     26                    port:automake \ 
    2927                    port:libtool \ 
    3028                    port:git-core 
    3129 
     30master_sites        http://www.auto.tuwien.ac.at/~mkoegler/pth 
     31distname            ${name}_${version} 
     32 
     33checksums           md5     9144b26dcc27e67498d63dd5456f934c \ 
     34                    sha1    261d3e3a0b6371c4442397c6667393e6b973e14f \ 
     35                    rmd160  84ee773b88d61bcef58690973c4f873fd7ac34f4 
     36 
     37worksrcdir          ${name}-${version} 
     38 
    3239configure.args      --enable-optimize --mandir=${prefix}/share/man 
    3340 
    3441test.run            yes