[120874] trunk/dports/perl

mf2k at macports.org mf2k at macports.org
Tue Jun 10 10:23:05 PDT 2014


Revision: 120874
          https://trac.macports.org/changeset/120874
Author:   mf2k at macports.org
Date:     2014-06-10 10:23:05 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
p5-appconfig p5-class-accessor p5-class-data-inheritable p5-json p5-pod-projectdocs p5-readonly p5-template-toolkit: Add perl 5.18. Add mode line and move lines to conform to other p5 ports as needed.

Modified Paths:
--------------
    trunk/dports/perl/p5-appconfig/Portfile
    trunk/dports/perl/p5-class-accessor/Portfile
    trunk/dports/perl/p5-class-data-inheritable/Portfile
    trunk/dports/perl/p5-json/Portfile
    trunk/dports/perl/p5-pod-projectdocs/Portfile
    trunk/dports/perl/p5-readonly/Portfile
    trunk/dports/perl/p5-template-toolkit/Portfile

Modified: trunk/dports/perl/p5-appconfig/Portfile
===================================================================
--- trunk/dports/perl/p5-appconfig/Portfile	2014-06-10 15:59:42 UTC (rev 120873)
+++ trunk/dports/perl/p5-appconfig/Portfile	2014-06-10 17:23:05 UTC (rev 120874)
@@ -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,9 +4,12 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
 perl5.setup         AppConfig 1.66
 revision            3
 license             {Artistic-1 GPL}
+platforms           darwin
 maintainers         nomaintainer
+supported_archs     noarch
+
 description         Module for manage application configuration information
 long_description    AppConfig is a bundle of Perl5 modules for reading \
@@ -15,8 +19,5 @@
                     provides methods for parsing configuration files, \
                     command line arguments and CGI script parameters.
 
-platforms           darwin
-
 checksums           md5 21aa4d1bf70a49a94c2dc9293389b3a0
 
-supported_archs noarch

Modified: trunk/dports/perl/p5-class-accessor/Portfile
===================================================================
--- trunk/dports/perl/p5-class-accessor/Portfile	2014-06-10 15:59:42 UTC (rev 120873)
+++ trunk/dports/perl/p5-class-accessor/Portfile	2014-06-10 17:23:05 UTC (rev 120874)
@@ -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,19 +4,18 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
 perl5.setup         Class-Accessor 0.34
 revision            3
 license             {Artistic-1 GPL}
+platforms           darwin
 maintainers         nomaintainer
+supported_archs     noarch
+
 description         Automated accessor generation
 long_description    This module automagically generates accessor/mutators \
                     for your class. Most of the time, writing accessors is \
                     an exercise in cutting and pasting.
 
-platforms           darwin
-
 checksums           md5 0d9640d237a13276145f7e44b4855b89 \
                     sha1 e91317b429f5618c4d0264c699a1f266635f87df \
                     rmd160 545371b2656d317cb8eac019e73a7221f2cb71b3
-
-supported_archs noarch

Modified: trunk/dports/perl/p5-class-data-inheritable/Portfile
===================================================================
--- trunk/dports/perl/p5-class-data-inheritable/Portfile	2014-06-10 15:59:42 UTC (rev 120873)
+++ trunk/dports/perl/p5-class-data-inheritable/Portfile	2014-06-10 17:23:05 UTC (rev 120874)
@@ -8,6 +8,7 @@
 perl5.setup         Class-Data-Inheritable 0.08
 revision            3
 license             {Artistic-1 GPL}
+platforms           darwin
 maintainers         nomaintainer
 supported_archs     noarch
 
@@ -18,6 +19,4 @@
                     about a single object). This data is then inherited \
                     by your subclasses and can be overriden.
 
-platforms           darwin
-
 checksums           md5 fc0fe65926eb8fb932743559feb54eb9

Modified: trunk/dports/perl/p5-json/Portfile
===================================================================
--- trunk/dports/perl/p5-json/Portfile	2014-06-10 15:59:42 UTC (rev 120873)
+++ trunk/dports/perl/p5-json/Portfile	2014-06-10 17:23:05 UTC (rev 120874)
@@ -7,8 +7,8 @@
 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
 perl5.setup         JSON 2.53 ../by-authors/id/M/MA/MAKAMAKA
 revision            2
+license             {Artistic-1 GPL}
 platforms           darwin
-license             {Artistic-1 GPL}
 maintainers         nomaintainer
 supported_archs     noarch
 

Modified: trunk/dports/perl/p5-pod-projectdocs/Portfile
===================================================================
--- trunk/dports/perl/p5-pod-projectdocs/Portfile	2014-06-10 15:59:42 UTC (rev 120873)
+++ trunk/dports/perl/p5-pod-projectdocs/Portfile	2014-06-10 17:23:05 UTC (rev 120874)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
 perl5.setup         Pod-ProjectDocs 0.40
 revision            1
 

Modified: trunk/dports/perl/p5-readonly/Portfile
===================================================================
--- trunk/dports/perl/p5-readonly/Portfile	2014-06-10 15:59:42 UTC (rev 120873)
+++ trunk/dports/perl/p5-readonly/Portfile	2014-06-10 17:23:05 UTC (rev 120874)
@@ -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,16 +4,15 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
 perl5.setup         Readonly 1.03
 revision            3
+license             {Artistic GPL}
+platforms           darwin
 maintainers         nomaintainer
-license             {Artistic GPL}
+supported_archs     noarch
+
 description         Facility for creating read-only scalars, arrays, hashes.
 long_description    This is a facility for creating non-modifiable variables. \
                     This is useful for configuration files, headers, etc.
 
-platforms           darwin
-
 checksums           md5 0acef3a995ac9ecf575f66a726d638f4
-
-supported_archs noarch

Modified: trunk/dports/perl/p5-template-toolkit/Portfile
===================================================================
--- trunk/dports/perl/p5-template-toolkit/Portfile	2014-06-10 15:59:42 UTC (rev 120873)
+++ trunk/dports/perl/p5-template-toolkit/Portfile	2014-06-10 17:23:05 UTC (rev 120874)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
 perl5.setup         Template-Toolkit 2.24
 
 license             {Artistic-1 GPL}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140610/5b88d685/attachment.html>


More information about the macports-changes mailing list