[115072] trunk/dports/aqua/pgAdmin3/Portfile
jwa at macports.org
jwa at macports.org
Mon Dec 23 11:22:39 PST 2013
Revision: 115072
https://trac.macports.org/changeset/115072
Author: jwa at macports.org
Date: 2013-12-23 11:22:39 -0800 (Mon, 23 Dec 2013)
Log Message:
-----------
pgAdmin3: version bump to 1.18.1, drop postgresql83 due to EOL, make postgresql93 the new default to enable the latest version
Modified Paths:
--------------
trunk/dports/aqua/pgAdmin3/Portfile
Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile 2013-12-23 13:36:08 UTC (rev 115071)
+++ trunk/dports/aqua/pgAdmin3/Portfile 2013-12-23 19:22:39 UTC (rev 115072)
@@ -5,8 +5,7 @@
PortGroup wxWidgets 1.0
name pgAdmin3
-version 1.18.0
-revision 1
+version 1.18.1
categories aqua
maintainers jwa
@@ -27,8 +26,8 @@
distname pgadmin3-${version}
-checksums rmd160 0f3a117c4f48abc8a61f2e652bdff4ebe4eb5a59 \
- sha256 58f29f5a380a49065e4b97bd9c8effd12ae99f464fa8834ba403baa2a658278d
+checksums rmd160 03a55056c98d7c1458019a505078c512f425f7e0 \
+ sha256 27ac3e296a6ca3da9da8ee22ed98eabfe1377be507877ffc26048fc2a9c6cbc0
wxWidgets.use wxWidgets-3.0
@@ -59,40 +58,40 @@
file copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}/${name}.app
}
-variant postgresql83 conflicts postgresql84 postgresql90 postgresql91 postgresql92 \
- description {support for PostgreSQL 8.3.x} {
- depends_lib-append port:postgresql83
- configure.args-append --with-pgsql=${prefix}/lib/postgresql83
-}
-
-variant postgresql84 conflicts postgresql83 postgresql90 postgresql91 postgresql92 \
+variant postgresql84 conflicts postgresql90 postgresql91 postgresql92 postgresql93 \
description {support for PostgreSQL 8.4.x} {
depends_lib-append port:postgresql84
configure.args-append --with-pgsql=${prefix}/lib/postgresql84
}
-variant postgresql90 conflicts postgresql83 postgresql84 postgresql91 postgresql92 \
+variant postgresql90 conflicts postgresql84 postgresql91 postgresql92 postgresql93 \
description {support for PostgreSQL 9.0.x} {
depends_lib-append port:postgresql90
configure.args-append --with-pgsql=${prefix}/lib/postgresql90
}
-variant postgresql91 conflicts postgresql83 postgresql84 postgresql90 postgresql92 \
+variant postgresql91 conflicts postgresql84 postgresql90 postgresql92 postgresql93 \
description {support for PostgreSQL 9.1.x} {
depends_lib-append port:postgresql91
configure.args-append --with-pgsql=${prefix}/lib/postgresql91
}
-variant postgresql92 conflicts postgresql83 postgresql84 postgresql90 postgresql91 \
+variant postgresql92 conflicts postgresql84 postgresql90 postgresql91 postgresql93 \
description {support for PostgreSQL 9.2.x} {
depends_lib-append port:postgresql92
configure.args-append --with-pgsql=${prefix}/lib/postgresql92
}
-if {![variant_isset postgresql83] && ![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92]} {
- default_variants +postgresql92
+variant postgresql93 conflicts postgresql84 postgresql90 postgresql91 postgresql92 \
+ description {support for PostgreSQL 9.3.x} {
+ depends_lib-append port:postgresql93
+ configure.args-append --with-pgsql=${prefix}/lib/postgresql93
}
+if {![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92] && ![variant_isset postgresql93]} {
+ default_variants +postgresql93
+}
+
variant debug description {provide a debug build in case of difficulties} {
configure.args-append --enable-debug
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131223/37abeac5/attachment.html>
More information about the macports-changes
mailing list