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

jwa at macports.org jwa at macports.org
Fri Jul 3 12:24:26 PDT 2009


Revision: 53336
          http://trac.macports.org/changeset/53336
Author:   jwa at macports.org
Date:     2009-07-03 12:24:24 -0700 (Fri, 03 Jul 2009)
Log Message:
-----------
pgAdmin3 1.10 final version, added postgresql84 as default, fixed livecheck

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

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2009-07-03 18:55:38 UTC (rev 53335)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2009-07-03 19:24:24 UTC (rev 53336)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		pgAdmin3
-version		1.10.0-rc1
+version		1.10.0
 
 categories	aqua
 maintainers	jwa
@@ -22,17 +22,17 @@
 
 distname	pgadmin3-${version}
 
-checksums           md5     85655e2bdc6d01873d6d67357e2f5605 \
-                    sha1    ce0f67bec5382350a1a337220476797bfd32b8c4 \
-                    rmd160  f23d22f5b2f5f8286886d762d49d5cb3aff6d6eb
+checksums           md5     3f2032c78657e3db4e0719613751060c \
+                    sha1    1ad2b46d6859371eadd0f1b4bb200d042e8f39c2 \
+                    rmd160  1530e0b614b37a5feac9bbe61c7c95657a3c8a5b
 
-depends_lib	port:postgresql83 \
+depends_lib	port:postgresql84 \
     port:wxWidgets \
     port:openssl \
     port:libxml2 \
     port:libxslt
 
-configure.args	--with-pgsql=${prefix}/lib/postgresql83 \
+configure.args	--with-pgsql=${prefix}/lib/postgresql84 \
     --with-wx=${prefix} \
     --with-wx-version=2.8 \
     --with-libxml2=${prefix} \
@@ -47,18 +47,26 @@
     file copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}/${name}.app
 }
 
-variant with_postgresql82 \
+variant with_postgresql82 conflicts with_postgresql83 \
     description {support for PostgreSQL 8.2.x} {
-	depends_lib-delete	port:postgresql83
-	depends_lib-delete	--with-pgsql=${prefix}/lib/postgresql83
+	depends_lib-delete	port:postgresql84
+	depends_lib-delete	--with-pgsql=${prefix}/lib/postgresql84
 	depends_lib-append	port:postgresql82
 	configure.args-append	--with-pgsql=${prefix}/lib/postgresql82
 }
 
+variant with_postgresql83 conflicts with_postgresql82 \
+    description {support for PostgreSQL 8.3.x} {
+	depends_lib-delete	port:postgresql84
+	depends_lib-delete	--with-pgsql=${prefix}/lib/postgresql84
+	depends_lib-append	port:postgresql83
+	configure.args-append	--with-pgsql=${prefix}/lib/postgresql83
+}
+
 variant debug description {provide a debug build in case of difficulties} {
     configure.args-append	--enable-debug
 }
 
 livecheck.check	regex
 livecheck.url	${homepage}
-livecheck.regex	pgAdmin III v(1.\[0-9\]+.\[0-9\]+)
+livecheck.regex	pgAdmin v(1\\.\[0-9\]+\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090703/91a11174/attachment.html>


More information about the macports-changes mailing list