From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 22 23:40:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 155EE16A4FC for ; Wed, 22 Dec 2004 23:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4F243D1F for ; Wed, 22 Dec 2004 23:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBMNeQDe046538 for ; Wed, 22 Dec 2004 23:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBMNeQ8k046537; Wed, 22 Dec 2004 23:40:26 GMT (envelope-from gnats) Resent-Date: Wed, 22 Dec 2004 23:40:26 GMT Resent-Message-Id: <200412222340.iBMNeQ8k046537@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1C0416A4CE for ; Wed, 22 Dec 2004 23:38:43 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E2A43D58 for ; Wed, 22 Dec 2004 23:38:43 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id AFA453E543 for ; Wed, 22 Dec 2004 21:38:42 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id ED0B520A78; Wed, 22 Dec 2004 21:38:41 -0200 (BRST) Message-Id: <20041222233841.ED0B520A78@corp.grupos.com.br> Date: Wed, 22 Dec 2004 21:38:41 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: rui@ruilopes.com Subject: ports/75408: Update port: math/py-fpconst change to 0.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 23:40:34 -0000 >Number: 75408 >Category: ports >Synopsis: Update port: math/py-fpconst change to 0.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 23:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #34: Sun Dec 19 18:25:44 BRST 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: math/py-fpconst change to 0.7.1 + Update to 0.7.1 + Change developer/master site >How-To-Repeat: >Fix: --- py-fpconst.patch begins here --- diff -ruN py-fpconst.old/Makefile py-fpconst/Makefile --- py-fpconst.old/Makefile Tue May 18 06:23:05 2004 +++ py-fpconst/Makefile Wed Dec 22 20:42:39 2004 @@ -5,9 +5,9 @@ # $FreeBSD: ports/math/py-fpconst/Makefile,v 1.2 2004/05/18 09:23:05 krion Exp $ PORTNAME= fpconst -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= math python -MASTER_SITES= http://www.analytics.washington.edu/downloads/fpconst/ +MASTER_SITES= http://research.warnes.net:9090/~warnes/fpconst/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rui@ruilopes.com diff -ruN py-fpconst.old/distinfo py-fpconst/distinfo --- py-fpconst.old/distinfo Wed Mar 31 00:09:34 2004 +++ py-fpconst/distinfo Wed Dec 22 20:44:06 2004 @@ -1,2 +1,2 @@ -MD5 (fpconst-0.6.0.tar.gz) = 5eaf8e8d1978ca4bbead5b3f163b23a1 -SIZE (fpconst-0.6.0.tar.gz) = 4837 +MD5 (fpconst-0.7.1.tar.gz) = 0259f58c4dcf3678f67c5379ef306a1b +SIZE (fpconst-0.7.1.tar.gz) = 5730 diff -ruN py-fpconst.old/pkg-descr py-fpconst/pkg-descr --- py-fpconst.old/pkg-descr Tue Oct 7 17:00:53 2003 +++ py-fpconst/pkg-descr Wed Dec 22 20:43:44 2004 @@ -3,4 +3,4 @@ Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values. -WWW: http://www.analytics.washington.edu/Zope/projects/fpconst/ +WWW: http://research.warnes.net:9090/~warnes/fpconst/ --- py-fpconst.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: