Modified: trunk/dports/databases/libgda5/Portfile (111741 => 111742)
--- trunk/dports/databases/libgda5/Portfile 2013-09-30 14:45:03 UTC (rev 111741)
+++ trunk/dports/databases/libgda5/Portfile 2013-09-30 15:01:06 UTC (rev 111742)
@@ -135,36 +135,12 @@
}
}
-#
-# the following are legacy variants to be removed after a few update cycles
+default_variants +bdb
-variant with_mysql5 requires mysql5 \
- description {Legacy compatibility variant current MySQL 5.x} {}
-
-variant with_postgresql83 requires postgresql83 \
- description {Legacy compatibility variant PostgreSQL 8.3.x} {}
-
-variant with_postgresql84 requires postgresql84 \
- description {Legacy compatibility variant PostgreSQL 8.4.x} {}
-
-variant with_postgresql90 requires postgresql90 \
- description {Legacy compatibility variant PostgreSQL 9.0.x} {}
-
-variant without_bdb conflicts bdb \
- description {Legacy compatibility variant} {}
-
-if {[variant_isset without_bdb]} {
- default_variants -bdb
-} else {
- default_variants +bdb
-}
-
post-activate {
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
}
-notes "The with_ and without_ variants are deprecated"
-
livecheck.type gnome-with-unstable
livecheck.name ${gname}