Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2009 01:30:10 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135985: [Maintainer Update]math/py-gmpy:update to 1.0.4
Message-ID:  <200906240130.n5O1UAOH025977@www.freebsd.org>
Resent-Message-ID: <200906240140.n5O1e0uU048052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135985
>Category:       ports
>Synopsis:       [Maintainer Update]math/py-gmpy:update to 1.0.4
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 24 01:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1  i386
>Description:
1 update to 1.0.4 from 1.0.3
2 fix the build error with custom LOCALBASE
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-06-24 17:04:14.000000000 +0800
+++ Makefile	2009-06-24 17:05:54.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gmpy
-PORTVERSION=	1.03
-PORTREVISION=	1
+PORTVERSION=	1.04
 CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,4 +22,8 @@
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/gmpy.so
 
+post-extract:
+	${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
+		${WRKSRC}/setup.py
+
 .include <bsd.port.mk>
--- distinfo.orig	2009-06-24 17:04:27.000000000 +0800
+++ distinfo	2009-06-24 17:06:06.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (gmpy-1.03.zip) = 7e723068ecd7078b32f344c747586592
-SHA256 (gmpy-1.03.zip) = dfb02ffd2356aee74c756ac8e235bcaa89e3e0e5199f9fd4b9dfda54c7ff71c7
-SIZE (gmpy-1.03.zip) = 86711
+MD5 (gmpy-1.04.zip) = 69e899391f0a83e2e82faf7a1a8873e8
+SHA256 (gmpy-1.04.zip) = c5f6d85891f04c77fc14070250ffc9ee2e12af41d5f176d4f0888897856f65e9
+SIZE (gmpy-1.04.zip) = 234390


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906240130.n5O1UAOH025977>