[56229] trunk/dports/databases
mww at macports.org
mww at macports.org
Tue Aug 25 05:44:54 PDT 2009
Revision: 56229
http://trac.macports.org/changeset/56229
Author: mww at macports.org
Date: 2009-08-25 05:44:50 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
new port: postgresql85(-doc) ALPHA release of PostgreSQL 8.5
Modified Paths:
--------------
trunk/dports/databases/postgresql85/Portfile
trunk/dports/databases/postgresql85-doc/Portfile
Added Paths:
-----------
trunk/dports/databases/postgresql85/
trunk/dports/databases/postgresql85-doc/
Modified: trunk/dports/databases/postgresql85/Portfile
===================================================================
--- trunk/dports/databases/postgresql84/Portfile 2009-08-25 11:05:29 UTC (rev 56227)
+++ trunk/dports/databases/postgresql85/Portfile 2009-08-25 12:44:50 UTC (rev 56229)
@@ -2,12 +2,12 @@
PortSystem 1.0
-name postgresql84
-version 8.4.0
+name postgresql85
+version 8.5alpha1
categories databases
platforms darwin
maintainers mww jwa
-description The most advanced open-source database available anywhere.
+description The most advanced open-source database available anywhere. ALPHA release!
long_description PostgreSQL is Object-Relational Database Management System. \
It supports almost all SQL constructs, including transactions, \
subselects, and user-defined types and functions. Write-ahead \
@@ -15,15 +15,15 @@
integrity.
homepage http://www.postgresql.org/
-master_sites http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v${version}/ \
- postgresql:source/v${version}/
+master_sites http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/${version}/ \
+ postgresql:source/${version}/
distname postgresql-${version}
-checksums md5 1f172d5f60326e972837f58fa5acd130 \
- sha1 7a4776155049b8343f3b3b2e071002bb9db47f44 \
- rmd160 7b0a3b6d6c6c67479a1de2d8a3efb3a27e50fe2e
+checksums md5 7a4d4885fa7cb58f5f09be459b01f26a \
+ sha1 a1d5c56ea3a0c4a626de45dba3f590a0f57528df \
+ rmd160 4cff9e138177c03580a1bc915b7ea6b557bad0d4
-use_bzip2 yes
+use_bzip2 no
depends_lib port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid
depends_build port:bison
@@ -59,7 +59,7 @@
livecheck.check regex
livecheck.url ${homepage}
-livecheck.regex (8\\.4\\.\[0-9\]+)
+livecheck.regex (8\\.5\\.\[0-9\]+)
set contribs "adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2"
@@ -75,8 +75,8 @@
system "cd ${worksrcpath}/contrib/${contrib}/ && \
${destroot.cmd} install ${destroot.destdir} && touch DONE"
}
- system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql84"
- file delete -force ${destroot}${prefix}/share/doc/${name} \
+ system "cd ${destroot}${prefix}/bin && ln -sf ${libdir}/bin/psql psql85"
+ file delete -force ${destroot}${prefix}/share/doc/ \
${destroot}${prefix}/share/man
}
@@ -102,6 +102,6 @@
}
post-install {
- ui_msg "\nTo use the postgresql server, install the postgresql84-server port"
+ ui_msg "\nTo use the postgresql server, install the postgresql85-server port"
}
Modified: trunk/dports/databases/postgresql85-doc/Portfile
===================================================================
--- trunk/dports/databases/postgresql84-doc/Portfile 2009-08-25 11:05:29 UTC (rev 56227)
+++ trunk/dports/databases/postgresql85-doc/Portfile 2009-08-25 12:44:50 UTC (rev 56229)
@@ -2,12 +2,12 @@
PortSystem 1.0
-name postgresql84-doc
-version 8.4.0
+name postgresql85-doc
+version 8.5alpha1
categories databases
platforms darwin
maintainers mww jwa
-description Documentation for the postgresql database
+description Documentation for the postgresql database ALPHA release.
long_description PostgreSQL is Object-Relational Database Management System. \
It supports almost all SQL constructs, including transactions, \
subselects, and user-defined types and functions. Write-ahead \
@@ -15,19 +15,19 @@
integrity. This is the documentation.
homepage http://www.postgresql.org/
-master_sites postgresql:source/v${version}
+master_sites postgresql:source/${version}
distname postgresql-${version}
-checksums md5 1f172d5f60326e972837f58fa5acd130 \
- sha1 7a4776155049b8343f3b3b2e071002bb9db47f44 \
- rmd160 7b0a3b6d6c6c67479a1de2d8a3efb3a27e50fe2e
+checksums md5 7a4d4885fa7cb58f5f09be459b01f26a \
+ sha1 a1d5c56ea3a0c4a626de45dba3f590a0f57528df \
+ rmd160 4cff9e138177c03580a1bc915b7ea6b557bad0d4
-use_bzip2 yes
-dist_subdir postgresql84
+use_bzip2 no
+dist_subdir postgresql85
-set libdir ${prefix}/lib/postgresql84
+set libdir ${prefix}/lib/postgresql85
configure.args --mandir=${prefix}/share/man \
- --with-docdir=${prefix}/share/doc/postgresql84 \
+ --with-docdir=${prefix}/share/doc/postgresql85 \
--without-openssl \
--without-rendezvous \
--without-readline \
@@ -39,7 +39,12 @@
destroot.dir ${build.dir}
+post-destroot {
+ file rename ${destroot}${prefix}/share/doc/postgresql \
+ ${destroot}${prefix}/share/doc/postgresql85
+}
+
livecheck.check regex
livecheck.url ${homepage}
-livecheck.regex (8\\.4\\.\[0-9\]+)
+livecheck.regex (8\\.5\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/506eaecc/attachment-0001.html>
More information about the macports-changes
mailing list