Changeset 82557
- Timestamp:
- 08/15/11 12:47:19 (4 years ago)
- Location:
- trunk/dports/devel/tortoisehg
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-setup.py.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/tortoisehg/Portfile
r79014 r82557 4 4 PortSystem 1.0 5 5 PortGroup python26 1.0 6 PortGroup app 1.0 6 7 7 8 name tortoisehg 8 version 2.0.4 9 revision 1 9 version 2.1.2 10 10 categories devel python 11 11 platforms darwin … … 22 22 master_sites http://bitbucket.org/tortoisehg/targz/downloads/ 23 23 24 checksums sha1 8888f77a935714d9e156165fd620a1b1c94181b2\25 rmd160 02598b9818003ea336e1407e7444afeb7b9aa0c524 checksums sha1 26d71af44a5cbd095e16d655d2874966e137e94e \ 25 rmd160 befd27d486e4f9a6840467befc65d9c52704c746 26 26 27 depends_lib port:mercurial \27 depends_lib-append port:mercurial \ 28 28 port:py26-pyqt4 \ 29 29 port:py26-qscintilla \ … … 52 52 } 53 53 54 platform darwin { 55 set appname {TortoiseHg} 54 app.name TortoiseHg 55 app.executable ${workpath}/${app.name} 56 app.icon icons/thg_logo_92x50.png 57 58 platform macosx { 56 59 post-extract { 57 copy ${filespath}/${app name}.in ${workpath}/${appname}60 copy ${filespath}/${app.name}.in ${workpath}/${app.name} 58 61 } 59 62 post-patch { 60 reinplace "s|@PREFIX@|${prefix}|g" ${workpath}/${appname} 61 } 62 post-destroot { 63 xinstall -d ${destroot}${applications_dir}/${appname}.app/Contents/MacOS 64 xinstall ${workpath}/${appname} ${destroot}${applications_dir}/${appname}.app/Contents/MacOS 63 reinplace "s|@PREFIX@|${prefix}|g" ${workpath}/${app.name} 65 64 } 66 65 } -
trunk/dports/devel/tortoisehg/files/patch-setup.py.diff
r78450 r82557 1 --- setup.py.orig 2011-0 3-29 21:14:56.000000000 +02002 +++ setup.py 2011-0 3-29 21:15:23.000000000 +02003 @@ -1 46,7 +146,7 @@4 import PyQt45 path = os.getenv('PATH')6 os.putenv('PATH', path + ';' + os.path.dirname(PyQt4.__file__) + '\\bin')1 --- setup.py.orig 2011-07-03 15:54:51.000000000 -0500 2 +++ setup.py 2011-08-15 14:33:16.000000000 -0500 3 @@ -154,7 +154,7 @@ 4 pyqtfolder = os.path.dirname(PyQt4.__file__) 5 path.append(os.path.join(pyqtfolder, 'bin')) 6 os.putenv('PATH', os.pathsep.join(path)) 7 7 - if os.system('pyrcc4 "%s" -o "%s"' % (qrc_file, py_file)) > 0: 8 8 + if os.system('pyrcc4-2.6 "%s" -o "%s"' % (qrc_file, py_file)) > 0:
Note: See TracChangeset
for help on using the changeset viewer.

