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

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 10 01:46:08 PDT 2007


Revision: 29800
          http://trac.macosforge.org/projects/macports/changeset/29800
Author:   jwa at macports.org
Date:     2007-10-10 01:46:07 -0700 (Wed, 10 Oct 2007)

Log Message:
-----------
version bump to 1.8.0-rc1, add debug variant, remove adding postgresql directories in the build structure

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

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2007-10-10 08:38:29 UTC (rev 29799)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2007-10-10 08:46:07 UTC (rev 29800)
@@ -2,17 +2,17 @@
 
 PortSystem 1.0
 name		pgAdmin3
-version		1.6.3
+version		1.8.0-rc1
 
 categories	aqua
 maintainers	jwa
-#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\
-    application works on several platforms (GNU/Linux, FreeBSD,\
-						OS X and Windows 2000/XP). This port is for OS X.
+long_description pgAdmin III is a powerful administration and development \
+    platform for the PostgreSQL database, free for any use. The \
+    application works on several platforms, e.g. GNU/Linux, FreeBSD, \
+    OS X and Windows 2000/XP. This port is for OS X.
+
 platforms	macosx
 homepage	http://www.pgadmin.org/
 
@@ -21,7 +21,8 @@
 
 distname	pgadmin3-${version}
 
-checksums	${distname}${extract.suffix} sha1 3c56fbbec37a6d4ef5def0c1c0f775b177d4805d
+checksums	${distname}${extract.suffix} \
+    sha1 15fc1e53581322cef174f1e6360f4e7a9b956d8f
 
 depends_lib	port:postgresql82 \
     port:wxWidgets \
@@ -29,14 +30,7 @@
     port:libxml2 \
     port:libxslt
 
-post-extract {
-    file mkdir ${worksrcpath}/postgresql82
-    file link ${worksrcpath}/postgresql82/lib ${prefix}/lib/postgresql82
-    file link ${worksrcpath}/postgresql82/include ${prefix}/include/postgresql82
-    file link ${worksrcpath}/postgresql82/bin ${prefix}/lib/postgresql82/bin
-}
-
-configure.args	--with-pgsql=${worksrcpath}/postgresql82 \
+configure.args	--with-pgsql=${prefix}/lib/postgresql82 \
     --with-wx=${prefix} \
     --with-wx-version=2.8 \
     --with-libxml2=${prefix} \
@@ -45,11 +39,16 @@
 
 build.target	all install
 
+#destroot.violate_mtree	yes
 destroot {
     xinstall -d -m 0755 ${destroot}/Applications/MacPorts
     file copy ${worksrcpath}/${name}.app ${destroot}/Applications/MacPorts/${name}.app
 }
 
+variant debug {
+    configure.args-append	--enable-debug
+}
+
 livecheck.check	regex
 livecheck.url	${homepage}
 livecheck.regex	pgAdmin III v(1.\[0-9\]+.\[0-9\]+)

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


More information about the macports-changes mailing list