Ticket #35818: Portfile.2.diff
File Portfile.2.diff, 1.3 KB (added by lockhart (Thomas Lockhart), 10 years ago) |
---|
-
Portfile
old new 6 6 7 7 name py-omniORBpy 8 8 version 3.6 9 revision 09 revision 1 10 10 categories-append devel 11 11 license LGPL-2.1 12 12 platforms darwin … … 36 36 # Ugly but it works. 37 37 38 38 python.versions 24 25 26 27 39 python.default_version 2 439 python.default_version 27 40 40 41 41 if {${name} ne ${subport}} { 42 42 notes \ … … 59 59 60 60 use_configure yes 61 61 62 configure.python ${python.bin} 63 62 64 build.type gnu 63 65 build.cmd make 64 66 build.target all … … 73 75 configure.args-append --with-openssl 74 76 depends_lib-append port:openssl 75 77 } 76 77 livecheck.type none78 } else {79 livecheck.type regex80 livecheck.url http://sourceforge.net/projects/omniorb/files/omniORBpy/81 livecheck.regex "/omniorb/files/omniORBpy/omniORBpy-(\\d+\\.\\d+(?:\\.\\d+)*)/"82 78 } 79 80 livecheck.type regex 81 livecheck.url http://sourceforge.net/projects/omniorb/files/omniORBpy/ 82 livecheck.regex "/omniorb/files/omniORBpy/omniORBpy-(\\d+\\.\\d+(?:\\.\\d+)*)/"