[131340] trunk/dports/perl

mojca at macports.org mojca at macports.org
Sat Jan 10 02:17:45 PST 2015


Revision: 131340
          https://trac.macports.org/changeset/131340
Author:   mojca at macports.org
Date:     2015-01-10 02:17:45 -0800 (Sat, 10 Jan 2015)
Log Message:
-----------
p5-mac*: first line, checksums, whitespace only (see also #46411)

Modified Paths:
--------------
    trunk/dports/perl/p5-mac-appleevents-simple/Portfile
    trunk/dports/perl/p5-mac-applescript/Portfile
    trunk/dports/perl/p5-mac-applescript-glue/Portfile
    trunk/dports/perl/p5-mac-applesingledouble/Portfile
    trunk/dports/perl/p5-mac-apps-launch/Portfile
    trunk/dports/perl/p5-mac-carbon/Portfile
    trunk/dports/perl/p5-mac-errors/Portfile
    trunk/dports/perl/p5-mac-glue/Portfile
    trunk/dports/perl/p5-mac-growl/Portfile
    trunk/dports/perl/p5-mac-osa-simple/Portfile
    trunk/dports/perl/p5-mac-pasteboard/Portfile
    trunk/dports/perl/p5-mac-propertylist/Portfile
    trunk/dports/perl/p5-mac-sysprofile/Portfile
    trunk/dports/perl/p5-mac-systemdirectory/Portfile
    trunk/dports/perl/p5-macosx-file/Portfile

Modified: trunk/dports/perl/p5-mac-appleevents-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-appleevents-simple/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-appleevents-simple/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,24 +1,28 @@
+# -*-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			Mac-AppleEvents-Simple 1.18
-revision			3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Simple interface to Mac::AppleEvents
-long_description \
-	This is Mac::AppleEvents::Simple.  It provides a more simplified interface \
-	to Mac::AppleEvents for building, sending, and receiving events, as well \
-	as for retrieving data from descriptors.
+perl5.setup         Mac-AppleEvents-Simple 1.18
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-platforms			darwin
+description         Simple interface to Mac::AppleEvents
+long_description    This is Mac::AppleEvents::Simple.  It provides a more simplified interface \
+                    to Mac::AppleEvents for building, sending, and receiving events, as well \
+                    as for retrieving data from descriptors.
 
-checksums			md5 84817e2a47eb54860a239856eb152ad1
+checksums           rmd160  3015a32c7a84bd10ca9225c9366661518ab1b102 \
+                    sha256  92fd563ba74fa9fbcf8743ca355fe37a0af75380179ce040d8c9e5d1b641c598
 
+platforms           darwin
+supported_archs     i386 ppc
+
 if {${perl5.major} != ""} {
-supported_archs		i386 ppc
-depends_lib-append			port:p${perl5.major}-mac-carbon port:p${perl5.major}-test-pod
+    depends_lib-append \
+                    port:p${perl5.major}-mac-carbon \
+                    port:p${perl5.major}-test-pod
 }

Modified: trunk/dports/perl/p5-mac-applescript/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-applescript/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-applescript/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,24 +1,23 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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     Mac-AppleScript 0.04
-revision        3
+perl5.setup         Mac-AppleScript 0.04
+revision            3
 # license situation completely unclear, assume binaries not distributable
-license         Restrictive
-platforms       darwin
-maintainers     nomaintainer
+license             Restrictive
+maintainers         nomaintainer
 
-description     Perl extension to execute applescript commands on OS X
+description         Perl extension to execute applescript commands on OS X
+long_description    Simple interface to the OSA scripting stuff. Returns undef on error \
+                    and sets $@ to the error code. Codes are listed in the AppleScript \
+                    documentation. On successful completion, this returns the output of \
+                    the AppleScript command.
 
-long_description \
-    Simple interface to the OSA scripting stuff. Returns undef on error \
-    and sets $@ to the error code. Codes are listed in the AppleScript \
-    documentation. On successful completion, this returns the output of \
-    the AppleScript command.
+checksums           rmd160  6be9c674149e5647299f0523839d6db6f8b2b323 \
+                    sha256  384c348f925af452165a11c0d52fb99e7b311808f97b57c89914059224983c31
 
-checksums       sha1    5f1d93e323b624ab38b2688b1c7baebc990976b4 \
-                rmd160  6be9c674149e5647299f0523839d6db6f8b2b323
+platforms           darwin

Modified: trunk/dports/perl/p5-mac-applescript-glue/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-applescript-glue/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-applescript-glue/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,25 +1,29 @@
+# -*-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			Mac-AppleScript-Glue 0.03
-revision			4
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Glue to use AppleScript to communicate with Mac apps
-long_description \
-	This module allows you to write Perl code in object-oriented syntax to \
-	control Mac applications. The module does not actually execute Apple \
-	Events, but actually translates Perl code to AppleScript code and \
-	causes it to be executed.
+perl5.setup         Mac-AppleScript-Glue 0.03
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-platforms			darwin
-supported_archs		noarch
+description         Glue to use AppleScript to communicate with Mac apps
+long_description    This module allows you to write Perl code in object-oriented syntax to \
+                    control Mac applications. The module does not actually execute Apple \
+                    Events, but actually translates Perl code to AppleScript code and \
+                    causes it to be executed.
 
-checksums			md5 6b2c7674b061b2053aa529e30a3d1569
+checksums           rmd160  9ed438297477bfc2b9ebd04e9fe1566842b8043e \
+                    sha256  745c5a26d2878f332f5fca0c6213ca38c684835317be9b026ff36f05bde5298c
 
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append			port:p${perl5.major}-mac-applescript port:p${perl5.major}-test-pod
+    depends_lib-append \
+                    port:p${perl5.major}-mac-applescript \
+                    port:p${perl5.major}-test-pod
 }

Modified: trunk/dports/perl/p5-mac-applesingledouble/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-applesingledouble/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-applesingledouble/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,23 +1,24 @@
+# -*-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			Mac-AppleSingleDouble 1.0
-revision			4
-maintainers			nomaintainer
-description			Read Mac files in AppleSingle or AppleDouble format
-long_description \
-	Mac::AppleSingleDouble is a class which knows how to decode the \
-	AppleSingle and AppleDouble file formats.
+perl5.setup         Mac-AppleSingleDouble 1.0
+revision            4
+maintainers         nomaintainer
 
-platforms			darwin
+description         Read Mac files in AppleSingle or AppleDouble format
+long_description    Mac::AppleSingleDouble is a class which knows how to decode the \
+                    AppleSingle and AppleDouble file formats.
 
-checksums			md5 96343f4314905602f96e379baa25996f
+checksums           rmd160  760425ab5caf779936c6d705e89c9e56c84efa45 \
+                    sha256  07f5680688d6263b28fe441d9e12431da68682476510438ae681113c29a5f9b4
 
-supported_archs noarch
+platforms           darwin
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-patchfiles			patch-lib-Mac-AppleSingleDouble.pm.diff
+    patchfiles      patch-lib-Mac-AppleSingleDouble.pm.diff
 }

Modified: trunk/dports/perl/p5-mac-apps-launch/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-apps-launch/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-apps-launch/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,25 +1,27 @@
+# -*-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			Mac-Apps-Launch 1.93
-revision			3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Interface to launching and quitting apps on Mac OS X
-long_description \
-	This is Mac::Apps::Launch.  It provides a simplified interface to \
-	launching and quitting applications by their creator ID under Mac OS \
-	and Mac OS X.
+perl5.setup         Mac-Apps-Launch 1.93
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-platforms			darwin
+description         Interface to launching and quitting apps on Mac OS X
+long_description    This is Mac::Apps::Launch.  It provides a simplified interface to \
+                    launching and quitting applications by their creator ID under Mac OS \
+                    and Mac OS X.
 
-checksums			md5 bbd5488b81cae141450111b63114f4e6
+checksums           rmd160  3bc143490bed794ba470a9822fc62fb76be5fb06 \
+                    sha256  9bb387a82db6c9d0aac7ade5dbc956a595ce19aff97404e1c22150fe3f3cd016
 
+platforms           darwin
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-mac-appleevents-simple \
-					port:p${perl5.major}-test-pod
+    depends_lib-append \
+                    port:p${perl5.major}-mac-appleevents-simple \
+                    port:p${perl5.major}-test-pod
 }
-## vi:set noai ts=4:

Modified: trunk/dports/perl/p5-mac-carbon/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-carbon/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-carbon/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -7,7 +7,6 @@
 perl5.branches      5.16 5.18 5.20
 perl5.setup         Mac-Carbon 0.82
 revision            3
-platforms           darwin
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 
@@ -17,13 +16,15 @@
                     a port of the Toolbox modules written by Matthias \
                     Neeracher for MacPerl.
 
-checksums           md5     1a8f8447577024b36ffa80a10f5d5b87 \
-                    sha1    9198c4bc73969cc6bd8dc41b01f9a7d35493ae2d \
-                    rmd160  ad53386c550c13bd8f67075ed755c197ddd70f4f
+checksums           rmd160  ad53386c550c13bd8f67075ed755c197ddd70f4f \
+                    sha256  a7ac8e3b0029aef6b5931ec5484170aeed02e23f7d585bbc9c16d50c9ce4e32f
 
+platforms           darwin
+supported_archs     i386 ppc
+
 if {${perl5.major} != ""} {
-    supported_archs     i386 ppc
-    patchfiles          avoid-FlatCarbon-headers.patch \
-                        no-arch-flag.patch
-    configure.post_args TRY_ANYWAY=1
+    patchfiles      avoid-FlatCarbon-headers.patch \
+                    no-arch-flag.patch
+    configure.post_args \
+                    TRY_ANYWAY=1
 }

Modified: trunk/dports/perl/p5-mac-errors/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-errors/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-errors/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,19 +1,29 @@
+# -*-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                     Mac-Errors 1.13
-revision                        3
-license                         {Artistic-1 GPL}
-maintainers                     nomaintainer
-description                     Constants for Mac error codes
-long_description                Constants for Mac error codes. The %MacErrors hash indexes error information by the error number or symbol. Each value is a Mac::Errors object which has the symbol, number, and description. The \$MacError scalar performs some tied magic to translate MacPerl's \$^E to the error text.
-platforms                       darwin
-checksums                       md5 a7dc38dbc7cf13a9603a2a30cd34e95e
+perl5.setup         Mac-Errors 1.13
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+
+description         Constants for Mac error codes
+long_description    Constants for Mac error codes. The %MacErrors hash indexes \
+                    error information by the error number or symbol. \
+                    Each value is a Mac::Errors object which has the symbol, \
+                    number, and description. The \$MacError scalar performs \
+                    some tied magic to translate MacPerl's \$^E to the error text.
+
+checksums           rmd160  a4d79fadc4bdaf7d648abf8eb777a48d3b4a2e8d \
+                    sha256  1197f4b09831ab0429923b9e6299c10ee1eb03c7e3fc5e565e4e0211755e03a6
+
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append              port:p${perl5.major}-test-simple
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-test-simple
 }

Modified: trunk/dports/perl/p5-mac-glue/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-glue/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-glue/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,28 +1,29 @@
+# -*-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			Mac-Glue 1.30
-revision			3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Glue to use Apple events with Applescript vocabulary
-long_description \
-	This is Mac::Glue, for using Apple events with AppleScript vocabulary. \
-	It is handled all using Apple events, AppleScript itself is bypassed.
+perl5.setup         Mac-Glue 1.30
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Glue to use Apple events with Applescript vocabulary
+long_description    This is Mac::Glue, for using Apple events with AppleScript vocabulary. \
+                    It is handled all using Apple events, AppleScript itself is bypassed.
 
-platforms			darwin
+checksums           rmd160  2112ae72aa7598a0bee2973cee18596757c332d9 \
+                    sha256  b0484bfc6718d922c6d031ad7d870f03243e0b1f46558f3db1f8101907f42c59
 
-checksums			md5 a8f203451bf666584b873c61c6ae8e46
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-mac-appleevents-simple	\
-					port:p${perl5.major}-mac-apps-launch			\
-					port:p${perl5.major}-mac-errors				\
-					port:p${perl5.major}-mldbm					\
-					port:p${perl5.major}-time-epoch				\
-					port:p${perl5.major}-test-pod
+    depends_lib-append \
+                    port:p${perl5.major}-mac-appleevents-simple \
+                    port:p${perl5.major}-mac-apps-launch \
+                    port:p${perl5.major}-mac-errors \
+                    port:p${perl5.major}-mldbm \
+                    port:p${perl5.major}-time-epoch \
+                    port:p${perl5.major}-test-pod
 }
-## vi:set noai ts=4:

Modified: trunk/dports/perl/p5-mac-growl/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-growl/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-growl/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -12,11 +12,12 @@
 description         Interface to the Growl framework
 long_description    ${description}
 
-checksums           sha1 a39e90af09854d19f16ddfaa26282bf16837cec6 \
-                    rmd160 f1483f668b57f5c16fa4c4b7b8760b53666fffd6
+checksums           rmd160  f1483f668b57f5c16fa4c4b7b8760b53666fffd6 \
+                    sha256  73fec96f4c9e9e8b99acc049f5bbfb91e136d9eb97433c49bfc3d31881559aa4
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-mac-glue
+    depends_lib-append \
+                    port:p${perl5.major}-mac-glue
 }
 
 test.run            yes

Modified: trunk/dports/perl/p5-mac-osa-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-osa-simple/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-osa-simple/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,30 +1,32 @@
+# -*-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			Mac-OSA-Simple 1.09
-revision			4
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Simple interface to Mac::OSA
-long_description \
-	This is Mac::OSA::Simple, a module for simple access to OSA scripting \
-	via Mac::OSA (part of the Mac::Carbon distribution).  It allows \
-	compiling of OSA scripts using any OSA language, as well as execution, \
-	saving to disk, and loading.
+perl5.setup         Mac-OSA-Simple 1.09
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-platforms			darwin
-supported_archs		noarch
+description         Simple interface to Mac::OSA
+long_description    This is Mac::OSA::Simple, a module for simple access to OSA scripting \
+                    via Mac::OSA (part of the Mac::Carbon distribution).  It allows \
+                    compiling of OSA scripts using any OSA language, as well as execution, \
+                    saving to disk, and loading.
 
-checksums			md5 cbf100e16c6e1a42f26aa3b45953dcb8
+checksums           rmd160  099efbe2c1e317cca37205e2ae301b3129d3e048 \
+                    sha256  5414dfebea55da328805782272a8a4b63a3ace16e8b5a252fd74f5a328557980
 
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-mac-carbon \
-					port:p${perl5.major}-mac-appleevents-simple \
-					port:p${perl5.major}-test-pod
+    depends_lib-append \
+                    port:p${perl5.major}-mac-appleevents-simple \
+                    port:p${perl5.major}-mac-carbon \
+                    port:p${perl5.major}-test-pod
 
-patchfiles			patch-Simple.pm.diff
+    patchfiles      patch-Simple.pm.diff
 }
-## vi:set noai ts=4:

Modified: trunk/dports/perl/p5-mac-pasteboard/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-pasteboard/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-pasteboard/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -8,12 +8,12 @@
 perl5.setup         Mac-Pasteboard 0.002
 revision            2
 license             {Artistic-1 GPL}
-platforms           darwin
 maintainers         nomaintainer
 
-description         manipulate Mac OS X pasteboards/clipboards
-
+description         Manipulate Mac OS X pasteboards/clipboards
 long_description    ${name} is a perl module to ${description}.
 
-checksums           sha1    ed1f623669b0fc4a5bff3d103499a6d749ab2602 \
-                    rmd160  b6aa360585cb713a83e4f39e998a2e2bdc10217b
+checksums           rmd160  b6aa360585cb713a83e4f39e998a2e2bdc10217b \
+                    sha256  ee58acd1c1fa5e207bc5690b5d8cbc1f32243fd968499361e95c68265cf6bbe5
+
+platforms           darwin

Modified: trunk/dports/perl/p5-mac-propertylist/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-propertylist/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-propertylist/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -9,16 +9,17 @@
 revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
+
 description         Mac::PropertyList - work with Mac plists at a low level
 long_description    ${description}
 
-platforms           darwin
-
 checksums           rmd160  b271b8d33e7428ab6ccd17725afcdd3263f9bebd \
                     sha256  3539b6df4d286e14081d556dda8de969a721ad90a06379cf8ffd99df1de4e15e
 
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-xml-entities
-
-supported_archs     noarch
+    depends_lib-append \
+                    port:p${perl5.major}-xml-entities
 }

Modified: trunk/dports/perl/p5-mac-sysprofile/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-sysprofile/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-sysprofile/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,20 +1,20 @@
-#-*-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
+# -*-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             Mac-SysProfile 0.03
-revision                3
-platforms               darwin
-license                 {Artistic-1 GPL}
-maintainers             nomaintainer
-supported_archs         noarch
+perl5.setup         Mac-SysProfile 0.03
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-description             Mac::SysProfile
+description         Mac::SysProfile
+long_description    Perl Module to collect core system information from Mac computers.
 
-long_description        Perl Module to collect core system information from Mac computers.
+checksums           rmd160  7609d5eeac330317c05709ee8782e2b171a6aa94 \
+                    sha256  c53f07830ad43d82343b34a7a8cb8de8086e63f804bc1e0e81d2b70d1dc74790
 
-checksums               sha1    362ec91e074e466fdaadf8623a671d85e40435df \
-                        rmd160  7609d5eeac330317c05709ee8782e2b171a6aa94
+platforms           darwin
+supported_archs     noarch

Modified: trunk/dports/perl/p5-mac-systemdirectory/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-systemdirectory/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-mac-systemdirectory/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -1,20 +1,19 @@
+# -*-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			Mac-SystemDirectory 0.04
-revision			3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Perl module to locate Mac OS X standard system directories
-long_description 	$description
+perl5.setup         Mac-SystemDirectory 0.04
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
-platforms			darwin
+description         Perl module to locate Mac OS X standard system directories
+long_description    $description
 
-checksums           md5     5c74ee4675e01628ebb7dc3e19b9f364 \
-                    sha1    a543de01039f22fdb60461c6237245774efa972a 
+checksums           rmd160  d5dc9503be36ea69c97a392aff012d8599597dec \
+                    sha256  b3387a78f5baf8ca05138a93ea3964a8382b2307109e85428a8379238c883eb5
 
-
-## vi:set noai ts=4:
+platforms           darwin

Modified: trunk/dports/perl/p5-macosx-file/Portfile
===================================================================
--- trunk/dports/perl/p5-macosx-file/Portfile	2015-01-10 09:21:41 UTC (rev 131339)
+++ trunk/dports/perl/p5-macosx-file/Portfile	2015-01-10 10:17:45 UTC (rev 131340)
@@ -8,7 +8,6 @@
 perl5.setup         MacOSX-File 0.71 BSD/DANKOGAI
 revision            4
 categories-append   sysutils
-platforms           darwin
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 
@@ -20,15 +19,20 @@
                     implement your own CpMac, MvMac, GetFileInfo and \
                     SetFile without calling these binaries.
 
-checksums           md5 c63681cb87eb52df07d78897283bd493
+checksums           rmd160  a7e06d8126cff447cf7f3a422138fa7f6d140a36 \
+                    sha256  0a5a0b5f52446d305f590508e29f59fca90609663a8f4581cb2694165438e903
 
-if {${perl5.major} ne ""} {
+platforms           darwin
 supported_archs     i386 ppc
-patchfiles          use-FSPathCopyObjectSync.patch \
+
+if {${perl5.major} != ""} {
+    patchfiles      use-FSPathCopyObjectSync.patch \
                     fix-Copy-tiger.patch \
                     avoid-FlatCarbon-headers.patch
-post-patch {
-    reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.PL
+
+    post-patch {
+        reinplace   "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.PL
+    }
+
+    test.run        yes
 }
-test.run            yes
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150110/11b1cf23/attachment-0001.html>


More information about the macports-changes mailing list