diff options
author | jase <jase@FreeBSD.org> | 2012-10-03 06:11:12 +0800 |
---|---|---|
committer | jase <jase@FreeBSD.org> | 2012-10-03 06:11:12 +0800 |
commit | 6fdab4df6501be234d68be9dc1c8a591c266591c (patch) | |
tree | 40cac3d5f5b8c08caf8b64fc95e4e1912659dcf5 /math | |
parent | 83f6bf2ced21f1f23638b58e72ebd6835b203e2f (diff) | |
download | freebsd-ports-gnome-6fdab4df6501be234d68be9dc1c8a591c266591c.tar.gz freebsd-ports-gnome-6fdab4df6501be234d68be9dc1c8a591c266591c.tar.zst freebsd-ports-gnome-6fdab4df6501be234d68be9dc1c8a591c266591c.zip |
- 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)
Diffstat (limited to 'math')
-rw-r--r-- | math/qrupdate/Makefile | 10 | ||||
-rw-r--r-- | math/qrupdate/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile index ce7b9319de83..0bf6f677addf 100644 --- a/math/qrupdate/Makefile +++ b/math/qrupdate/Makefile @@ -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 diff --git a/math/qrupdate/distinfo b/math/qrupdate/distinfo index bc32d62a4ff3..e17f70cb0961 100644 --- a/math/qrupdate/distinfo +++ b/math/qrupdate/distinfo @@ -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 |