[131858] trunk/dports/perl

pixilla at macports.org pixilla at macports.org
Mon Jan 19 18:04:39 PST 2015


Revision: 131858
          https://trac.macports.org/changeset/131858
Author:   pixilla at macports.org
Date:     2015-01-19 18:04:39 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
perl/p5-mail-srs:
perl/p5-net-cidr-lite:
perl/p5-net-ip-match-regexp:
perl/p5-net-senderbase:
perl/p5-net-syslog:
perl/p5-sys-hostname-long:
perl/p5-tie-dbi:
- Add perl5.18 and perl5.20. See #46005
- Use current checksums.
- Give up maintainer.

Modified Paths:
--------------
    trunk/dports/perl/p5-mail-srs/Portfile
    trunk/dports/perl/p5-net-cidr-lite/Portfile
    trunk/dports/perl/p5-net-ip-match-regexp/Portfile
    trunk/dports/perl/p5-net-senderbase/Portfile
    trunk/dports/perl/p5-net-syslog/Portfile
    trunk/dports/perl/p5-sys-hostname-long/Portfile
    trunk/dports/perl/p5-tie-dbi/Portfile

Modified: trunk/dports/perl/p5-mail-srs/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-srs/Portfile	2015-01-20 01:34:00 UTC (rev 131857)
+++ trunk/dports/perl/p5-mail-srs/Portfile	2015-01-20 02:04:39 UTC (rev 131858)
@@ -4,10 +4,10 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
+perl5.branches      5.16 5.18 5.20
 perl5.setup         Mail-SRS 0.31
 revision            3
-maintainers         pixilla
+maintainers         nomaintainer
 
 description         Mail::SRS - Interface to Sender Rewriting Scheme
 
@@ -38,10 +38,9 @@
                     distribution. \
                     To run this from the build directory, type \"make teach\".
 
-checksums           md5     1440999563a7b25d5fb03204b03e1060 \
-                    sha1    52e536cf796a9d1a83e6b685dbd1d5b8e6944c88 \
-                    rmd160  5f91268b1f231050b0b047659c4c4f4e932a1d50
+checksums           rmd160  5f91268b1f231050b0b047659c4c4f4e932a1d50 \
+                    sha256  e791844f6152e503a92c2ac6f223f166769316fa768d8ef09378e5470d6b0028
 
 platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch

Modified: trunk/dports/perl/p5-net-cidr-lite/Portfile
===================================================================
--- trunk/dports/perl/p5-net-cidr-lite/Portfile	2015-01-20 01:34:00 UTC (rev 131857)
+++ trunk/dports/perl/p5-net-cidr-lite/Portfile	2015-01-20 02:04:39 UTC (rev 131858)
@@ -4,10 +4,10 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
+perl5.branches      5.16 5.18 5.20
 perl5.setup         Net-CIDR-Lite 0.21
 revision            2
-maintainers         pixilla
+maintainers         nomaintainer
 
 description         Net::CIDR::Lite - There is no data on this
 
@@ -15,9 +15,9 @@
 
 homepage            http://search.cpan.org/dist/Net-CIDR-Lite/
 
-checksums           sha1    6d8e98d81bf9728d81598898f11fa0559fa2bd71 \
-                    rmd160  ee9173759ad059a931d0433d53a94786801944e7
+checksums           rmd160  ee9173759ad059a931d0433d53a94786801944e7 \
+                    sha256  cfa125e8a2aef9259bc3a44e07cbdfb7894b64d22e7c0cee92aee2f5c7915093
 
 platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch

Modified: trunk/dports/perl/p5-net-ip-match-regexp/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ip-match-regexp/Portfile	2015-01-20 01:34:00 UTC (rev 131857)
+++ trunk/dports/perl/p5-net-ip-match-regexp/Portfile	2015-01-20 02:04:39 UTC (rev 131858)
@@ -1,34 +1,34 @@
+# -*- 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
-PortGroup perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup             Net-IP-Match-Regexp 1.01
-revision                3
-maintainers             pixilla
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Net-IP-Match-Regexp 1.01
+revision            3
+maintainers         nomaintainer
 
-description             Net::IP::Match::Regexp - Efficiently match IP addresses against ranges
+description         Net::IP::Match::Regexp - Efficiently match IP addresses against ranges
 
-long_description        This module allows you to check an IP address against one \
-			or more IP ranges. It employs Perl's highly optimized \
-			regular expression engine to do the hard work, so it is \
-			very fast. It is optimized for speed by doing the match \
-			against a regexp which implicitly checks the broadest IP \
-			ranges first. An advantage is that the regexp can be \
-			computed and stored in advance (in source code, in a \
-			database table, etc) and reused, saving much time if the \
-			IP ranges don't change too often. The match can optionally \
-			report a value (e.g. a network name) instead of just a boolean, \
-			which makes module useful for mapping IP ranges to names \
-			or codes or anything else.
+long_description    This module allows you to check an IP address against one \
+                    or more IP ranges. It employs Perl's highly optimized \
+                    regular expression engine to do the hard work, so it is \
+                    very fast. It is optimized for speed by doing the match \
+                    against a regexp which implicitly checks the broadest IP \
+                    ranges first. An advantage is that the regexp can be \
+                    computed and stored in advance (in source code, in a \
+                    database table, etc) and reused, saving much time if the \
+                    IP ranges don't change too often. The match can optionally \
+                    report a value (e.g. a network name) instead of just a boolean, \
+                    which makes module useful for mapping IP ranges to names \
+                    or codes or anything else.
 
-homepage		http://search.cpan.org/dist/Net-IP-Match-Regexp/lib/Net/IP/Match/Regexp.pm
+homepage            http://search.cpan.org/dist/Net-IP-Match-Regexp/lib/Net/IP/Match/Regexp.pm
 
-platforms               darwin
+platforms           darwin
 
-checksums           	md5     5558a916d5d15884be949c9f7fc71a49 \
-                    	sha1    062484cd6cb0f19602d1301a7a56a621c33b7594 \
-                   	rmd160  ce046da3066853cb113325eb2a6f8ba2743fbea6
+checksums           rmd160  ce046da3066853cb113325eb2a6f8ba2743fbea6 \
+                    sha256  27740eec1c4ce601bafcebe7d61ec77e83247b0a8ac81bbf12777cafdd1ca35e
 
-supported_archs noarch
+supported_archs     noarch

Modified: trunk/dports/perl/p5-net-senderbase/Portfile
===================================================================
--- trunk/dports/perl/p5-net-senderbase/Portfile	2015-01-20 01:34:00 UTC (rev 131857)
+++ trunk/dports/perl/p5-net-senderbase/Portfile	2015-01-20 02:04:39 UTC (rev 131858)
@@ -4,9 +4,9 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
+perl5.branches      5.16 5.18 5.20
 perl5.setup         Net-SenderBase 1.02 ../by-authors/id/J/JO/JOENIO
-maintainers         pixilla openmaintainer
+maintainers         nomaintainer
 license             {Artistic-1 GPL}
 platforms           darwin
 

Modified: trunk/dports/perl/p5-net-syslog/Portfile
===================================================================
--- trunk/dports/perl/p5-net-syslog/Portfile	2015-01-20 01:34:00 UTC (rev 131857)
+++ trunk/dports/perl/p5-net-syslog/Portfile	2015-01-20 02:04:39 UTC (rev 131858)
@@ -1,25 +1,26 @@
+# -*- 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
-PortGroup               perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup             Net-Syslog 0.04
-revision                2
-maintainers             pixilla
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Net-Syslog 0.04
+revision            2
+maintainers         nomaintainer
 
-description             Net::Syslog - Perl extension for sending syslog messages directly to a remote syslogd.
+description         Net::Syslog - Perl extension for sending syslog messages directly to a remote syslogd.
 
-long_description        Net::Syslog implements the intra-host syslog forwarding \
-                        protocol. It is not intended to replace the Sys::Syslog \
-                        or Unix::Syslog modules, but instead to provide a method \
-                        of using syslog when a local syslogd is unavailable or \
-                        when you don't want to write syslog messages to the \
-                        local syslog
+long_description    Net::Syslog implements the intra-host syslog forwarding \
+                    protocol. It is not intended to replace the Sys::Syslog \
+                    or Unix::Syslog modules, but instead to provide a method \
+                    of using syslog when a local syslogd is unavailable or \
+                    when you don't want to write syslog messages to the \
+                    local syslog
 
-checksums           sha1    731ba385b3d2f0b57fc4df3172f32ae356db834e \
-                    rmd160  2740ae17cf5c450b2258791c4aeb850ebbf455fc
+checksums           rmd160  2740ae17cf5c450b2258791c4aeb850ebbf455fc \
+                    sha256  2f75ebdd4d9a5f31442e824dc18df24af07ba5f45aacdab82ec13212efb4d020
 
-platforms               darwin
+platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch

Modified: trunk/dports/perl/p5-sys-hostname-long/Portfile
===================================================================
--- trunk/dports/perl/p5-sys-hostname-long/Portfile	2015-01-20 01:34:00 UTC (rev 131857)
+++ trunk/dports/perl/p5-sys-hostname-long/Portfile	2015-01-20 02:04:39 UTC (rev 131858)
@@ -1,21 +1,21 @@
+# -*- 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
-PortGroup perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup             Sys-Hostname-Long 1.4
-revision                3
-maintainers             pixilla
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Sys-Hostname-Long 1.5
+revision            3
+maintainers         nomaintainer
 
-description             Sys::Hostname::Long - Try every conceivable way to get full hostname
+description         Sys::Hostname::Long - Try every conceivable way to get full hostname
 
-long_description        How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc)
+long_description    How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc)
 
-checksums           	md5     a5b3c23754cbcff10e283d16c42ec3d3 \
-                    	sha1    3e2f64ca953ab9123fa9994e6fcfb709b049f6c0 \
-                    	rmd160  d4ea949ed6d4a4fceaaea2952e46aaf0ecae65c6
+checksums           rmd160  64b78a6358347be4f5c8b4f2865ea9b3bf9bc85f \
+                    sha256  e9186df3706a877efd6149f2c711d6cf87dd6cf72f6ab935ba8121b225b265cb
 
-platforms               darwin
+platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch

Modified: trunk/dports/perl/p5-tie-dbi/Portfile
===================================================================
--- trunk/dports/perl/p5-tie-dbi/Portfile	2015-01-20 01:34:00 UTC (rev 131857)
+++ trunk/dports/perl/p5-tie-dbi/Portfile	2015-01-20 02:04:39 UTC (rev 131858)
@@ -4,10 +4,9 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup         Tie-DBI 1.05
-revision            2
-maintainers         pixilla
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Tie-DBI 1.06
+maintainers         nomaintainer
 
 description         Nie:DBI This distribution contains Tie::DBI and Tie::RDBM
 
@@ -21,10 +20,10 @@
 
 homepage            http://search.cpan.org/~lds/Tie-DBI-1.02/
 
-checksums           sha1    f949e34e29b0290f7489359ea00e332f88a8f907 \
-                    rmd160  1536fcc99a0c0fc803efc6c1cd91fb398430a6ed
+checksums           rmd160  1cd36982507017641b1a7d8f78fe1f0c38be4c4f \
+                    sha256  28e726eef081036ae04cadd068feb2dce34fa3cd3b6397991ebddb1a907ca422
 
 platforms           darwin
 if {${perl5.major} != ""} {
-depends_lib         port:p${perl5.major}-dbi
+    depends_lib         port:p${perl5.major}-dbi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/f5cfdd92/attachment-0001.html>


More information about the macports-changes mailing list