diff options
author | perky <perky@FreeBSD.org> | 2006-09-10 12:13:47 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-09-10 12:13:47 +0800 |
commit | 1e3b736e7ec73c6c496f37a7e7d735b3bdcaa225 (patch) | |
tree | 1b0ead2f746d06abf6f3e949d64dc48a37baa6f0 /devel | |
parent | 3a47af949c34ba908728568a90950dfafa54a08e (diff) | |
download | freebsd-ports-gnome-1e3b736e7ec73c6c496f37a7e7d735b3bdcaa225.tar.gz freebsd-ports-gnome-1e3b736e7ec73c6c496f37a7e7d735b3bdcaa225.tar.zst freebsd-ports-gnome-1e3b736e7ec73c6c496f37a7e7d735b3bdcaa225.zip |
Update to 1.0.0
PR: 102347
Submitted by: Marcus von Appen <mva@sysfault.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ctypes/Makefile | 14 | ||||
-rw-r--r-- | devel/py-ctypes/distinfo | 6 | ||||
-rw-r--r-- | devel/py-ctypes/pkg-descr | 2 |
3 files changed, 6 insertions, 16 deletions
diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile index c77dfb3e7e6c..a1b9a5ab54a3 100644 --- a/devel/py-ctypes/Makefile +++ b/devel/py-ctypes/Makefile @@ -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 @@ COMMENT= Python module allowing to create and manipulate C data types USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_GMAKE= yes ONLY_FOR_ARCHS= i386 amd64 alpha powerpc sparc64 -.include <bsd.port.pre.mk> - -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 <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/py-ctypes/distinfo b/devel/py-ctypes/distinfo index 173d462cdbba..862feb1f36ea 100644 --- a/devel/py-ctypes/distinfo +++ b/devel/py-ctypes/distinfo @@ -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 --git a/devel/py-ctypes/pkg-descr b/devel/py-ctypes/pkg-descr index 8d5b4780e528..685ce647bac1 100644 --- a/devel/py-ctypes/pkg-descr +++ b/devel/py-ctypes/pkg-descr @@ -2,4 +2,4 @@ Ctypes is a Python module allowing to create and manipulate 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/ |