Bug 172159 - [maintainer update] Update from qrupdate-1.1.1 to qrupdate-1.1.2
Summary: [maintainer update] Update from qrupdate-1.1.1 to qrupdate-1.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jase Thew
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-29 14:50 UTC by Robert Jenssen
Modified: 2012-10-02 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (924 bytes, patch)
2012-09-29 14:50 UTC, Robert Jenssen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenssen 2012-09-29 14:50:05 UTC
Update the port math/qrupdate from qrupdate-1.1.1 to qrupdate-1.1.2.

Fix: Patch attached with submission follows:
Comment 1 Jase Thew freebsd_committer freebsd_triage 2012-09-29 23:48:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jase

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-02 23:11:26 UTC
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"
Comment 3 Jase Thew freebsd_committer freebsd_triage 2012-10-02 23:11:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!