Changeset 98242


Ignore:
Timestamp:
Sep 30, 2012, 7:33:14 PM (12 years ago)
Author:
ciserlohn@…
Message:

arb, samtools: revert changes accidentally committed in r98241

Location:
trunk/dports/science
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/arb/Portfile

    r98241 r98242  
    4545                        port:xfig \
    4646                        port:gv \
    47                         port:xorg-libXaw \
    48                         port:libpng
     47                        port:xorg-libXaw
    4948
    5049patchfiles              patch-ARB-config.makefile.diff \
     
    8786                        PATH=${worksrcpath}/bin:$env(PATH)
    8887
    89 compiler.blacklist      clang
     88# https://trac.macports.org/ticket/33756
     89if {${configure.compiler} == "clang"} {
     90    configure.compiler llvm-gcc-4.2
     91}
    9092
    9193build.args              GCC=${configure.cc} \
  • trunk/dports/science/samtools/Portfile

    r98241 r98242  
    55
    66name                    samtools
    7 version                 0.1.18
     7version                 0.1.17
    88categories              science
    99platforms               darwin
     
    2121master_sites            sourceforge
    2222
    23 checksums               rmd160  0301de58e31c7529a2535086be0cc7d93778ede8 \
    24                         sha256  f3faaf34430d4782956562eb72906289e8e34d44d0c4d73837bdbeead7746b16
     23checksums               sha1    4d2ef4273d9f71cd1f504f43c596970845d78718 \
     24                        rmd160  0921e733358ccf01d316dff2b797957f4f2cfb7b
    2525
    2626use_bzip2               yes
Note: See TracChangeset for help on using the changeset viewer.