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

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 20 11:14:39 PST 2006


Revision: 20713
          http://trac.macosforge.org/projects/macports/changeset/20713
Author:   jwa at macports.org
Date:     2006-11-20 11:14:38 -0800 (Mon, 20 Nov 2006)

Log Message:
-----------
version to 1.6.0. NB! Installs to /Applications/MacPorts

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

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2006-11-20 18:56:57 UTC (rev 20712)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2006-11-20 19:14:38 UTC (rev 20713)
@@ -2,10 +2,12 @@
 
 PortSystem 1.0
 name		pgAdmin3
-version		1.4.3
+version		1.6.0
 revision	0
 categories	aqua
-maintainers	jyrki.wahlstedt at hut.fi
+maintainers	jwa at macports.org
+#maintainers	jyrki.wahlstedt at wahlstedt.fi
+
 description	"An administration program to PostgreSQL"
 long_description "pgAdmin III is a powerful administration and development\
 		platform for the PostgreSQL database, free for any use. The\
@@ -19,11 +21,13 @@
 
 distname	pgadmin3-${portversion}
 
-checksums	${distname}${extract.suffix} md5 28388816f867cd8723a4c0a460cf26b4
+checksums	${distname}${extract.suffix} sha1 dfb41a58874ae1165251322efded23ad704e7dec
 
-depends_lib	port:postgresql81\
-		port:wxWidgets\
-		port:openssl
+depends_lib	port:postgresql81 \
+		port:wxWidgets-devel \
+		port:openssl \
+		port:libxml2 \
+		port:libxslt
 
 post-extract {
 	file mkdir ${worksrcpath}/postgresql81
@@ -32,12 +36,17 @@
 	file link ${worksrcpath}/postgresql81/bin ${prefix}/lib/postgresql81/bin
 }
 
-configure.args	--with-pgsql=${worksrcpath}/postgresql81 --with-wx=${prefix} --enable-appbundle
+configure.args	--with-pgsql=${worksrcpath}/postgresql81 \
+		--with-wx=${prefix} \
+		--with-wx-version=2.8 \
+		--with-libxml2=${prefix} \
+		--with-libxslt=${prefix} \
+		--enable-appbundle
 
 build.target	all install
 
 destroot {
-	xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts
-	file copy ${worksrcpath}/${name}.app ${destroot}/Applications/Ports/${name}.app
+	xinstall -d -m 0755 ${destroot}/Applications/MacPorts
+	file copy ${worksrcpath}/${name}.app ${destroot}/Applications/MacPorts/${name}.app
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061120/4cc40059/attachment.html


More information about the macports-changes mailing list