Revision
118524
Author
mojca@macports.org
Date
2014-04-03 15:14:55 -0700 (Thu, 03 Apr 2014)

Log Message

wxWidgets portgroup: remove wxPerl-3.0

Modified Paths

Diff

Modified: trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl (118523 => 118524)


--- trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl	2014-04-03 21:55:48 UTC (rev 118523)
+++ trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl	2014-04-03 22:14:55 UTC (rev 118524)
@@ -109,17 +109,11 @@
                 return -code error "incompatible Mac OS X version"
             }
         }
-    # support for wxPerl is just temporary until the upstream adapts wxPerl to be compatible with wxWidgets 3.0
+    # support for wxPerl was just temporary
     } elseif {${args} eq "wxPerl-3.0"} {
-        wxWidgets.name      "wxPerl"
-        wxWidgets.version   "2.9"
-        wxWidgets.port      "wxPerl-3.0"
-        if {${os.major} < 9} {
-            pre-fetch {
-                ui_error "${wxWidgets.port} requires Mac OS X 10.5 or later."
-                return -code error "incompatible Mac OS X version"
-            }
-        }
+        # throw an error
+        ui_error "You shouldn't be using 'wxWidgets.use wxPerl-3.0' any longer. Switch to wxWidgets-3.0."
+        return -code error "invalid parameter for wxWidgets.use"
     } else {
         # throw an error
         ui_error "invalid parameter for wxWidgets.use; use one of: wxWidgets-2.8/wxGTK-2.8/wxWidgets-3.0/wxGTK-3.0/wxPython-3.0"