From owner-svn-ports-all@freebsd.org Tue Jan 3 18:36:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2158CC9D042; Tue, 3 Jan 2017 18:36:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC4981B1A; Tue, 3 Jan 2017 18:36:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v03Ia6CX032997; Tue, 3 Jan 2017 18:36:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v03Ia6A9032994; Tue, 3 Jan 2017 18:36:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701031836.v03Ia6A9032994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Jan 2017 18:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430496 - head/astro/cfitsio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 18:36:08 -0000 Author: sunpoet Date: Tue Jan 3 18:36:06 2017 New Revision: 430496 URL: https://svnweb.freebsd.org/changeset/ports/430496 Log: Update to 3.41 - Update pkg-descr - Update WWW: use https:// Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt Modified: head/astro/cfitsio/Makefile head/astro/cfitsio/distinfo head/astro/cfitsio/pkg-descr Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Tue Jan 3 18:33:19 2017 (r430495) +++ head/astro/cfitsio/Makefile Tue Jan 3 18:36:06 2017 (r430496) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfitsio -PORTVERSION= 3.390 +PORTVERSION= 3.410 CATEGORIES= astro MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ Modified: head/astro/cfitsio/distinfo ============================================================================== --- head/astro/cfitsio/distinfo Tue Jan 3 18:33:19 2017 (r430495) +++ head/astro/cfitsio/distinfo Tue Jan 3 18:36:06 2017 (r430496) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473144718 -SHA256 (cfitsio3390.tar.gz) = 62d3d8f38890275cc7a78f5e9a4b85d7053e75ae43e988f1e2390e539ba7f409 -SIZE (cfitsio3390.tar.gz) = 4755390 +TIMESTAMP = 1483380083 +SHA256 (cfitsio3410.tar.gz) = a556ac7ea1965545dcb4d41cfef8e4915eeb8c0faa1b52f7ff70870f8bb5734c +SIZE (cfitsio3410.tar.gz) = 4755428 Modified: head/astro/cfitsio/pkg-descr ============================================================================== --- head/astro/cfitsio/pkg-descr Tue Jan 3 18:33:19 2017 (r430495) +++ head/astro/cfitsio/pkg-descr Tue Jan 3 18:36:06 2017 (r430496) @@ -1,10 +1,8 @@ -CFITSIO is a library of C and Fortran subroutines for reading and writing -data files in FITS (Flexible Image Transport System) data format. CFITSIO -simplifies the task of writing software that deals with FITS files by -providing an easy to use set of high-level routines that insulate the -programmer from the internal complexities of the FITS file format. At -the same time, CFITSIO provides many advanced features that have made -it the most widely used FITS file programming interface in the -astronomical community. +CFITSIO is a library of C and Fortran subroutines for reading and writing data +files in FITS (Flexible Image Transport System) data format. CFITSIO provides +simple high-level routines for reading and writing FITS files that insulate the +programmer from the internal complexities of the FITS format. CFITSIO also +provides many advanced features for manipulating and filtering the information +in FITS files. -WWW: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ +WWW: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/