Ticket #13346: Portfile-cryptlib.diff

File Portfile-cryptlib.diff, 2.2 KB (added by frstan@…, 17 years ago)

update cryptlib version portfile diff

  • Portfile

    old new  
    22
    33PortSystem              1.0
    44name                    cryptlib
    5 version                 3.1
    6 revision                2
     5version                 3.31
     6revision                3
    77categories              devel security crypto
    88maintainers             nomaintainer
    99description             cryptlib is a powerful security toolkit (library)
     
    2020
    2121homepage                http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
    2222master_sites    ftp://ftp.franken.de/pub/crypt/cryptlib/
    23 distname                cl31
     23distname                cl331
    2424use_zip                 yes
    25 checksums               md5 d732c7d527debbd01848c303e62efa13
     25checksums               md5 3e93e5aa0b33fb1d5b05b099f01e0afe
     26
    2627
    2728worksrcdir              cryptlib
    2829pre-extract {
     
    3031        extract.post_args                       "-d ${worksrcpath}"
    3132}
    3233
    33 patchfiles              patch-cert__certechk.c patch-cert__certedef.c \
    34                 patch-device__dev_sys.c \
    35                 patch-keyset__dbxdbms.c patch-keyset__dbxdca.c \
    36                 patch-keyset__dbxpgp.c patch-keyset__dbxp15w.c \
    37                 patch-cryptcfg.c patch-cryptkrn.c patch-cryptusr.c \
    38                 patch-misc__net_http.c patch-misc__net_tcp.c \
    39                 patch-misc__stream.c \
    40                 patch-session__cmp_rd.c patch-session__scep.c \
    41                 patch-session__ssh.c patch-makefile
     34#patchfiles             patch-cert__certechk.c patch-cert__certedef.c \
     35#                patch-device__dev_sys.c \
     36#                patch-keyset__dbxdbms.c patch-keyset__dbxdca.c \
     37#                patch-keyset__dbxpgp.c patch-keyset__dbxp15w.c \
     38#                patch-cryptcfg.c patch-cryptkrn.c patch-cryptusr.c \
     39#                patch-misc__net_http.c patch-misc__net_tcp.c \
     40#                patch-misc__stream.c \
     41#                patch-session__cmp_rd.c patch-session__scep.c \
     42#                patch-session__ssh.c patch-makefile
    4243
    4344use_configure   no
    4445
     
    6364
    6465platform darwin {
    6566        global cryptlibDylib cryptlibDylibLink
    66         set cryptlibDylib               libcl.3.1.dylib
     67        set cryptlibDylib               libcl.3.3.1.dylib
    6768        set cryptlibDylibLink   libcl.dylib
    6869}
    6970
    7071platform sunos {
    7172        global cryptlibDylib cryptlibDylibLink
    7273        patchfiles-append       patch-makefile.sunos
    73         set cryptlibDylib               libcl.so.3.1.0
     74        set cryptlibDylib               libcl.so.3.3.1
    7475        set cryptlibDylibLink   libcl.so
    7576}
    7677