[144425] trunk/dports/aqua/pgAdmin3/Portfile

jwa at macports.org jwa at macports.org
Fri Jan 8 11:39:53 PST 2016


Revision: 144425
          https://trac.macports.org/changeset/144425
Author:   jwa at macports.org
Date:     2016-01-08 11:39:53 -0800 (Fri, 08 Jan 2016)
Log Message:
-----------
pgAdmin3: version bump to 1.22.0

Modified Paths:
--------------
    trunk/dports/aqua/pgAdmin3/Portfile

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2016-01-08 19:39:11 UTC (rev 144424)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2016-01-08 19:39:53 UTC (rev 144425)
@@ -5,7 +5,7 @@
 PortGroup           wxWidgets 1.0
 
 name                pgAdmin3
-version             1.20.0
+version             1.22.0
 
 categories          aqua
 maintainers         jwa
@@ -26,8 +26,8 @@
 
 distname            pgadmin3-${version}
 
-checksums           rmd160  3f2902b68a915d88bc93c10b897f4c163459b03e \
-                    sha256  0773d7826a9c7a998c4872e9b00b998e0bbb10448984d66853420c95fa626b8c
+checksums           rmd160  6c5c8c28c0aaa7cd9720a6089fafe770210f002c \
+                    sha256  3c76c429797a9524f00d4dd82ab77aa367f2bba154c2b2e017de5cbc9d690256
 
 wxWidgets.use       wxWidgets-3.0
 
@@ -59,52 +59,44 @@
     file copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}/${name}.app
 }
 
-variant postgresql84 conflicts postgresql90 postgresql91 postgresql92 postgresql93 postgresql94 \
-    description {support for PostgreSQL 8.4.x} {
-    depends_lib-append      port:postgresql84
-    configure.args-append   --with-pgsql=${prefix}/lib/postgresql84
-}
-
-variant postgresql90 conflicts postgresql84 postgresql91 postgresql92 postgresql93 postgresql94 \
-    description {support for PostgreSQL 9.0.x} {
-    depends_lib-append      port:postgresql90
-    configure.args-append   --with-pgsql=${prefix}/lib/postgresql90
-}
-
-variant postgresql91 conflicts postgresql84 postgresql90 postgresql92 postgresql93 postgresql94 \
+variant postgresql91 conflicts postgresql92 postgresql93 postgresql94 postgresql95 \
     description {support for PostgreSQL 9.1.x} {
     depends_lib-append      port:postgresql91
     configure.args-append   --with-pgsql=${prefix}/lib/postgresql91
 }
 
-variant postgresql92 conflicts postgresql84 postgresql90 postgresql91 postgresql93 postgresql94 \
+variant postgresql92 conflicts postgresql91 postgresql93 postgresql94 postgresql95 \
     description {support for PostgreSQL 9.2.x} {
     depends_lib-append      port:postgresql92
     configure.args-append   --with-pgsql=${prefix}/lib/postgresql92
 }
 
-variant postgresql93 conflicts postgresql84 postgresql90 postgresql91 postgresql92 postgresql94 \
+variant postgresql93 conflicts postgresql91 postgresql92 postgresql94 postgresql95 \
     description {support for PostgreSQL 9.3.x} {
     depends_lib-append      port:postgresql93
     configure.args-append   --with-pgsql=${prefix}/lib/postgresql93
 }
 
-variant postgresql94 conflicts postgresql84 postgresql90 postgresql91 postgresql92 postgresql93 \
+variant postgresql94 conflicts postgresql91 postgresql92 postgresql93 postgresql95 \
     description {support for PostgreSQL 9.4.x} {
     depends_lib-append      port:postgresql94
     configure.args-append   --with-pgsql=${prefix}/lib/postgresql94
 }
 
-if {![variant_isset postgresql84] && ![variant_isset postgresql90] && ![variant_isset postgresql91] && ![variant_isset postgresql92]  && ![variant_isset postgresql93] && ![variant_isset postgresql94]} {
-    default_variants        +postgresql94
+variant postgresql95 conflicts postgresql91 postgresql92 postgresql93 postgresql94 \
+    description {support for PostgreSQL 9.5.x} {
+    depends_lib-append      port:postgresql95
+    configure.args-append   --with-pgsql=${prefix}/lib/postgresql95
 }
 
+if {![variant_isset postgresql91] && ![variant_isset postgresql92]  && ![variant_isset postgresql93] && ![variant_isset postgresql94] && ![variant_isset postgresql95]} {
+    default_variants        +postgresql95
+}
+
 variant debug description {provide a debug build in case of difficulties} {
     configure.args-append   --enable-debug
 }
 
-variant with_postgresql84 requires postgresql84 description {Legacy compatibility variant} {}
-variant with_postgresql90 requires postgresql90 description {Legacy compatibility variant} {}
 variant with_postgresql91 requires postgresql91 description {Legacy compatibility variant} {}
 variant with_postgresql92 requires postgresql92 description {Legacy compatibility variant} {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160108/9312e321/attachment-0001.html>


More information about the macports-changes mailing list