Revision
74765
Author
ryandesign@macports.org
Date
2011-01-01 16:10:09 -0800 (Sat, 01 Jan 2011)

Log Message

php5, php5-devel: remove stub variants for features that were moved to separate ports a long time ago; see #19091

Modified Paths

Diff

Modified: trunk/dports/lang/php5/Portfile (74764 => 74765)


--- trunk/dports/lang/php5/Portfile	2011-01-01 23:33:33 UTC (rev 74764)
+++ trunk/dports/lang/php5/Portfile	2011-01-02 00:10:09 UTC (rev 74765)
@@ -147,33 +147,6 @@
     }
 }
 
-foreach {old_variant new_port} {
-    gmp             gmp
-    imap            imap
-    macports_snmp   snmp
-    mssql           mssql
-    mysql4          mysql
-    mysql5          mysql
-    mysqlnd         mysql
-    oracle          oracle
-    pcntl           pcntl
-    postgresql82    postgresql
-    postgresql83    postgresql
-    pspell          pspell
-    snmp            snmp
-    sockets         sockets
-    sqlite          sqlite
-    tidy            tidy
-} {
-    eval [subst {
-        variant ${old_variant} description "Obsolete; install ${my_name}-${new_port} port instead" {
-            pre-configure {
-                ui_msg "The +${old_variant} variant is obsolete. Please install the ${my_name}-${new_port} port instead."
-            }
-        }
-    }]
-}
-
 variant ipc description {Add semaphore, shared memory and IPC functions} {
     configure.args-append \
         --enable-shmop \

Modified: trunk/dports/lang/php5-devel/Portfile (74764 => 74765)


--- trunk/dports/lang/php5-devel/Portfile	2011-01-01 23:33:33 UTC (rev 74764)
+++ trunk/dports/lang/php5-devel/Portfile	2011-01-02 00:10:09 UTC (rev 74765)
@@ -150,33 +150,6 @@
     }
 }
 
-foreach {old_variant new_port} {
-    gmp             gmp
-    imap            imap
-    macports_snmp   snmp
-    mssql           mssql
-    mysql4          mysql
-    mysql5          mysql
-    mysqlnd         mysql
-    oracle          oracle
-    pcntl           pcntl
-    postgresql82    postgresql
-    postgresql83    postgresql
-    pspell          pspell
-    snmp            snmp
-    sockets         sockets
-    sqlite          sqlite
-    tidy            tidy
-} {
-    eval [subst {
-        variant ${old_variant} description "Obsolete; install ${my_name}-${new_port} port instead" {
-            pre-configure {
-                ui_msg "The +${old_variant} variant is obsolete. Please install the ${my_name}-${new_port} port instead."
-            }
-        }
-    }]
-}
-
 variant ipc description {Add semaphore, shared memory and IPC functions} {
     configure.args-append \
         --enable-shmop \