Ticket #45844: Portfile-gnutls.diff
File Portfile-gnutls.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name gnutls 8 version 3.3. 98 version 3.3.10 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories devel security 11 11 # yes, some of the libs are GPL only … … 24 24 master_sites ftp://ftp.gnutls.org/gcrypt/gnutls/v${branch}/ \ 25 25 http://archive.hmug.org/src/gnutls/ 26 26 27 checksums rmd160 c62a3833c454e0643fdd334b2968b706ad6b113b\28 sha256 39166de5293a9d30ef1cd0a4d97f01fdeed7d7dbf8db95392e309256edcb13c127 checksums rmd160 6f99c37b7f9cc12b5de88fd8a2ef77f2fad6d8d9 \ 28 sha256 e27553981d48d9211a7e5e94f6e78c575205202a181c2345a1c8466ebf1d2219 29 29 30 30 use_xz yes 31 31 … … 39 39 port:nettle \ 40 40 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle 41 41 42 patchfiles Makefile.am.diff43 44 42 post-patch { 45 43 # Remove comments which confuse at least Leopard's assembler. 46 44 eval reinplace {/^#/d} [glob ${worksrcpath}/lib/accelerated/x86/macosx/*.s]