svn commit: r400842 - head/astro/p5-Astro-Sunrise

Anton Berezin tobez at FreeBSD.org
Thu Nov 5 11:01:08 UTC 2015


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


More information about the svn-ports-all mailing list