Ticket #33241: Portfile-svn-20120229.diff
File Portfile-svn-20120229.diff, 1.7 KB (added by lockhart (Thomas Lockhart), 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 90046 2012-02-20 06:51:52Z ryandesign@macports.org $2 # $Id: Portfile 63453 2010-02-05 13:13:48Z stromnov@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 6 7 7 name py-omniORBpy 8 version 3.4 8 version 3.6 9 revision 0 9 10 categories python devel 10 11 maintainers stromnov openmaintainer 11 12 description Python bindings for omniORB … … 17 18 18 19 distname omniORBpy-${version} 19 20 20 #use_bzip2 yes21 checksums md5 d054e99c89c20f86927c52010e9e7449\22 sha1 e598bd25289d0a2a09da4c7241513202c8b9adb4\23 rmd160 5b389a31907510800ef0913e2e3855038e6a4cf921 use_bzip2 yes 22 checksums md5 a7ab4789b913313f18a1171ff7a140b7 \ 23 sha1 2def5ded7cd30e8d298113ed450b7bd09eaaf26f \ 24 rmd160 96b73cfcac7f2b8df2894c93b3e422bd85412251 24 25 25 26 # Use the python subports feature but omniORBpy uses make 26 27 # rather than setup.py for building since there are compiled libraries. … … 32 33 python.default_version 24 33 34 34 35 if {$subport != $name} { 36 notes \ 37 "${name} must be compatible with the corresponding omniORB installation. 38 Ensure that the same python version has been specified for the omniORB variant." 39 35 40 depends_lib port:omniORB \ 36 41 port:python${python.version} 37 42