1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.94.8

- Add files/patch-aksetup_helper.py
- Remove MD5 checksum from distinfo
This commit is contained in:
Nicola Vitale 2010-12-17 21:20:56 +00:00
parent 3b0b72d8d0
commit 81832c312f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266527
3 changed files with 21 additions and 5 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= tagpy
PORTVERSION= 0.94.7
PORTREVISION= 1
PORTVERSION= 0.94.8
PORTREVISION= 0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/

View File

@ -1,3 +1,2 @@
MD5 (tagpy-0.94.7.tar.gz) = f2304a2e15511cce057c344ea5e15694
SHA256 (tagpy-0.94.7.tar.gz) = 0fd077b6858091995c95c944b8621cd48a4246bdcb0bf4e44420ec3c5221e9b1
SIZE (tagpy-0.94.7.tar.gz) = 150416
SHA256 (tagpy-0.94.8.tar.gz) = 56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc
SIZE (tagpy-0.94.8.tar.gz) = 151986

View File

@ -0,0 +1,17 @@
--- ./aksetup_helper.py.orig 2010-12-17 17:12:20.000000000 +0100
+++ ./aksetup_helper.py 2010-12-17 17:12:30.000000000 +0100
@@ -1,11 +1,11 @@
# dealings with ez_setup ------------------------------------------------------
-import distribute_setup
-distribute_setup.use_setuptools()
+#import distribute_setup
+#distribute_setup.use_setuptools()
import setuptools
from setuptools import Extension
-if 'distribute' not in setuptools.__file__:
+if False and 'distribute' not in setuptools.__file__:
print "-------------------------------------------------------------------------"
print "Setuptools conflict detected."
print "-------------------------------------------------------------------------"