Revision: 111742 https://trac.macports.org/changeset/111742 Author: devans@macports.org Date: 2013-09-30 08:01:06 -0700 (Mon, 30 Sep 2013) Log Message: ----------- libgda5: remove legacy variants and related notes introduced 20120130. Modified Paths: -------------- trunk/dports/databases/libgda5/Portfile Modified: trunk/dports/databases/libgda5/Portfile =================================================================== --- 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}
participants (1)
-
devans@macports.org