[131635] trunk/dports/perl/p5-time-period/Portfile

mojca at macports.org mojca at macports.org
Thu Jan 15 02:32:05 PST 2015


Revision: 131635
          https://trac.macports.org/changeset/131635
Author:   mojca at macports.org
Date:     2015-01-15 02:32:05 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-time-period: upgrade to 1.25, add 5.18 5.20, remove homepage/distname, checksums, some whitespace changes (#46005, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/perl/p5-time-period/Portfile

Modified: trunk/dports/perl/p5-time-period/Portfile
===================================================================
--- trunk/dports/perl/p5-time-period/Portfile	2015-01-15 10:24:51 UTC (rev 131634)
+++ trunk/dports/perl/p5-time-period/Portfile	2015-01-15 10:32:05 UTC (rev 131635)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,25 +4,17 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup         Time-Period 1.20
-revision            3
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Time-Period 1.25
 maintainers         behanna.org:chris
+
 description         Determine if a time is within the next specified period.
+long_description    Time::Period is a module that provides the inPeriod method, which takes \
+                    an argument of a time and a delta from the current time, and returns true \
+                    if the time is within now + delta, false otherwise.  It is used for \
+                    firing scheduled events--backups, expiration of backups, etc.
 
-homepage            http://search.cpan.org/~pryan/Period-${perl5.moduleversion}/Period.pm
+checksums           rmd160  0047c7de096f76b18380c36fb46244fda15553f7 \
+                    sha256  d07fa580529beac6a9c8274c6bf220b4c3aade685df65c1669d53339bf6ef1e8
 
-long_description    \
-{Time::Period is a module that provides the inPeriod method, which takes        \
-an argument of a time and a delta from the current time, and returns true      \
-if the time is within now + delta, false otherwise.  It is used for            \
-firing scheduled events--backups, expiration of backups, etc.}
-
 platforms           darwin freebsd
-
-distname            Period-${perl5.moduleversion}
-
-checksums           md5 63b073af8ec96e7fa48801cd6fcccdd1 \
-                    sha1 98d324e9858debfa918d60892600650230a86e87 \
-                    rmd160 4439c41e6f18498fd768f2bb0a44f75510284fa3
-
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150115/9a6843ac/attachment.html>


More information about the macports-changes mailing list