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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 03:10:29 PDT 2007


Revision: 26558
          http://trac.macosforge.org/projects/macports/changeset/26558
Author:   jwa at macports.org
Date:     2007-06-28 03:10:29 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
adding livecheck, whitespace changes

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

Modified: trunk/dports/aqua/pgAdmin3/Portfile
===================================================================
--- trunk/dports/aqua/pgAdmin3/Portfile	2007-06-28 09:35:46 UTC (rev 26557)
+++ trunk/dports/aqua/pgAdmin3/Portfile	2007-06-28 10:10:29 UTC (rev 26558)
@@ -10,43 +10,46 @@
 
 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.
+    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.
 platforms	macosx
 homepage	http://www.pgadmin.org/
 
 master_sites	http://developer.pgadmin.org/ftp/release/v${version}/src/ \
-		http://www.postgresql.org/ftp/pgadmin3/release/v${version}/src/
+    http://www.postgresql.org/ftp/pgadmin3/release/v${version}/src/
 
 distname	pgadmin3-${version}
 
 checksums	${distname}${extract.suffix} sha1 3c56fbbec37a6d4ef5def0c1c0f775b177d4805d
 
 depends_lib	port:postgresql82 \
-		port:wxWidgets \
-		port:openssl \
-		port:libxml2 \
-		port:libxslt
+    port:wxWidgets \
+    port:openssl \
+    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
+    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 \
-		--with-wx=${prefix} \
-		--with-wx-version=2.8 \
-		--with-libxml2=${prefix} \
-		--with-libxslt=${prefix} \
-		--enable-appbundle
+    --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/MacPorts
-	file copy ${worksrcpath}/${name}.app ${destroot}/Applications/MacPorts/${name}.app
+    xinstall -d -m 0755 ${destroot}/Applications/MacPorts
+    file copy ${worksrcpath}/${name}.app ${destroot}/Applications/MacPorts/${name}.app
 }
 
+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/20070628/9d2e92a7/attachment.html


More information about the macports-changes mailing list