[67043] trunk/dports/perl

ryandesign at macports.org ryandesign at macports.org
Tue Apr 27 16:07:02 PDT 2010


Revision: 67043
          http://trac.macports.org/changeset/67043
Author:   ryandesign at macports.org
Date:     2010-04-27 16:07:01 -0700 (Tue, 27 Apr 2010)
Log Message:
-----------
Mark some p5 noarch ports as such

Modified Paths:
--------------
    trunk/dports/perl/p5-apache-authcookie/Portfile
    trunk/dports/perl/p5-apache-session/Portfile
    trunk/dports/perl/p5-archive-tar/Portfile
    trunk/dports/perl/p5-attribute-handlers/Portfile
    trunk/dports/perl/p5-authen-sasl/Portfile
    trunk/dports/perl/p5-cache-cache/Portfile
    trunk/dports/perl/p5-carp-clan/Portfile
    trunk/dports/perl/p5-cgi/Portfile
    trunk/dports/perl/p5-class-accessor/Portfile
    trunk/dports/perl/p5-class-accessor-chained/Portfile
    trunk/dports/perl/p5-class-data-inheritable/Portfile
    trunk/dports/perl/p5-config-inifiles/Portfile
    trunk/dports/perl/p5-crypt-cbc/Portfile
    trunk/dports/perl/p5-datemanip/Portfile
    trunk/dports/perl/p5-digest-hmac/Portfile
    trunk/dports/perl/p5-email-address/Portfile
    trunk/dports/perl/p5-email-date/Portfile
    trunk/dports/perl/p5-extutils-cbuilder/Portfile
    trunk/dports/perl/p5-extutils-makemaker/Portfile
    trunk/dports/perl/p5-extutils-parsexs/Portfile
    trunk/dports/perl/p5-extutils-xsbuilder/Portfile
    trunk/dports/perl/p5-file-temp/Portfile
    trunk/dports/perl/p5-finance-quote/Portfile
    trunk/dports/perl/p5-gdgraph/Portfile
    trunk/dports/perl/p5-gdtextutil/Portfile
    trunk/dports/perl/p5-graph/Portfile
    trunk/dports/perl/p5-graphviz/Portfile
    trunk/dports/perl/p5-heap/Portfile
    trunk/dports/perl/p5-html-tableextract/Portfile
    trunk/dports/perl/p5-html-tagset/Portfile
    trunk/dports/perl/p5-html-tree/Portfile
    trunk/dports/perl/p5-http-server-simple/Portfile
    trunk/dports/perl/p5-image-exiftool/Portfile
    trunk/dports/perl/p5-image-info/Portfile
    trunk/dports/perl/p5-image-size/Portfile
    trunk/dports/perl/p5-io-compress/Portfile
    trunk/dports/perl/p5-io-socket-ssl/Portfile
    trunk/dports/perl/p5-io-stringy/Portfile
    trunk/dports/perl/p5-io-zlib/Portfile
    trunk/dports/perl/p5-ipc-run/Portfile
    trunk/dports/perl/p5-log-any/Portfile
    trunk/dports/perl/p5-log-log4perl/Portfile
    trunk/dports/perl/p5-mac-propertylist/Portfile
    trunk/dports/perl/p5-mail-imapclient/Portfile
    trunk/dports/perl/p5-mailtools/Portfile
    trunk/dports/perl/p5-math-bezier/Portfile
    trunk/dports/perl/p5-mime-tools/Portfile
    trunk/dports/perl/p5-mime-types/Portfile
    trunk/dports/perl/p5-module-depends/Portfile
    trunk/dports/perl/p5-module-signature/Portfile
    trunk/dports/perl/p5-package-constants/Portfile
    trunk/dports/perl/p5-panotools-script/Portfile
    trunk/dports/perl/p5-parse-recdescent/Portfile
    trunk/dports/perl/p5-test-deep/Portfile
    trunk/dports/perl/p5-test-nowarnings/Portfile
    trunk/dports/perl/p5-test-tester/Portfile
    trunk/dports/perl/p5-test-warn/Portfile
    trunk/dports/perl/p5-tie-ixhash/Portfile
    trunk/dports/perl/p5-timedate/Portfile
    trunk/dports/perl/p5-tree-dag_node/Portfile
    trunk/dports/perl/p5-unicode-collate/Portfile
    trunk/dports/perl/p5-xml-entities/Portfile
    trunk/dports/perl/p5-xml-sax/Portfile
    trunk/dports/perl/p5-xml-sax-expat/Portfile
    trunk/dports/perl/p5-xml-simple/Portfile
    trunk/dports/perl/p5-yaml/Portfile

Modified: trunk/dports/perl/p5-apache-authcookie/Portfile
===================================================================
--- trunk/dports/perl/p5-apache-authcookie/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-apache-authcookie/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -8,3 +8,9 @@
 long_description	${description} 	
 platforms	darwin
 checksums	md5 8dd9f4a3db329c378f5e5b394c05b5b3
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-apache-session/Portfile
===================================================================
--- trunk/dports/perl/p5-apache-session/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-apache-session/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,3 +19,9 @@
 
 depends_lib-append    port:p5-test-deep \
                       port:p5-test-exception
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-archive-tar/Portfile
===================================================================
--- trunk/dports/perl/p5-archive-tar/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-archive-tar/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,9 @@
 depends_lib-append    port:p5-io-compress \
                       port:p5-io-zlib \
                       port:p5-package-constants
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-attribute-handlers/Portfile
===================================================================
--- trunk/dports/perl/p5-attribute-handlers/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-attribute-handlers/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,9 @@
 checksums           md5 cfc775abb5871adb25f4d292348ce5a9 \
                     sha1 e8dedd01ca336498a2c830693d9fd34cb8fca715 \
                     rmd160 cf0d80afef63a8c4346dcc1643df6f40a70ef489
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-authen-sasl/Portfile
===================================================================
--- trunk/dports/perl/p5-authen-sasl/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-authen-sasl/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -14,3 +14,9 @@
 platforms               darwin
 
 depends_lib-append	port:p5-gssapi port:p5-digest-hmac
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-cache-cache/Portfile
===================================================================
--- trunk/dports/perl/p5-cache-cache/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-cache-cache/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -25,3 +25,9 @@
 
 depends_lib-append    port:p5-error \
                       port:p5-digest-sha1
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-carp-clan/Portfile
===================================================================
--- trunk/dports/perl/p5-carp-clan/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-carp-clan/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -20,3 +20,9 @@
                       rmd160 08251d040c7c89ee7d8d1ac4337aa203054a2e05
 
 depends_lib-append    port:p5-test-exception
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-cgi/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-cgi/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,8 @@
                     sha1    7da38e5bb2b44ac85765ec75101edfb0408bcf07 \
                     rmd160  85708afaed9dd889eeffe08578401a9fc533d93c
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-class-accessor/Portfile
===================================================================
--- trunk/dports/perl/p5-class-accessor/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-class-accessor/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -15,3 +15,9 @@
 checksums           md5 0d9640d237a13276145f7e44b4855b89 \
                     sha1 e91317b429f5618c4d0264c699a1f266635f87df \
                     rmd160 545371b2656d317cb8eac019e73a7221f2cb71b3
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-class-accessor-chained/Portfile
===================================================================
--- trunk/dports/perl/p5-class-accessor-chained/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-class-accessor-chained/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -15,3 +15,9 @@
 checksums             md5 9825a1f30a70e55e61bb5660b2bd7365
 
 depends_lib-append    port:p5-class-accessor
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-class-data-inheritable/Portfile
===================================================================
--- trunk/dports/perl/p5-class-data-inheritable/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-class-data-inheritable/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -15,3 +15,9 @@
 platforms           darwin
 
 checksums           md5 fc0fe65926eb8fb932743559feb54eb9
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-config-inifiles/Portfile
===================================================================
--- trunk/dports/perl/p5-config-inifiles/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-config-inifiles/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -12,3 +12,9 @@
                         rmd160  e81cb49930bc13f49e2daebdb1b3c6b4869e0260
 
 platforms               darwin
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-crypt-cbc/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-cbc/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-crypt-cbc/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,9 @@
                         sha1 669b263f737a117f572004b794e97d94a763a09e \
                         rmd160 446ad31d463f1ade162c28038668d1984e0fc81e
 platforms               darwin
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-datemanip/Portfile
===================================================================
--- trunk/dports/perl/p5-datemanip/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-datemanip/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 checksums		md5 16c343329bad644b17f4f8ec5fb243cf \
                 sha1 88ce43556343024c3b86815e4938399226eab55a
 platforms		darwin
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-digest-hmac/Portfile
===================================================================
--- trunk/dports/perl/p5-digest-hmac/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-digest-hmac/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,3 +19,9 @@
                       rmd160 f2002d1b1b595e8f03d8568b7ff4b98a8173052c
 
 depends_lib-append    port:p5-digest-sha1
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-email-address/Portfile
===================================================================
--- trunk/dports/perl/p5-email-address/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-email-address/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,9 @@
 checksums           md5 9e7762c7a1aecd3276934ac664022f7e \
                     sha1 83feda3b28f590de2930227bc662266057ae9f67 \
                     rmd160 b21f515eca9e2ad69601a6114ff40fea9777f45f
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-email-date/Portfile
===================================================================
--- trunk/dports/perl/p5-email-date/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-email-date/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -11,3 +11,9 @@
     md5     c74b5b1d98ce7a92ed387970c461b5b4 \
     sha1    6ff3301e04add789a36f67385fb8e5982661b77a \
     rmd160  57d02a4cb951b8fecd5f5cbde8a8ffb09a656a8d
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-extutils-cbuilder/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-cbuilder/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-extutils-cbuilder/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -20,3 +20,9 @@
 checksums           md5 52bd8ec45491625a3501bda2713eac24 \
                     sha1 41bf3cc12e70bcd2a680c932aba9962f0cf828d3 \
                     rmd160 d8a007aefd85f6a197140bd1e5c4c084c27b983e
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-extutils-makemaker/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-makemaker/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-extutils-makemaker/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -14,3 +14,9 @@
 checksums           md5 af7e032a1e845e4decf7672929510b98 \
                     sha1 3f557c5cb8a4a0165d1b2e597f973003d8a49570 \
                     rmd160 6a169a0b3fbf53341196bd97f32e3d33e596b227
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-extutils-parsexs/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-parsexs/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-extutils-parsexs/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -21,3 +21,9 @@
                       rmd160 a1a1bd27f9364544e4fd72f71051a9d4b3495dd7
 
 depends_lib-append    port:p5-extutils-cbuilder
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-extutils-xsbuilder/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-xsbuilder/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-extutils-xsbuilder/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,9 @@
 
 depends_lib-append    port:p5-parse-recdescent \
                       port:p5-tie-ixhash
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-file-temp/Portfile
===================================================================
--- trunk/dports/perl/p5-file-temp/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-file-temp/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,3 +19,9 @@
 checksums           md5 a7e93cf2015881ded1f22b5b2d0cb391 \
                     sha1 5535c96e69e5d7f433fa446b5087fe4cab1bc129 \
                     rmd160 463f3ca7e25fd6949b8b2da1bc39c31a401a953a
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-finance-quote/Portfile
===================================================================
--- trunk/dports/perl/p5-finance-quote/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-finance-quote/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -24,3 +24,9 @@
 	port:p5-datemanip \
 	port:p5-html-tree \
 	port:p5-crypt-ssleay
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-gdgraph/Portfile
===================================================================
--- trunk/dports/perl/p5-gdgraph/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-gdgraph/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,8 @@
 depends_lib-append	port:p5-gd \
 					port:p5-gdtextutil
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-gdtextutil/Portfile
===================================================================
--- trunk/dports/perl/p5-gdtextutil/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-gdtextutil/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,8 @@
 
 depends_lib-append	port:p5-gd
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-graph/Portfile
===================================================================
--- trunk/dports/perl/p5-graph/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-graph/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -22,3 +22,9 @@
 				rmd160  f739d1ecd31d42cb8c45530cad5489916f0e86e1
 
 depends_lib-append	port:p5-heap
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-graphviz/Portfile
===================================================================
--- trunk/dports/perl/p5-graphviz/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-graphviz/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,3 +19,9 @@
 
 depends_lib-append		path:bin/dot:graphviz port:p5-ipc-run \
 				port:p5-graph port:p5-math-bezier
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-heap/Portfile
===================================================================
--- trunk/dports/perl/p5-heap/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-heap/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,3 +19,9 @@
 platforms           darwin
 
 checksums           md5 05fed19a7552dadee11c780cd68c0116
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-html-tableextract/Portfile
===================================================================
--- trunk/dports/perl/p5-html-tableextract/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-html-tableextract/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -12,3 +12,9 @@
 platforms               darwin
 
 checksums		md5 e6e355f6049dc57706e719c5ce61ff39
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-html-tagset/Portfile
===================================================================
--- trunk/dports/perl/p5-html-tagset/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-html-tagset/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -14,3 +14,9 @@
                     rmd160 90d330beba53d99b56949eb3f2a77188c8f8f957
 
 platforms           darwin
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-html-tree/Portfile
===================================================================
--- trunk/dports/perl/p5-html-tree/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-html-tree/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -15,3 +15,9 @@
 
 depends_lib-append	port:p5-html-parser \
 			port:p5-html-tagset
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-http-server-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-http-server-simple/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-http-server-simple/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,9 @@
 checksums           md5 c31d15138498b063642882d03338f5f6 \
                     sha1 69c2dd595d718b4669dc5a64ce56404ad981599c \
                     rmd160 7d1453e3ff18cf372989d296a5a5871404d0e177
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-image-exiftool/Portfile
===================================================================
--- trunk/dports/perl/p5-image-exiftool/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-image-exiftool/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -18,3 +18,9 @@
 
 depends_lib         port:p5-digest-md5 \
                     port:p5-io-compress
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-image-info/Portfile
===================================================================
--- trunk/dports/perl/p5-image-info/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-image-info/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 homepage                http://search.cpan.org/~gaas/${distname}/
 
 checksums               sha1 4bdcfc5efa03481f956fb7a7ee881712f6322ee1
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-image-size/Portfile
===================================================================
--- trunk/dports/perl/p5-image-size/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-image-size/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -15,3 +15,9 @@
                         sha1    30d8c02ad1ce64a75785d0da78ef847ad85820c2 \
                         rmd160  db56b183013e1fd8ca57256f4f2d350ed9c182c6
 depends_lib-append	port:p5-module-build
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-io-compress/Portfile
===================================================================
--- trunk/dports/perl/p5-io-compress/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-io-compress/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -18,3 +18,9 @@
 
 depends_lib-append    port:p5-compress-raw-bzip2 \
                       port:p5-compress-raw-zlib
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-io-socket-ssl/Portfile
===================================================================
--- trunk/dports/perl/p5-io-socket-ssl/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-io-socket-ssl/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -18,3 +18,8 @@
 
 depends_lib-append		port:p5-net-ssleay port:p5-net-libidn
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-io-stringy/Portfile
===================================================================
--- trunk/dports/perl/p5-io-stringy/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-io-stringy/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,8 @@
 checksums		md5 2e6a976cfa5521e815c1fdf4006982de
 platforms		darwin
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-io-zlib/Portfile
===================================================================
--- trunk/dports/perl/p5-io-zlib/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-io-zlib/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,3 +19,9 @@
                       rmd160  e7e021350568003f004a41aa9f08933836b37237
 
 depends_lib-append    port:p5-io-compress
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-ipc-run/Portfile
===================================================================
--- trunk/dports/perl/p5-ipc-run/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-ipc-run/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -15,3 +15,9 @@
                       rmd160 607fd1be7b9687933bd90ab05ee822179f4cccc1
 
 depends_lib-append    port:p5-io-tty
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-log-any/Portfile
===================================================================
--- trunk/dports/perl/p5-log-any/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-log-any/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,9 @@
 checksums           md5 9186d94ee2ae7cada408fc5faf86d975 \
                     sha1 a08709ac634257bf59fc67cef844889f3aea020a \
                     rmd160 034d1c6c2f1945e61e132ec8f65965f5db4dbb08
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-log-log4perl/Portfile
===================================================================
--- trunk/dports/perl/p5-log-log4perl/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-log-log4perl/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 checksums           md5 79e76be178ac409428e6438135134076 \
                     sha1 5d0bf5627919dce0df8ec4a1be179e5819906d17 \
                     rmd160 20d89f32b52e7685a016a644f8af90b33f859a41
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-mac-propertylist/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-propertylist/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-mac-propertylist/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -15,3 +15,9 @@
                       rmd160 edaab0756f9303ec6e6bbe3984be530dc34ab5c1
 
 depends_lib-append    port:p5-xml-entities
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-mail-imapclient/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-imapclient/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-mail-imapclient/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,9 @@
                 sha1 68d6fdf559fd2563cad0d2de46caf8a775b409c9 \
                 rmd160 5812e3f63036579f9fddf2ea791cdaba88ca2e47
 platforms       darwin
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-mailtools/Portfile
===================================================================
--- trunk/dports/perl/p5-mailtools/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-mailtools/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -11,3 +11,9 @@
 checksums		md5 d21ea4f375d1e5f3da6b0a4e8ba1e2c6 \
 				sha1 6fccd04f9db0f478e19eec047be3bf0a1d8297f5
 platforms		darwin
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-math-bezier/Portfile
===================================================================
--- trunk/dports/perl/p5-math-bezier/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-math-bezier/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -14,3 +14,8 @@
 
 checksums			md5 ba6874d8754e2d64ab9c7d15e0eb56c2
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-mime-tools/Portfile
===================================================================
--- trunk/dports/perl/p5-mime-tools/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-mime-tools/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -25,6 +25,12 @@
 					port:p5-mailtools	\
 					port:p5-file-temp
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
+
 variant doBinHex description {use the (buggy) internal binhex decoder} {
 	patchfiles-delete patch-lib-MIME-Parser.pm.nobinhex.diff
 }

Modified: trunk/dports/perl/p5-mime-types/Portfile
===================================================================
--- trunk/dports/perl/p5-mime-types/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-mime-types/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,9 @@
 checksums           md5 c270cea5f387212c12bae0a72e4da1ab \
                     sha1 396d98d55f728833505c658f8c0594278e05abe5 \
                     rmd160 edae41fdeca8740f7584fc8a1801365ac5ab4e42
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-module-depends/Portfile
===================================================================
--- trunk/dports/perl/p5-module-depends/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-module-depends/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,9 @@
 
 depends_lib-append      port:p5-class-accessor-chained \
                         port:p5-yaml
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-module-signature/Portfile
===================================================================
--- trunk/dports/perl/p5-module-signature/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-module-signature/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 
 depends_lib-append    port:gnupg \
                       port:p5-digest-sha
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-package-constants/Portfile
===================================================================
--- trunk/dports/perl/p5-package-constants/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-package-constants/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 checksums           md5 4027c258b0163322f8f220f253e81142 \
                     sha1 441a42ac6db5fc8da7caef84c380bf7113e3c643 \
                     rmd160 f7ab76211247bda0efab54fb805d6929c0f03939
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-panotools-script/Portfile
===================================================================
--- trunk/dports/perl/p5-panotools-script/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-panotools-script/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -24,3 +24,9 @@
 
 depends_lib-append	port:p5-graphviz port:p5-image-exiftool \
                         port:p5-image-size
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-parse-recdescent/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-recdescent/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-parse-recdescent/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -37,6 +37,12 @@
 
 depends_lib-append    port:p5-version
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
+
 livecheck.regex       \
                       (?:This Release)?<td class=label>(?:This|Latest) Release</td>.*<td\
                       class=cell>(?:<\[^<\]+>)?${perl5.module}-v?(\[^<\]+?)<

Modified: trunk/dports/perl/p5-test-deep/Portfile
===================================================================
--- trunk/dports/perl/p5-test-deep/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-test-deep/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 
 depends_lib-append    port:p5-test-tester \
                       port:p5-test-nowarnings
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-test-nowarnings/Portfile
===================================================================
--- trunk/dports/perl/p5-test-nowarnings/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-test-nowarnings/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 
 depends_lib-append    port:p5-test-tester \
                       port:p5-test-simple
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-test-tester/Portfile
===================================================================
--- trunk/dports/perl/p5-test-tester/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-test-tester/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -13,3 +13,9 @@
 checksums           md5 998a8abe241992faaa3e90f330800840 \
                     sha1 1cc2695d0b3dbbd39d63ed86ba6340079815f368 \
                     rmd160 ccf1ffc20ece92103aff5e179bd34617b169913e
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-test-warn/Portfile
===================================================================
--- trunk/dports/perl/p5-test-warn/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-test-warn/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,9 @@
 
 depends_lib-append    port:p5-sub-uplevel \
                       port:p5-tree-dag_node
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-tie-ixhash/Portfile
===================================================================
--- trunk/dports/perl/p5-tie-ixhash/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-tie-ixhash/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -9,3 +9,9 @@
 
 checksums               md5 567ddc13081596b52cfe3d82218cb264
 platforms               darwin
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-timedate/Portfile
===================================================================
--- trunk/dports/perl/p5-timedate/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-timedate/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,8 @@
 checksums		md5 b3cc35a7cabd106ac8829d2f2ff4bd9d
 platforms		darwin
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-tree-dag_node/Portfile
===================================================================
--- trunk/dports/perl/p5-tree-dag_node/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-tree-dag_node/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,3 +19,9 @@
 platforms           darwin
 
 checksums           md5 3b006f128bd1d8961fc57c466ffa05f2
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-unicode-collate/Portfile
===================================================================
--- trunk/dports/perl/p5-unicode-collate/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-unicode-collate/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -23,3 +23,8 @@
                 sha1    bce327f4e0fda97bbb3c5a46a7e713ceddcd3af1 \
                 rmd160  3117d223a59dab06212942683d2fa595db67c188
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-xml-entities/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-entities/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-xml-entities/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,9 @@
 
 depends_lib-append    port:p5-libwww-perl \
                       port:p5-html-parser
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-xml-sax/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-sax/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-xml-sax/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -18,6 +18,12 @@
 
 depends_lib-append	port:p5-xml-namespacesupport
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
+
 use_parallel_build	yes
 
 post-activate {

Modified: trunk/dports/perl/p5-xml-sax-expat/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-sax-expat/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-xml-sax-expat/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -19,6 +19,12 @@
                       port:p5-xml-sax \
                       port:p5-xml-namespacesupport
 
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
+
 post-activate {
     system "cd ${worksrcpath} && ${build.cmd} install_sax_expat"
 }

Modified: trunk/dports/perl/p5-xml-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-simple/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-xml-simple/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -16,3 +16,9 @@
 
 depends_lib-append    port:p5-xml-namespacesupport \
                       port:p5-xml-sax
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}

Modified: trunk/dports/perl/p5-yaml/Portfile
===================================================================
--- trunk/dports/perl/p5-yaml/Portfile	2010-04-27 23:02:18 UTC (rev 67042)
+++ trunk/dports/perl/p5-yaml/Portfile	2010-04-27 23:07:01 UTC (rev 67043)
@@ -17,3 +17,9 @@
 checksums           md5 4b4255360bb885acdba05314daa9129a \
                     sha1 65a59fd0b7762ba4aeb95a182f89d80daea6c63d \
                     rmd160 7a6e01566a2eda114ab290e6b20b05c51f03a099
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100427/a9ae7715/attachment-0001.html>


More information about the macports-changes mailing list