From bsam@tinderbox.i386.ipt.ru  Tue Jan  9 17:21:14 2007
Return-Path: <bsam@tinderbox.i386.ipt.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8A3D316A417
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Jan 2007 17:21:14 +0000 (UTC)
	(envelope-from bsam@tinderbox.i386.ipt.ru)
Received: from tinderbox.i386.ipt.ru (tinderbox.i386.ipt.ru [80.253.10.91])
	by mx1.freebsd.org (Postfix) with ESMTP id 1120C13C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Jan 2007 17:21:13 +0000 (UTC)
	(envelope-from bsam@tinderbox.i386.ipt.ru)
Received: from tinderbox.i386.ipt.ru (localhost [127.0.0.1])
	by tinderbox.i386.ipt.ru (8.13.8/8.13.8) with ESMTP id l09HQCP1084560
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 9 Jan 2007 20:26:12 +0300 (MSK)
	(envelope-from bsam@tinderbox.i386.ipt.ru)
Received: (from bsam@localhost)
	by tinderbox.i386.ipt.ru (8.13.8/8.13.8/Submit) id l09HQB4g084559;
	Tue, 9 Jan 2007 20:26:11 +0300 (MSK)
	(envelope-from bsam)
Message-Id: <200701091726.l09HQB4g084559@tinderbox.i386.ipt.ru>
Date: Tue, 9 Jan 2007 20:26:11 +0300 (MSK)
From: Boris Samorodov <bsam@freebsd.org>
Reply-To: Boris Samorodov <bsam@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] math/lapack: make fetchable
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107711
>Category:       ports
>Synopsis:       [patch] math/lapack: make fetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    maho
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 09 17:30:08 GMT 2007
>Closed-Date:    Mon Jan 29 23:45:11 GMT 2007
>Last-Modified:  Mon Jan 29 23:50:11 GMT 2007
>Originator:     Boris Samorodov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
InPharmTech, Co.
>Environment:
System: FreeBSD tinderbox.i386.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jan 8 22:44:43 MSK 2007 bsam@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	The port is not fetchable now (invalid checksum): the default
	version changed and distfiles for v 3.0 should be used explicitly.
>How-To-Repeat:
>Fix:
	The distfile tarball is not changed (nor checksums), only it's name
	is not a symlink to lapack.tgz (and manpages.tgz) anymore.

--- lapack.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/lapack/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	9 Jan 2007 12:33:23 -0000	1.29
+++ Makefile	9 Jan 2007 16:40:37 -0000
@@ -11,7 +11,7 @@
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.netlib.org/lapack/
 DISTNAME=	LAPACK
-DISTFILES=	lapack.tgz manpages.tgz
+DISTFILES=	lapack-3.0.tgz manpages-3.0.tgz
 
 MAINTAINER=	jmz@FreeBSD.org
 COMMENT=	A library of Fortran 77 subroutines for linear algebra
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/math/lapack/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	22 Jan 2006 12:56:31 -0000	1.10
+++ distinfo	9 Jan 2007 16:40:37 -0000
@@ -1,6 +1,6 @@
-MD5 (lapack/lapack.tgz) = a24f59304f87b78cdc7da2ae59c98664
-SHA256 (lapack/lapack.tgz) = 393613641f80745e7e8445fd0f3e4f5f66a5e340c8115cd4d780b0f53e2b31a6
-SIZE (lapack/lapack.tgz) = 4991992
-MD5 (lapack/manpages.tgz) = 50efab6cd73a9429584f7f1537f1727f
-SHA256 (lapack/manpages.tgz) = 02e30cba357adb5feb4b38a9747e1e3633732aa4a68c326cbd8220fd43c853c6
-SIZE (lapack/manpages.tgz) = 721308
+MD5 (lapack/lapack-3.0.tgz) = a24f59304f87b78cdc7da2ae59c98664
+SHA256 (lapack/lapack-3.0.tgz) = 393613641f80745e7e8445fd0f3e4f5f66a5e340c8115cd4d780b0f53e2b31a6
+SIZE (lapack/lapack-3.0.tgz) = 4991992
+MD5 (lapack/manpages-3.0.tgz) = 50efab6cd73a9429584f7f1537f1727f
+SHA256 (lapack/manpages-3.0.tgz) = 02e30cba357adb5feb4b38a9747e1e3633732aa4a68c326cbd8220fd43c853c6
+SIZE (lapack/manpages-3.0.tgz) = 721308
--- lapack.diff ends here ---

WBR
-- 
bsam

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jmz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 9 17:30:41 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107711 
Responsible-Changed-From-To: jmz->maho 
Responsible-Changed-By: jmz 
Responsible-Changed-When: Mon Jan 29 11:33:01 UTC 2007 
Responsible-Changed-Why:  
Over to new maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107711 
State-Changed-From-To: open->closed 
State-Changed-By: maho 
State-Changed-When: Mon Jan 29 23:44:57 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107711 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107711: commit references a PR
Date: Mon, 29 Jan 2007 23:44:50 +0000 (UTC)

 maho        2007-01-29 23:44:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/lapack          Makefile distinfo 
   Log:
   Fix fetchable now (invalid checksum): the default
   version changed to 3.1 and distfiles for v 3.0 should
   be used explicitly.
   
   PR:             107711
   Submitted by:   jmz
   
   Revision  Changes    Path
   1.32      +1 -1      ports/math/lapack/Makefile
   1.11      +6 -6      ports/math/lapack/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
