Ticket #25618: Portfile.diff
File Portfile.diff, 1.4 KB (added by fracai, 14 years ago) |
---|
-
net/nzbget/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name nzbget 7 version 0.6.0 8 revision 1 7 version 0.7.0 9 8 categories net 10 9 maintainers nomaintainer 11 10 … … 18 17 platforms darwin 19 18 master_sites sourceforge 20 19 21 checksums md5 eb95b3930abffb570e37af8d284c1f9d \22 sha1 c01b455e221c6075f7543de7d953966a527a6b6e\23 rmd160 7dacc0a24efb66019de99fd6b143c97a559883ba20 checksums md5 27971846aba75f5e312d80dce7edbc5d \ 21 sha1 e47cfcc37adbb756f4b449914cbfc6dcaaeebaec \ 22 rmd160 b8ff4d454a51f5d1a5b4246437adad57c918500c 24 23 25 24 depends_build port:pkgconfig 26 25 depends_lib port:libsigcxx2 \ 27 port: openssl\26 port:gnutls \ 28 27 port:libpar2 \ 29 28 port:libxml2 30 29 31 30 configure.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 \ 35 34 --mandir=${prefix}/share/man 36 35 37 36 post-destroot {