ports/147051: [patch] update devel/py-ctypes to 1.02 and adjust supported archs

Garrett Cooper gcooper at FreeBSD.org
Wed May 26 08:30:02 UTC 2010


>Number:         147051
>Category:       ports
>Synopsis:       [patch] update devel/py-ctypes to 1.02 and adjust supported archs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 08:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Cooper
>Release:        9-CURRENT
>Organization:
Cisco Systems, Inc.
>Environment:
FreeBSD bayonetta.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r206173M: Mon Apr 26 22:45:06 PDT 2010     root at bayonetta.local:/usr/obj/usr/src/sys/BAYONETTA.ata  amd64
>Description:
1. The latest version (and final one outside of the python proper tree) is 1.02.
2. The supported archs were incorrect according to what's supported in FreeBSD today; add in ia64 and mips, and remove alpha
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? work
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-ctypes/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	23 May 2010 21:16:08 -0000	1.17
+++ Makefile	26 May 2010 08:07:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ctypes
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,12 +17,12 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
-ONLY_FOR_ARCHS=	i386 amd64 alpha powerpc sparc64
+ONLY_FOR_ARCHS= amd64 ia64 i386 mips powerpc sparc64
 
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} >= 250
-IGNORE=	ctypes ships with Python 2.5.x
+#IGNORE=	ctypes ships with Python 2.5.x
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/py-ctypes/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	12 Feb 2007 12:11:07 -0000	1.11
+++ distinfo	26 May 2010 08:07:47 -0000
@@ -1,3 +1,3 @@
-MD5 (ctypes-1.0.1.tar.gz) = bdc75102ebc533e1d708296a346cfee4
-SHA256 (ctypes-1.0.1.tar.gz) = ca52bc06634f750e10e989010412af56ce9f18b08a9d6d6ac8d984cddaf0ce90
-SIZE (ctypes-1.0.1.tar.gz) = 384668
+MD5 (ctypes-1.0.2.tar.gz) = 94ff7aa7f7f71b23bac8a98065d77743
+SHA256 (ctypes-1.0.2.tar.gz) = ea34ddac33c91ef83389bc0270657f4535aa3a05fd5fd6cc1a9949aacd2efe96
+SIZE (ctypes-1.0.2.tar.gz) = 385155


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list