Ticket #3870: Portfile.diff

File Portfile.diff, 736 bytes (added by IngmarStein@…, 19 years ago)

Portfile patch

  • devel/openssl/Portfile

    old new  
    22
    33PortSystem 1.0
    44name                    openssl
    5 version                 0.9.7g
     5version                 0.9.8
    66platforms               darwin freebsd
    77categories              devel security
    88maintainers             ssen@opendarwin.org
     
    1717cryptography library.
    1818
    1919master_sites            http://www.openssl.org/source/
    20 checksums               md5 991615f73338a571b6a1be7d74906934
     20checksums               md5 9da21071596a124acde6080552deac16
    2121
    2222depends_lib             port:zlib
    2323
     
    3030test.run                yes
    3131
    3232variant darwin  {
    33         patchfiles              patch-Makefile.org
     33        patchfiles              patch-Makefile.org patch-engines-Makefile
    3434}