Ticket #25618: Portfile.diff

File Portfile.diff, 1.4 KB (added by fracai, 14 years ago)

diff from 0.6.0 to 0.7.0

  • net/nzbget/Portfile

    old new  
    44PortSystem 1.0
    55
    66name            nzbget
    7 version         0.6.0
    8 revision        1
     7version         0.7.0
    98categories      net
    109maintainers     nomaintainer
    1110
     
    1817platforms       darwin
    1918master_sites    sourceforge
    2019
    21 checksums       md5     eb95b3930abffb570e37af8d284c1f9d \
    22                 sha1    c01b455e221c6075f7543de7d953966a527a6b6e \
    23                 rmd160  7dacc0a24efb66019de99fd6b143c97a559883ba
     20checksums       md5     27971846aba75f5e312d80dce7edbc5d \
     21                sha1    e47cfcc37adbb756f4b449914cbfc6dcaaeebaec \
     22                rmd160  b8ff4d454a51f5d1a5b4246437adad57c918500c
    2423
    2524depends_build   port:pkgconfig
    2625depends_lib     port:libsigcxx2 \
    27                 port:openssl \
     26                port:gnutls \
    2827                port:libpar2 \
    2928                port:libxml2
    3029
    3130configure.args  LIBS=-lcrypto \
    32                 --with-tlslib=OpenSSL \
    33                 --with-openssl-includes=${prefix}/include/openssl \
    34                 --with-openssl-libraries=${prefix}/lib \
     31                --with-tlslib=GnuTLS \
     32                --with-libgnutls-includes=${prefix}/include/gnutls \
     33                --with-libgnutls-libraries=${prefix}/lib \
    3534                --mandir=${prefix}/share/man
    3635
    3736post-destroot {