Changeset 98900


Ignore:
Timestamp:
Oct 20, 2012, 1:47:30 PM (12 years ago)
Author:
mww@…
Message:

ocaml-ssl: use ocaml portgroup; use later checksum algorithms; inc revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ocaml-ssl/Portfile

    r98499 r98900  
    22
    33PortSystem          1.0
     4PortGroup           ocaml 1.0
    45
    56name                ocaml-ssl
    67version             0.4.6
    7 revision            3
     8revision            4
    89categories          devel ml
     10platforms           darwin
    911license             {LGPL-2.1 OpenSSLException}
    1012maintainers         nomaintainer
     
    1315                    OpenSSL library.
    1416homepage            http://savonet.sf.net
    15 platforms           darwin
    1617master_sites        sourceforge:project/savonet/ocaml-ssl/${version}
    1718
    1819distname            ocaml-ssl-${version}
    1920
    20 checksums           md5     576c677bb70ea6552e4d49913c74d420 \
    21                     sha1    e42e9518a982ef559f249a22e1fe37cddc45360f \
    22                     rmd160  9d2fe7275debb969693d6e679230ac05a1bbf3d6
     21checksums           rmd160  9d2fe7275debb969693d6e679230ac05a1bbf3d6 \
     22                    sha256  1ff7fbc77bb5ec7b6bfdca045c6c7a51d4d98ed60a865f29e06dd91285ac9499
    2323
    2424depends_lib         port:ocaml port:ocaml-findlib
     
    2626configure.cc_archflags {}
    2727configure.ld_archflags {}
     28configure.env-append OCAMLFIND=${ocamlfind_wrapper}
    2829
    2930use_parallel_build  no
    30 
    31 set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
    32 destroot.env        OCAMLFIND_INSTFLAGS="-ldconf ignore -destdir $ocamlfind_destdir"
    3331
    3432livecheck.type      regex
    3533livecheck.url       http://sf.net/api/file/index/project-id/89802/rss?path=%2Focaml-ssl
    3634livecheck.regex     {ocaml-ssl-(.*)\.tar\.gz}
    37 
    38 pre-destroot {
    39     file mkdir $ocamlfind_destdir
    40 }
    41 
Note: See TracChangeset for help on using the changeset viewer.