Ticket #34443: patch-portfile.diff
File patch-portfile.diff, 1.1 KB (added by macports@…, 13 years ago) |
---|
-
(a) Portfile-orig vs. (b) Portfile
a b 5 5 6 6 name sslh 7 7 epoch 1 8 version 1.1 18 version 1.12 9 9 categories net security www 10 10 platforms darwin 11 11 maintainers madlon-kay.com:macports openmaintainer … … 22 22 homepage http://www.rutschle.net/tech/sslh.shtml 23 23 master_sites http://www.rutschle.net/tech/ 24 24 25 checksums rmd160 339489f697aee365a9a6dd810036ebcf14629088\26 sha256 e1bf699ac2990954462926c26140b8ae40dabe107bb9aef89967a52c7e141e5425 checksums rmd160 9d870cbb92f818642d7795d8c1a812150ca7679c \ 26 sha256 f986625bcc8b612754b2b8c95f87eb717f54f08c356882ff2ce0b090be0c29d6 27 27 28 28 use_configure no 29 29 … … 34 34 set archflags ${configure.cc_archflags} 35 35 } 36 36 37 build.args CC="${configure.cc} ${archflags}" 37 build.args CC="${configure.cc} ${archflags}" USELIBCONFIG= 38 38 39 39 destroot { 40 40 xinstall ${worksrcpath}/sslh-fork ${destroot}${prefix}/sbin/sslh