[66206] trunk/dports/perl/p5-cache-simple-timedexpiry/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 7 01:37:17 PDT 2010


Revision: 66206
          http://trac.macports.org/changeset/66206
Author:   ryandesign at macports.org
Date:     2010-04-07 01:37:16 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
p5-cache-simple-timedexpiry: update to 0.27 (#23985) and indicate this is noarch and therefore has no universal variant

Modified Paths:
--------------
    trunk/dports/perl/p5-cache-simple-timedexpiry/Portfile

Modified: trunk/dports/perl/p5-cache-simple-timedexpiry/Portfile
===================================================================
--- trunk/dports/perl/p5-cache-simple-timedexpiry/Portfile	2010-04-07 08:33:01 UTC (rev 66205)
+++ trunk/dports/perl/p5-cache-simple-timedexpiry/Portfile	2010-04-07 08:37:16 UTC (rev 66206)
@@ -2,9 +2,18 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup		Cache-Simple-TimedExpiry 0.26
+perl5.setup		Cache-Simple-TimedExpiry 0.27
 maintainers		nomaintainer
 description		A lightweight cache with timed expiration
 long_description	${description}
-checksums		md5 f44e43af0a29ac4effb702e016650512
+
+checksums               md5     4ef124ab7776f3c257b9ffbed917e67a \
+                        sha1    c9d36521b64749ee52fdb0fd0060302152902cb0 \
+                        rmd160  1393f81653dc7b016ad52c47c03978d47eddbd81
 platforms		darwin
+
+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/20100407/2bf35338/attachment.html>


More information about the macports-changes mailing list