diff --git a/python/py-subvertpy/Portfile b/python/py-subvertpy/Portfile
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python24 1.0 |
5 | 5 | |
6 | 6 | name py-subvertpy |
7 | | version 0.7.4 |
| 7 | version 0.8.0 |
8 | 8 | categories python devel |
9 | 9 | maintainers gmail.com:danchr openmaintainer |
10 | 10 | platforms darwin |
… |
… |
long_description Alternative Python bin |
13 | 13 | from bzr-svn. The goal is to have complete, portable and "Pythonic" \ |
14 | 14 | Python bindings. |
15 | 15 | |
16 | | homepage https://launchpad.net/subvertpy/ |
| 16 | homepage http://samba.org/~jelmer/subvertpy |
17 | 17 | master_sites ${homepage}trunk/${version}/+download \ |
18 | 18 | http://samba.org/~jelmer/subvertpy |
19 | 19 | distname subvertpy-${version} |
20 | 20 | |
21 | | checksums md5 7ad42a1d5d625fe19d35534b97d6162f \ |
22 | | sha1 337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \ |
23 | | rmd160 a76976ca5c471e5170cc916a49f319837e0562fe |
| 21 | checksums md5 d8546690bffa39264140b2a274009679 \ |
| 22 | sha1 14848339dd7141844ce65baadd26d7557d4ff923 \ |
| 23 | rmd160 2a59008ba582d8904af1a51f446a9f77f68537c0 |
24 | 24 | |
25 | 25 | depends_lib-append port:subversion |
26 | 26 | |
… |
… |
build.env-append SVN_PREFIX=${prefix} |
28 | 28 | |
29 | 29 | destroot.env-append SVN_PREFIX=${prefix} |
30 | 30 | |
| 31 | # fixed in trunk; remove for 0.8.1 and later |
| 32 | patchfiles patch-subvertpy-editor.h |
| 33 | |
31 | 34 | post-destroot { |
32 | 35 | foreach f [glob -directory ${destroot}${prefix}/bin *] { |
33 | 36 | file rename ${f} ${f}-${python.branch} |
diff --git a/python/py-subvertpy/files/patch-subvertpy-editor.h b/python/py-subvertpy/files/patch-subvertpy-editor.h
new file mode 100644
-
|
+
|
|
| 1 | --- subvertpy/editor.h 2011-03-30 21:10:32.000000000 +0200 |
| 2 | +++ subvertpy/editor.h 2011-03-30 21:10:30.000000000 +0200 |
| 3 | @@ -45,6 +45,6 @@ |
| 4 | |
| 5 | svn_error_t *py_txdelta_window_handler(svn_txdelta_window_t *window, void *baton); |
| 6 | |
| 7 | +extern const svn_delta_editor_t py_editor; |
| 8 | -const svn_delta_editor_t py_editor; |
| 9 | |
| 10 | #endif /* _BZR_SVN_EDITOR_H_ */ |
diff --git a/python/py25-subvertpy/Portfile b/python/py25-subvertpy/Portfile
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python25 1.0 |
5 | 5 | |
6 | 6 | name py25-subvertpy |
7 | | version 0.7.4 |
| 7 | version 0.8.0 |
8 | 8 | categories python devel |
9 | 9 | maintainers gmail.com:danchr openmaintainer |
10 | 10 | platforms darwin |
… |
… |
long_description Alternative Python bin |
13 | 13 | from bzr-svn. The goal is to have complete, portable and "Pythonic" \ |
14 | 14 | Python bindings. |
15 | 15 | |
16 | | homepage https://launchpad.net/subvertpy/ |
| 16 | homepage http://samba.org/~jelmer/subvertpy |
17 | 17 | master_sites ${homepage}trunk/${version}/+download \ |
18 | 18 | http://samba.org/~jelmer/subvertpy |
19 | 19 | distname subvertpy-${version} |
20 | 20 | |
21 | | checksums md5 7ad42a1d5d625fe19d35534b97d6162f \ |
22 | | sha1 337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \ |
23 | | rmd160 a76976ca5c471e5170cc916a49f319837e0562fe |
| 21 | checksums md5 d8546690bffa39264140b2a274009679 \ |
| 22 | sha1 14848339dd7141844ce65baadd26d7557d4ff923 \ |
| 23 | rmd160 2a59008ba582d8904af1a51f446a9f77f68537c0 |
24 | 24 | |
25 | 25 | depends_lib-append port:subversion |
26 | 26 | |
diff --git a/python/py26-subvertpy/Portfile b/python/py26-subvertpy/Portfile
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python26 1.0 |
5 | 5 | |
6 | 6 | name py26-subvertpy |
7 | | version 0.7.4 |
| 7 | version 0.8.0 |
8 | 8 | categories python devel |
9 | 9 | maintainers gmail.com:danchr openmaintainer |
10 | 10 | platforms darwin |
… |
… |
long_description Alternative Python bin |
13 | 13 | from bzr-svn. The goal is to have complete, portable and "Pythonic" \ |
14 | 14 | Python bindings. |
15 | 15 | |
16 | | homepage https://launchpad.net/subvertpy/ |
| 16 | homepage http://samba.org/~jelmer/subvertpy |
17 | 17 | master_sites ${homepage}trunk/${version}/+download \ |
18 | 18 | http://samba.org/~jelmer/subvertpy |
19 | 19 | distname subvertpy-${version} |
20 | 20 | |
21 | | checksums md5 7ad42a1d5d625fe19d35534b97d6162f \ |
22 | | sha1 337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \ |
23 | | rmd160 a76976ca5c471e5170cc916a49f319837e0562fe |
| 21 | checksums md5 d8546690bffa39264140b2a274009679 \ |
| 22 | sha1 14848339dd7141844ce65baadd26d7557d4ff923 \ |
| 23 | rmd160 2a59008ba582d8904af1a51f446a9f77f68537c0 |
24 | 24 | |
25 | 25 | depends_lib-append port:subversion |
26 | 26 | |
diff --git a/python/py27-subvertpy/Portfile b/python/py27-subvertpy/Portfile
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python27 1.0 |
5 | 5 | |
6 | 6 | name py27-subvertpy |
7 | | version 0.7.4 |
| 7 | version 0.8.0 |
8 | 8 | categories python devel |
9 | 9 | maintainers gmail.com:danchr openmaintainer |
10 | 10 | platforms darwin |
… |
… |
long_description Alternative Python bin |
13 | 13 | from bzr-svn. The goal is to have complete, portable and "Pythonic" \ |
14 | 14 | Python bindings. |
15 | 15 | |
16 | | homepage https://launchpad.net/subvertpy/ |
| 16 | homepage http://samba.org/~jelmer/subvertpy |
17 | 17 | master_sites ${homepage}trunk/${version}/+download \ |
18 | 18 | http://samba.org/~jelmer/subvertpy |
19 | 19 | distname subvertpy-${version} |
20 | 20 | |
21 | | checksums md5 7ad42a1d5d625fe19d35534b97d6162f \ |
22 | | sha1 337007a9f7c7b246da1cdd0ddfe10791cc634cd4 \ |
23 | | rmd160 a76976ca5c471e5170cc916a49f319837e0562fe |
| 21 | checksums md5 d8546690bffa39264140b2a274009679 \ |
| 22 | sha1 14848339dd7141844ce65baadd26d7557d4ff923 \ |
| 23 | rmd160 2a59008ba582d8904af1a51f446a9f77f68537c0 |
24 | 24 | |
25 | 25 | depends_lib-append port:subversion |
26 | 26 | |