mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
The current version of Pyrex, 0.9.6, contains bugs mentioned in the
change log for Pyrex 0.9.6.1. These bug(s) result in breaking ports dependent on Pyrex. These issues has been resolved in Pyrex 0.9.6.1 and later. The most recent version of Pyrex is 0.9.6.3 but it won't build and a patch has been issued to the developer of Pyrex, I have therefore chosen to update to version 0.9.6.2 which have been tested and fixes the above mentioned issues with depending ports (for example py-fastaudio which I maintain). PR: ports/117372 Submitted by: Pontus Stenetorp <ninjin (at) kth.se>
This commit is contained in:
parent
595aaf8d7e
commit
75cb042ef6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201718
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyrex
|
||||
PORTVERSION= 0.9.6
|
||||
PORTVERSION= 0.9.6.2
|
||||
CATEGORIES= devel lang python
|
||||
MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . oldtar
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Pyrex-0.9.6.tar.gz) = e79be6e30a5abe35f6cded60ae8b23f1
|
||||
SHA256 (Pyrex-0.9.6.tar.gz) = be53be53e71072a9503d87c853aec2495f6a0f8bea00276b9116c6a1c4ce15c4
|
||||
SIZE (Pyrex-0.9.6.tar.gz) = 221611
|
||||
MD5 (Pyrex-0.9.6.2.tar.gz) = 58c1c56fd4e27decd11b4e5f53eb6511
|
||||
SHA256 (Pyrex-0.9.6.2.tar.gz) = 0d515fb66ff887d31bb16d13de4653124ba591f4928430d163698ec902d14631
|
||||
SIZE (Pyrex-0.9.6.2.tar.gz) = 224477
|
||||
|
@ -78,6 +78,9 @@ bin/pyrexc
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.py
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/setup.py
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/setup.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/setup.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/MacSystem.py
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/MacSystem.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/MacSystem.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user