[117254] trunk/dports/databases

jwa at macports.org jwa at macports.org
Thu Feb 20 10:55:16 PST 2014


Revision: 117254
          https://trac.macports.org/changeset/117254
Author:   jwa at macports.org
Date:     2014-02-20 10:55:16 -0800 (Thu, 20 Feb 2014)
Log Message:
-----------
postgresql92: version bump to 9.2.7, building all contribs in

Modified Paths:
--------------
    trunk/dports/databases/postgresql92/Portfile
    trunk/dports/databases/postgresql92-doc/Portfile
    trunk/dports/databases/postgresql92-server/Portfile

Modified: trunk/dports/databases/postgresql92/Portfile
===================================================================
--- trunk/dports/databases/postgresql92/Portfile	2014-02-20 18:50:55 UTC (rev 117253)
+++ trunk/dports/databases/postgresql92/Portfile	2014-02-20 18:55:16 UTC (rev 117254)
@@ -6,7 +6,7 @@
 PortGroup compiler_blacklist_versions 1.0
 
 name			postgresql92
-version			9.2.6
+version			9.2.7
 
 categories		databases
 platforms		darwin
@@ -24,8 +24,8 @@
 			postgresql:source/v${version}/
 distname		postgresql-${version}
 
-checksums           rmd160  7a74773af202730f4848ef82de333c5c18deb501 \
-                    sha256  4ba98053a66e5678af93dbc2956e8b04623f759e174f48940c41f4251cf0f886
+checksums           rmd160  a7dca6b283a74764402f215085d01892dff02980 \
+                    sha256  83c042c3f61c69b176d3e4344e59104f844bc8b8628dad2bb9022a64cf5afe86
 
 use_bzip2		yes
 
@@ -94,7 +94,17 @@
     patchfiles-append   postgresql-uuid-ossp.patch
 }
 
-set contribs	"adminpack auto_explain dblink file_fdw fuzzystrmatch hstore lo ltree oid2name pageinspect pg_archivecleanup pg_buffercache pg_freespacemap pg_standby pg_stat_statements pg_trgm pg_upgrade pg_upgrade_support pgcrypto pgrowlocks pgstattuple tablefunc uuid-ossp vacuumlo"
+
+# prepare the contrib modules
+# remove a Linux-specific contrib before continuing
+file delete -force ${worksrcpath}/contrib/sepgsql
+set contribdirs [glob -nocomplain -type d ${worksrcpath}/contrib/*]
+set contribs ""
+foreach d [lsort $contribdirs] {
+    if { [file exists $d/Makefile] } {
+        lappend contribs [file tail $d]
+    }
+}
                             
 post-build {
 	foreach contrib ${contribs} {

Modified: trunk/dports/databases/postgresql92-doc/Portfile
===================================================================
--- trunk/dports/databases/postgresql92-doc/Portfile	2014-02-20 18:50:55 UTC (rev 117253)
+++ trunk/dports/databases/postgresql92-doc/Portfile	2014-02-20 18:55:16 UTC (rev 117254)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql92-doc
-version			9.2.6
+version			9.2.7
 categories		databases
 platforms		darwin
 maintainers		mww jwa
@@ -20,8 +20,8 @@
 master_sites		postgresql:source/v${version}
 distname		postgresql-${version}
 
-checksums           rmd160  7a74773af202730f4848ef82de333c5c18deb501 \
-                    sha256  4ba98053a66e5678af93dbc2956e8b04623f759e174f48940c41f4251cf0f886
+checksums           rmd160  a7dca6b283a74764402f215085d01892dff02980 \
+                    sha256  83c042c3f61c69b176d3e4344e59104f844bc8b8628dad2bb9022a64cf5afe86
 
 use_bzip2		yes
 dist_subdir		postgresql92

Modified: trunk/dports/databases/postgresql92-server/Portfile
===================================================================
--- trunk/dports/databases/postgresql92-server/Portfile	2014-02-20 18:50:55 UTC (rev 117253)
+++ trunk/dports/databases/postgresql92-server/Portfile	2014-02-20 18:55:16 UTC (rev 117254)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql92-server
-version			9.2.6
+version			9.2.7
 categories		databases
 platforms		darwin
 maintainers		mww jwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140220/db40df54/attachment.html>


More information about the macports-changes mailing list