mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 1.9.26
- Add files/patch-kiwi-dist.py
This commit is contained in:
parent
8377425009
commit
3cfb9e7970
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239856
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= kiwi
|
||||
PORTVERSION= 1.9.25
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.9.26
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= x11-toolkits python
|
||||
MASTER_SITES= http://download.gnome.org/sources/${PORTNAME}/1.9/ \
|
||||
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (kiwi-1.9.25.tar.gz) = bf660040835547f8c92e0f5ea99706c6
|
||||
SHA256 (kiwi-1.9.25.tar.gz) = f5577fe1feee3b51b9f0273797decfbc3cf254b127b0565ab9c8cd217635b66b
|
||||
SIZE (kiwi-1.9.25.tar.gz) = 748200
|
||||
MD5 (kiwi-1.9.26.tar.gz) = 036cb5d9007d816bdc7b9fff9fc3215c
|
||||
SHA256 (kiwi-1.9.26.tar.gz) = 1e37f7d993b1eb4fd33d320a7dc1e16cff84ca8d80467b59540ea2aafeacc6c9
|
||||
SIZE (kiwi-1.9.26.tar.gz) = 749264
|
||||
|
11
x11-toolkits/py-kiwi/files/patch-kiwi-dist.py
Normal file
11
x11-toolkits/py-kiwi/files/patch-kiwi-dist.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- kiwi/dist.py 2009-07-14 19:01:15.000000000 +0200
|
||||
+++ kiwi/dist.py.port 2009-08-18 10:28:06.000000000 +0200
|
||||
@@ -159,7 +159,7 @@
|
||||
python_version = sys.version_info[:2]
|
||||
libdir = get_python_lib(plat_specific=False,
|
||||
standard_lib=True, prefix='')
|
||||
- if python_version < (2, 6):
|
||||
+ if python_version <= (2, 6):
|
||||
site = 'site-packages'
|
||||
else:
|
||||
site = 'dist-packages'
|
Loading…
Reference in New Issue
Block a user