From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 30 17:50:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 447A416A415 for ; Sat, 30 Dec 2006 17:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB3E13C44B for ; Sat, 30 Dec 2006 17:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBUHoI6p001033 for ; Sat, 30 Dec 2006 17:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBUHoI1T001032; Sat, 30 Dec 2006 17:50:18 GMT (envelope-from gnats) Resent-Date: Sat, 30 Dec 2006 17:50:18 GMT Resent-Message-Id: <200612301750.kBUHoI1T001032@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, Diane Bruce Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B763316A407 for ; Sat, 30 Dec 2006 17:46:24 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [204.228.225.212]) by mx1.freebsd.org (Postfix) with ESMTP id A470D13C459 for ; Sat, 30 Dec 2006 17:46:24 +0000 (UTC) (envelope-from db@db.net) Received: from db by diana.db.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1H0iHk-0006Pq-Hr for FreeBSD-gnats-submit@freebsd.org; Sat, 30 Dec 2006 10:46:20 -0700 Message-Id: Date: Sat, 30 Dec 2006 10:46:20 -0700 From: Diane Bruce To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/107356: [Maintainer] DEPRECATE py-scipy03 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Diane Bruce List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 17:50:19 -0000 >Number: 107356 >Category: ports >Synopsis: [Maintainer] DEPRECATE py-scipy03 >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: Sat Dec 30 17:50:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Diane Bruce >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD diana.db.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 14 14:44:56 MDT 2006 db@diana.db.net:/usr/obj/usr/src/sys/LTNX i386 >Description: py-scipy03 is needed by users of older py-numeric which is deprecated by upstream vendor. See http://numpy.scipy.org/ Note: Development for Numeric has ceased, and users should transisition to NumPy as quickly as possible. Also fixed trailing whitespace on dependancy line and portlint problem with LATEST_LINK. >How-To-Repeat: >Fix: diff -ru /usr/ports/science/py-scipy03/Makefile py-scipy03/Makefile --- /usr/ports/science/py-scipy03/Makefile Wed Dec 6 21:36:15 2006 +++ py-scipy03/Makefile Wed Dec 27 08:49:36 2006 @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= scipy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SciPy_complete-${PORTVERSION} -LATEST_LINK= py-${PORTNAME}03 MAINTAINER= db@db.net COMMENT= Scientific tools for Python @@ -28,6 +27,9 @@ USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes OPTIONS= ATLAS "Use optimized blas library" OFF +LATEST_LINK= py-${PORTNAME}03 + +DEPRECATED= Replaced by py-scipy post-patch: @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ @@ -44,7 +46,7 @@ .endif .else LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \ - blas.1:${PORTSDIR}/math/blas + blas.1:${PORTSDIR}/math/blas .endif post-install: >Release-Note: >Audit-Trail: >Unformatted: