diff -Nur py-ctypes/Makefile py-ctypes.new/Makefile --- py-ctypes/Makefile Mon Aug 21 15:28:50 2006 +++ py-ctypes.new/Makefile Mon Aug 21 15:35:30 2006 @@ -6,7 +6,7 @@ # PORTNAME= ctypes -PORTVERSION= 0.9.9.9 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%/,ctypes/,g} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,17 +16,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_GMAKE= yes ONLY_FOR_ARCHS= i386 amd64 alpha powerpc sparc64 -.include - -post-patch: - ${REINPLACE_CMD} \ - -e 's|\(Extension(.*\)$$|\1 define_macros=[("ffi_type_schar", \ - "ffi_type_sint8"), ("ffi_type_sshort","ffi_type_sint16")],|' \ - -e 's|define_macros=\[.*CAN_PASS_BY_VALUE.*\],||' \ - ${WRKSRC}/setup.py - -.include +.include diff -Nur py-ctypes/distinfo py-ctypes.new/distinfo --- py-ctypes/distinfo Mon Aug 21 15:29:04 2006 +++ py-ctypes.new/distinfo Mon Aug 21 15:22:28 2006 @@ -1,3 +1,3 @@ -MD5 (ctypes-0.9.9.9.tar.gz) = 132627d7d4bdacaa6bfbded009879f61 -SHA256 (ctypes-0.9.9.9.tar.gz) = 572ce9867e94d790fd689b25874065e0d36e71b334876718c8fadb684883410e -SIZE (ctypes-0.9.9.9.tar.gz) = 379413 +MD5 (ctypes-1.0.0.tar.gz) = 6e42e2fb47de008aaa55a840bb080dcd +SHA256 (ctypes-1.0.0.tar.gz) = b81441e55aa44d2cdaa8296295cd40ced0e5dc79d37c10760acfe965b4f94106 +SIZE (ctypes-1.0.0.tar.gz) = 383190 diff -Nur py-ctypes/pkg-descr py-ctypes.new/pkg-descr --- py-ctypes/pkg-descr Mon Aug 21 15:29:17 2006 +++ py-ctypes.new/pkg-descr Mon Aug 21 15:35:24 2006 @@ -2,4 +2,4 @@ C data types in Python. These can then be passed to C-functions loaded from dynamic link libraries. -WWW: http://ctypes.sourceforge.net/ +WWW: http://starship.python.net/crew/theller/ctypes/