Ticket #28744: patch-bzr-all-2.3.1.diff
File patch-bzr-all-2.3.1.diff, 10.2 KB (added by raimue (Rainer Müller), 14 years ago) |
---|
-
Users/raim/src/macports/trunk/dports/devel/bzr/files/patch-no-apport.diff
1 --- setup.py.orig 2010-08-13 14:03:11.000000000 +02002 +++ setup.py 2010-08-13 14:03:26.000000000 +02003 @@ -727,19 +727,6 @@4 # easy_install one5 DATA_FILES = [('share/man/man1', ['bzr.1'])]6 7 - if sys.platform != 'win32':8 - # see https://wiki.kubuntu.org/Apport/DeveloperHowTo9 - #10 - # checking the paths and hardcoding the check for root is a bit gross,11 - # but I don't see a cleaner way to find out the locations in a way12 - # that's going to align with the hardcoded paths in apport.13 - if os.geteuid() == 0:14 - DATA_FILES += [15 - ('/usr/share/apport/package-hooks',16 - ['apport/source_bzr.py']),17 - ('/etc/apport/crashdb.conf.d/',18 - ['apport/bzr-crashdb.conf']),]19 -20 # std setup21 ARGS = {'scripts': ['bzr'],22 'data_files': DATA_FILES, -
Users/raim/src/macports/trunk/dports/devel/bzr/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr 7 version 2. 2.37 version 2.3.1 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories devel python 10 10 platforms darwin … … 22 22 homepage http://bazaar-vcs.org/ 23 23 master_sites https://launchpad.net/${name}/${branch}/${version}/+download/ 24 24 25 checksums md5 d02728376b35600323d309998e58e1fb \ 26 sha1 dbeec869546a18c1a58089e0461f01b254603be7 \ 27 rmd160 67d65a1fdf7ba88425b5fa7267341c0b4feb45d9 28 29 patchfiles patch-setup.py.diff \ 30 patch-no-apport.diff 31 32 depends_lib-append port:py26-paramiko \ 33 port:py26-crypto \ 34 port:py26-curl \ 35 port:py26-docutils \ 36 port:py26-pyrex 25 checksums md5 1a4367ce59a2880f321ecb882e195856 \ 26 sha1 49b9dfb5a01ffd87a120f8a7abf4833a482ba245 \ 27 rmd160 f284b61ae93e7db6a34107a309005ebb2be7f55f 28 29 patchfiles patch-setup.py.diff 30 31 depends_lib-append port:py27-paramiko \ 32 port:py27-crypto \ 33 port:py27-curl \ 34 port:py27-docutils \ 35 port:py27-pyrex 37 36 38 37 test.run yes 39 38 test.cmd make -
Users/raim/src/macports/trunk/dports/devel/bzr-explorer/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-explorer 7 7 version 1.1.2 8 revision 1 8 9 epoch 1 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 categories devel python -
Users/raim/src/macports/trunk/dports/devel/bzr-fastimport/Portfile
6 6 name bzr-fastimport 7 7 version 0.9.0 8 8 set debian_version ${version}-1 9 revision 1 9 10 epoch 2 10 11 categories devel python 11 12 platforms darwin -
Users/raim/src/macports/trunk/dports/devel/bzr-git/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-git 7 7 version 0.5.4 8 revision 1 8 9 set branch [join [lrange [split ${version} .] 0 1] .] 9 10 categories devel python 10 11 platforms darwin … … 23 24 rmd160 f218da2eaee09123d619a41c76d71f073e760e67 24 25 25 26 depends_lib-append port:bzr \ 26 port:py2 6-dulwich27 port:py27-dulwich 27 28 28 29 universal_variant no 29 30 -
Users/raim/src/macports/trunk/dports/devel/bzr-gtk/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-gtk 7 7 version 0.100.0 … … 22 22 rmd160 783d099d9be700193c1523a8c6d54826ada49187 23 23 24 24 depends_lib-append port:bzr \ 25 port:py2 6-gtk25 port:py27-gtk 26 26 27 27 universal_variant no 28 28 -
Users/raim/src/macports/trunk/dports/devel/bzr-pager/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-pager 7 7 version 0.1.0 8 revision 18 revision 2 9 9 categories devel python 10 10 platforms darwin 11 11 maintainers raimue -
Users/raim/src/macports/trunk/dports/devel/bzr-rebase/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-rebase 7 7 set pkgname bzr-rewrite -
Users/raim/src/macports/trunk/dports/devel/bzr-rewrite/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-rewrite 7 7 version 0.6.2 8 revision 1 8 9 categories devel python 9 10 platforms darwin 10 11 maintainers raimue -
Users/raim/src/macports/trunk/dports/devel/bzr-svn/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-svn 7 epoch 18 7 version 1.0.4 8 revision 1 9 epoch 1 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 categories devel python 11 12 platforms darwin … … 27 28 28 29 depends_lib-append port:bzr \ 29 30 port:bzr-rewrite \ 30 port:py2 6-subvertpy31 port:py27-subvertpy 31 32 32 33 universal_variant no 33 34 35 patchfiles patch-bzr-2.3.0.diff 36 34 37 livecheck.type regex 35 38 livecheck.url https://launchpad.net/${name}/+download 36 39 livecheck.regex {bzr-svn-(\d+(?:\.\d+)*).tar.gz} -
Users/raim/src/macports/trunk/dports/devel/bzr-xmloutput/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzr-xmloutput 7 version 0.8. 47 version 0.8.7 8 8 set branch trunk 9 9 categories devel python 10 10 platforms darwin … … 19 19 20 20 homepage http://wiki.bazaar.canonical.com/XMLOutput 21 21 master_sites http://launchpad.net/${name}/${branch}/${version}/+download/ 22 distname ${name}-${version}.final.0 22 23 23 checksums md5 fbc1ce901f053320b852fe2c27b56fa7\24 sha1 ef3c4020b58e3bd1da54b1aaa6ecbaa4bb0f7e30\25 rmd160 be6bffc26e8549aee263f1258c05fa6ab233fb2e24 checksums md5 999922518a5767871705872f6e233aa0 \ 25 sha1 b6302f3bd3eb138bcdb9080c185fa6e06314e17f \ 26 rmd160 97a7371a03c5b3eee1b7650d9ce08f9c7dc8949b 26 27 27 28 depends_lib-append port:bzr 28 29 -
Users/raim/src/macports/trunk/dports/devel/bzrtools/Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 61.04 PortGroup python27 1.0 5 5 6 6 name bzrtools 7 version 2. 2.07 version 2.3.0 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 epoch 1 10 10 categories devel python … … 23 23 master_sites http://code.launchpad.net/${name}/trunk/${version}/+download/ 24 24 worksrcdir ${name} 25 25 26 checksums md5 8a05bb1d7d2a53bbcecf1b486fa06f76\27 sha1 54b65ecd24f6610fa4a5f4b8b62361369972a249\28 rmd160 e6a1fcb3f0043aa346ce54dbffcbebd89a4ea84a26 checksums md5 c781d9b099c8cdaee2d0dc2785e90ab7 \ 27 sha1 3c7cc3c0b00c09b60ec7968e25885f31ee319647 \ 28 rmd160 fa50e7681dafb9ea974eff8e5d72259825d6011d 29 29 30 30 depends_lib-append port:bzr 31 31 depends_run-append path:bin/dot:graphviz