Update the port math/qrupdate from qrupdate-1.1.1 to qrupdate-1.1.2. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jase I'll take it.
Author: jase Date: Tue Oct 2 22:11:12 2012 New Revision: 305177 URL: http://svn.freebsd.org/changeset/ports/305177 Log: - Update to 1.1.2 [1] - Convert to new format Makefile header Changes: http://qrupdate.svn.sourceforge.net/viewvc/qrupdate/ChangeLog?revision=28 PR: ports/172159 [1] Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> (maintainer) Approved by: flo, culot (mentors, implicit) Modified: head/math/qrupdate/Makefile (contents, props changed) head/math/qrupdate/distinfo (contents, props changed) Modified: head/math/qrupdate/Makefile ============================================================================== --- head/math/qrupdate/Makefile Tue Oct 2 20:47:41 2012 (r305176) +++ head/math/qrupdate/Makefile Tue Oct 2 22:11:12 2012 (r305177) @@ -1,15 +1,11 @@ -# New ports collection makefile for: qrupdate -# Date created: 4 August 2009 -# Whom: Robert Jenssen -# +# Created by: Robert Jenssen # $FreeBSD$ -# PORTNAME= qrupdate -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= qrupdate/qrupdate/1.1 +MASTER_SITE_SUBDIR= qrupdate/qrupdate/1.2 MAINTAINER= robertjenssen@ozemail.com.au COMMENT= Fortran library for fast updates of QR and Cholesky decomposition Modified: head/math/qrupdate/distinfo ============================================================================== --- head/math/qrupdate/distinfo Tue Oct 2 20:47:41 2012 (r305176) +++ head/math/qrupdate/distinfo Tue Oct 2 22:11:12 2012 (r305177) @@ -1,2 +1,2 @@ -SHA256 (qrupdate-1.1.1.tar.gz) = 9f0100d358f96cae9394c28c97dbf1fd359675671d2a2c9ac88cfd121a46662a -SIZE (qrupdate-1.1.1.tar.gz) = 50063 +SHA256 (qrupdate-1.1.2.tar.gz) = e2a1c711dc8ebc418e21195833814cb2f84b878b90a2774365f0166402308e08 +SIZE (qrupdate-1.1.2.tar.gz) = 49734 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!