From sunpoet@sunpoet.net  Tue Jul 10 17:28:13 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 59D14106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Jul 2012 17:28:13 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E7E08FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Jul 2012 17:28:12 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3WWr2m29PWz6gX; Wed, 11 Jul 2012 01:27:44 +0800 (CST)
Message-Id: <3WWr2m29PWz6gX@sunpoet.net>
Date: Wed, 11 Jul 2012 01:27:44 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wenheping@gmail.com
Subject: [PATCH] astro/cfitsio: update to 3.300
X-Send-Pr-Version: 3.113
X-GNATS-Notify: wenheping@gmail.com

>Number:         169769
>Category:       ports
>Synopsis:       [PATCH] astro/cfitsio: update to 3.300
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 17:30:10 UTC 2012
>Closed-Date:    Wed Jul 11 07:53:30 UTC 2012
>Last-Modified:  Wed Jul 11 07:53:30 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jul  7 22:40:22 CST
>Description:
- Update to 3.300
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Convert to new options framework

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/changes.txt

Port maintainer (wenheping@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- cfitsio-3.300.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/cfitsio/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	11 Aug 2011 19:18:59 -0000	1.16
+++ Makefile	10 Jul 2012 17:22:19 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cfitsio
-PORTVERSION=	3.250
+PORTVERSION=	3.300
 CATEGORIES=	astro
 MASTER_SITES=	ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \
 		ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/
@@ -15,7 +15,9 @@
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Library for reading and writing files in FITS data format
 
-LIB_DEPENDS=	f2c.2:${PORTSDIR}/lang/f2c
+LIB_DEPENDS=	f2c:${PORTSDIR}/lang/f2c
+
+OPTIONS_DEFINE=	DOCS
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
@@ -25,6 +27,8 @@
 ALL_TARGET=	shared
 USE_LDCONFIG=	yes
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	@${GREP} -lR "<malloc.\h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
 		's|<malloc\.h>|<stdlib.h>|g'
@@ -41,7 +45,7 @@
 .for f in cfitsio.pc
 	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/libdata/pkgconfig
 .endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/astro/cfitsio/distinfo,v
retrieving revision 1.10
diff -u -u -r1.10 distinfo
--- distinfo	5 Jan 2011 06:52:02 -0000	1.10
+++ distinfo	10 Jul 2012 17:22:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (cfitsio3250.tar.gz) = 2c9f6f34e539306778b114cdd72cf7b52a2229591cf661778f84a8a7eac95154
-SIZE (cfitsio3250.tar.gz) = 2606242
+SHA256 (cfitsio3300.tar.gz) = 7a2b5401c184297df1e44a4f4de564feff74d64d038918213526aa454db03f3e
+SIZE (cfitsio3300.tar.gz) = 4660623
--- cfitsio-3.300.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 10 17:30:22 UTC 2012 
Responsible-Changed-Why:  
wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169769 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jul 10 17:30:29 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: wenheping@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/169769: [PATCH] astro/cfitsio: update to 3.300
Date: Tue, 10 Jul 2012 17:30:26 UT

 Maintainer of astro/cfitsio,
 
 Please note that PR ports/169769 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169769
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169769: commit references a PR
Date: Wed, 11 Jul 2012 07:42:29 +0000 (UTC)

 wen         2012-07-11 07:42:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     astro/cfitsio        Makefile distinfo 
   Log:
   - Update to 3.300 [1]
   - Pet portlint: remove ABI version number from LIB_DEPENDS [1]
   - Convert to new options framework [1]
   - Reset maintainer
   
   PR:             169769 [1]
   Submitted by:   sunpoet@ [1]
   
   Revision  Changes    Path
   1.17      +8 -4      ports/astro/cfitsio/Makefile
   1.11      +2 -2      ports/astro/cfitsio/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Wed Jul 11 07:53:29 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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