From owner-svn-ports-head@freebsd.org Thu Nov 5 11:01:08 2015 Return-Path: Delivered-To: svn-ports-head@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 4E821A27D4C; Thu, 5 Nov 2015 11:01:08 +0000 (UTC) (envelope-from tobez@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 F244F12C5; Thu, 5 Nov 2015 11:01:07 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA5B17Rx040519; Thu, 5 Nov 2015 11:01:07 GMT (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA5B16iW040517; Thu, 5 Nov 2015 11:01:06 GMT (envelope-from tobez@FreeBSD.org) Message-Id: <201511051101.tA5B16iW040517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobez set sender to tobez@FreeBSD.org using -f From: Anton Berezin Date: Thu, 5 Nov 2015 11:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400842 - head/astro/p5-Astro-Sunrise X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 11:01:08 -0000 Author: tobez Date: Thu Nov 5 11:01:06 2015 New Revision: 400842 URL: https://svnweb.freebsd.org/changeset/ports/400842 Log: Update to 0.95. Changes: 0.95 Tuesday 21 April 2015 - Some improvements in the POD documentation. - New time_zone parameter to sun_rise and sun_set. - New tests for fork-less systems - New tests to check for parameter checking 0.94 Tuesday 10 March 2015 - Fix typos in the POD documentation - Fix problem in the t/03dst.t test file. 0.93 Tuesday 3 March 2015 - Stylistic and kwalitee issues: license, distro structure, etc. - Fix ticket 62593 (patch from Slaven Rezic) - Parameters to sunrise can be passed by name (using a hashref) - The upper_limb is not longer hard-coded, it is now a parameter - The behaviour for polar day and polar night can change: no warning, but a special return value. - Make degree-trigonometric functions available for import. Modified: head/astro/p5-Astro-Sunrise/Makefile head/astro/p5-Astro-Sunrise/distinfo Modified: head/astro/p5-Astro-Sunrise/Makefile ============================================================================== --- head/astro/p5-Astro-Sunrise/Makefile Thu Nov 5 10:55:47 2015 (r400841) +++ head/astro/p5-Astro-Sunrise/Makefile Thu Nov 5 11:01:06 2015 (r400842) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-Sunrise -PORTVERSION= 0.92 -PORTREVISION= 1 +PORTVERSION= 0.95 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/astro/p5-Astro-Sunrise/distinfo ============================================================================== --- head/astro/p5-Astro-Sunrise/distinfo Thu Nov 5 10:55:47 2015 (r400841) +++ head/astro/p5-Astro-Sunrise/distinfo Thu Nov 5 11:01:06 2015 (r400842) @@ -1,2 +1,2 @@ -SHA256 (Astro-Sunrise-0.92.tar.gz) = 34532d3c7061aad470774189f9d5b32ce8fa8b6252185b67c1f10d5d9eef4ce8 -SIZE (Astro-Sunrise-0.92.tar.gz) = 13031 +SHA256 (Astro-Sunrise-0.95.tar.gz) = 1891f61aba6dc68d6414093e1ddc1b8d8bd328dff498d7907984997fce1ad247 +SIZE (Astro-Sunrise-0.95.tar.gz) = 33097