[68560] trunk/dports/perl/p5-svn-notify/Portfile

dluke at macports.org dluke at macports.org
Sun Jun 6 08:26:26 PDT 2010


Revision: 68560
          http://trac.macports.org/changeset/68560
Author:   dluke at macports.org
Date:     2010-06-06 08:26:21 -0700 (Sun, 06 Jun 2010)
Log Message:
-----------
Add universal no / archs noarch to p5-svn-notify (fixes #25141)

Modified Paths:
--------------
    trunk/dports/perl/p5-svn-notify/Portfile

Modified: trunk/dports/perl/p5-svn-notify/Portfile
===================================================================
--- trunk/dports/perl/p5-svn-notify/Portfile	2010-06-06 11:48:02 UTC (rev 68559)
+++ trunk/dports/perl/p5-svn-notify/Portfile	2010-06-06 15:26:21 UTC (rev 68560)
@@ -28,3 +28,11 @@
 			port:p5-html-parser \
 			port:p5-net-smtp_auth \
 			port:p5-text-trac
+
+# This ugliness can go away after the 1.9 release 
+# in favor of just suppored_archs
+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/20100606/52c595c1/attachment.html>


More information about the macports-changes mailing list