diff -ruN py-amf.orig/Makefile py-amf/Makefile --- py-amf.orig/Makefile 2012-07-15 09:33:03.000000000 +0200 +++ py-amf/Makefile 2012-07-15 09:47:07.000000000 +0200 @@ -6,6 +6,7 @@ PORTNAME= amf PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-amf.orig/files/patch-setup.py py-amf/files/patch-setup.py --- py-amf.orig/files/patch-setup.py 1970-01-01 01:00:00.000000000 +0100 +++ py-amf/files/patch-setup.py 2012-07-15 09:18:10.000000000 +0200 @@ -0,0 +1,15 @@ +--- ./setup.py.orig 2012-07-15 09:17:50.000000000 +0200 ++++ ./setup.py 2012-07-15 09:17:55.000000000 +0200 +@@ -3,10 +3,10 @@ + # Copyright (c) The PyAMF Project. + # See LICENSE.txt for details. + +-from distribute_setup import use_setuptools ++#from distribute_setup import use_setuptools + + # 15 seconds is far too long .... +-use_setuptools(download_delay=3) ++#use_setuptools(download_delay=3) + + # import ordering is important + import setupinfo