Ticket #47505: Portfile-stunnel.diff
File Portfile-stunnel.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name stunnel 7 version 5.1 57 version 5.16 8 8 set major [lindex [split ${version} .] 0] 9 9 categories security net 10 10 platforms darwin … … 25 25 http://mirrors.zerg.biz/stunnel/archive/${major}.x/ \ 26 26 ftp://ftp.stunnel.org/stunnel/ 27 27 28 checksums rmd160 640bf3f80975befcfb9b3d8d39f0d9100c937bc2\29 sha256 58ff4645eb5d6bd64e6ddedaa683534302f75625c531e8a6364badcac0541cba28 checksums rmd160 d91434ffc279180925b4b07e2656d2a18f3871e6 \ 29 sha256 b6b7e93fb2626eaabae1c8474e1dfa23962cfde8fa35c8602289fcaa4f53608d 30 30 31 31 depends_lib port:openssl 32 32 … … 50 50 51 51 default_variants +libwrap 52 52 53 platform darwin 9 {54 # 10.5 has issues building with gcc 4.2 https://trac.macports.org/ticket/4748155 patchfiles-append patch-src-client.c.diff \56 patch-src-log.c.diff57 }58 59 platform darwin 10 {60 # 10.6 has issues building with gcc 4.2 https://trac.macports.org/ticket/4748161 patchfiles-append patch-src-client.c.diff \62 patch-src-log.c.diff63 }64 65 53 # Tell the user about the stupid fake certificate that we provide. 66 54 notes " 67 55 A fake certificate has been installed as ${prefix}/etc/stunnel/stunnel.pem