Ticket #4803: Portfile.diff

File Portfile.diff, 1.1 KB (added by IngmarStein@…, 19 years ago)

Portfile patch

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            openssh
    6 version         4.1
     6version         4.2
    77categories      net
    88maintainers     yeled@opendarwin.org
    99description     OpenSSH secure login server
     
    2020homepage        http://www.openssh.com/
    2121platforms       darwin
    2222distname                ${distname}p1
    23 checksums       md5 959c663e709c981f07a3315bfd64f3d0
     23checksums       md5 df899194a340c933944b193477c628fa
    2424master_sites    openbsd:OpenSSH/portable \
    2525                ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/
    2626depends_lib     port:openssl port:zlib
     
    3333  --with-privsep-path=${prefix}/var/empty --with-md5-passwords \
    3434  --with-pid-dir=${prefix}/var/run --with-tcp-wrappers \
    3535  --with-pam --disable-suid-ssh --with-random=/dev/urandom \
    36   --mandir=${prefix}/share/man
     36  --mandir=${prefix}/share/man --with-zlib=${prefix}
    3737
    3838destroot.target install-nokeys
    3939