From nobody@FreeBSD.org  Tue Jan 28 20:50:03 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E12ED6A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 Jan 2014 20:50:03 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id B3C51181E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 Jan 2014 20:50:03 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0SKo2gD077821
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 Jan 2014 20:50:02 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0SKo2pL077812;
	Tue, 28 Jan 2014 20:50:02 GMT
	(envelope-from nobody)
Message-Id: <201401282050.s0SKo2pL077812@oldred.freebsd.org>
Date: Tue, 28 Jan 2014 20:50:02 GMT
From: Eero Hnninen <fax@nohik.ee>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] astro/py-astLib update to version 0.7.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186209
>Category:       ports
>Synopsis:       [PATCH] astro/py-astLib update to version 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 21:00:00 UTC 2014
>Closed-Date:    Sun Feb 09 16:15:38 UTC 2014
>Last-Modified:  Sun Feb 09 16:15:38 UTC 2014
>Originator:     Eero Hnninen
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD labakinnas 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
- Added LICENSE
- update to version 0.7.0
New release highlights:

   * Python 2.6-3.2 now supported.
   * Fixed bug in effective wavelength calculation (1 per cent effect depending on band).
   * Changed h, m, s in image plot labels to non-italic.
   * Added choice of interpolation used in ImagePlot.
   * Added OmegaLz, OmegaRz, and updated Ez, Ez2 functions to account for radiation density.
   * Added shiftRADec function.
   * Added a workaround for bug in handling ZPN projections if PV2_3 == 0.
   * Updated astWCS to avoid using a depreciated function in pyfits 3.0+.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-astLib.orig/Makefile py-astLib/Makefile
--- py-astLib.orig/Makefile	2013-10-26 03:52:33.000000000 +0300
+++ py-astLib/Makefile	2014-01-28 22:41:15.000000000 +0200
@@ -2,8 +2,7 @@
 # $FreeBSD: astro/py-astLib/Makefile 331644 2013-10-26 00:52:33Z gerald $
 
 PORTNAME=	astLib
-PORTVERSION=	0.6.1
-PORTREVISION=	2
+PORTVERSION=	0.7.0
 CATEGORIES=	astro python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +10,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Astronomy modules for Python
 
+LICENSE=	LGPL21
+
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
 		${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
diff -ruN py-astLib.orig/distinfo py-astLib/distinfo
--- py-astLib.orig/distinfo	2014-01-22 17:30:13.000000000 +0200
+++ py-astLib/distinfo	2014-01-22 23:57:14.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (astLib-0.6.1.tar.gz) = ac6ea190012058b6001b254145dbeb3a1f5e95e49754f49641265188887c10f1
-SIZE (astLib-0.6.1.tar.gz) = 702436
+SHA256 (astLib-0.7.0.tar.gz) = c6105a6d86c8fceeb0d0bad217106efcc1f1d12a1fcae2d63c1392f518c18152
+SIZE (astLib-0.7.0.tar.gz) = 711298


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 28 21:00:07 UTC 2014 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186209 
Responsible-Changed-From-To: freebsd-python->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sun Feb 9 15:41:51 UTC 2014 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186209: commit references a PR
Date: Sun,  9 Feb 2014 15:56:16 +0000 (UTC)

 Author: rm
 Date: Sun Feb  9 15:56:08 2014
 New Revision: 343515
 URL: http://svnweb.freebsd.org/changeset/ports/343515
 QAT: https://qat.redports.org/buildarchive/r343515/
 
 Log:
   - update to 0.7.0
   
   PR:		186209
   Submitted by:	Eero Hanninen <fax@nohik.ee>
 
 Modified:
   head/astro/py-astLib/Makefile
   head/astro/py-astLib/distinfo
   head/astro/py-astLib/pkg-descr
 
 Modified: head/astro/py-astLib/Makefile
 ==============================================================================
 --- head/astro/py-astLib/Makefile	Sun Feb  9 15:41:45 2014	(r343514)
 +++ head/astro/py-astLib/Makefile	Sun Feb  9 15:56:08 2014	(r343515)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	astLib
 -PORTVERSION=	0.6.1
 -PORTREVISION=	2
 +PORTVERSION=	0.7.0
  CATEGORIES=	astro python
  MASTER_SITES=	SF
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -11,6 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Astronomy modules for Python
  
 +LICENSE=	LGPL21
 +
  BUILD_DEPENDS=	${PYNUMPY} \
  		${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
  		${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
 @@ -18,7 +19,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
  		${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
  RUN_DEPENDS:=	${BUILD_DEPENDS}
  
 -USE_PYTHON=	yes
 +USE_PYTHON=		yes
  USE_PYDISTUTILS=	yes
  PYDISTUTILS_AUTOPLIST=	yes
  
 
 Modified: head/astro/py-astLib/distinfo
 ==============================================================================
 --- head/astro/py-astLib/distinfo	Sun Feb  9 15:41:45 2014	(r343514)
 +++ head/astro/py-astLib/distinfo	Sun Feb  9 15:56:08 2014	(r343515)
 @@ -1,2 +1,2 @@
 -SHA256 (astLib-0.6.1.tar.gz) = ac6ea190012058b6001b254145dbeb3a1f5e95e49754f49641265188887c10f1
 -SIZE (astLib-0.6.1.tar.gz) = 702436
 +SHA256 (astLib-0.7.0.tar.gz) = c6105a6d86c8fceeb0d0bad217106efcc1f1d12a1fcae2d63c1392f518c18152
 +SIZE (astLib-0.7.0.tar.gz) = 711298
 
 Modified: head/astro/py-astLib/pkg-descr
 ==============================================================================
 --- head/astro/py-astLib/pkg-descr	Sun Feb  9 15:41:45 2014	(r343514)
 +++ head/astro/py-astLib/pkg-descr	Sun Feb  9 15:56:08 2014	(r343515)
 @@ -5,4 +5,4 @@ with World Coordinate System (WCS) infor
  simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and
  developed) as part of astLib.
  
 -WWW: http://astlib.sourceforge.net
 +WWW: http://astlib.sourceforge.net/
 _______________________________________________
 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 
State-Changed-By: rm 
State-Changed-When: Sun Feb 9 16:15:37 UTC 2014 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186209 
>Unformatted:
