Commits

Joshua Root authored 612bbb69b19
pgAdmin3: remove old compatibility variants
No tags

aqua/pgAdmin3/Portfile

Modified
81 81 depends_lib-append port:postgresql94
82 82 configure.args-append --with-pgsql=${prefix}/lib/postgresql94
83 83 }
84 84
85 85 variant postgresql95 conflicts postgresql91 postgresql92 postgresql93 postgresql94 \
86 86 description {support for PostgreSQL 9.5.x} {
87 87 depends_lib-append port:postgresql95
88 88 configure.args-append --with-pgsql=${prefix}/lib/postgresql95
89 89 }
90 90
91 -if {![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93] && ![variant_isset postgresql94] && ![variant_isset postgresql95]} {
91 +if {![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93] && ![variant_isset postgresql94]} {
92 92 default_variants +postgresql95
93 93 }
94 94
95 95 variant debug description {provide a debug build in case of difficulties} {
96 96 configure.args-append --enable-debug
97 97 }
98 98
99 -variant with_postgresql91 requires postgresql91 description {Legacy compatibility variant} {}
100 -variant with_postgresql92 requires postgresql92 description {Legacy compatibility variant} {}
101 -
102 99 livecheck.type regex
103 100 livecheck.url https://www.pgadmin.org/download/source.php
104 101 livecheck.regex pgAdmin v(1\\.\[0-9\]+\\.\[0-9\]+)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut