[96692] trunk/dports/databases

jwa at macports.org jwa at macports.org
Fri Aug 17 09:38:25 PDT 2012


Revision: 96692
          https://trac.macports.org/changeset/96692
Author:   jwa at macports.org
Date:     2012-08-17 09:38:25 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
postgresql83: version bump to 8.3.20, add the uuid-ossp patch the later versions already have for ML

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

Added Paths:
-----------
    trunk/dports/databases/postgresql83/files/postgresql-uuid-ossp.patch

Modified: trunk/dports/databases/postgresql83/Portfile
===================================================================
--- trunk/dports/databases/postgresql83/Portfile	2012-08-17 16:26:35 UTC (rev 96691)
+++ trunk/dports/databases/postgresql83/Portfile	2012-08-17 16:38:25 UTC (rev 96692)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql83
-version			8.3.19
+version			8.3.20
 
 categories		databases
 platforms		darwin
@@ -22,8 +22,8 @@
 			postgresql:source/v${version}/
 distname		postgresql-${version}
 
-checksums           rmd160  1611a009386ba6984689fbbf8663c49d405f864c \
-                    sha256  986f0d4b7edc633be1d210f27dfd1e47d416b642659e568895218466e50b58d5
+checksums           rmd160  bb94bcf21752577f5dd1f5fbf6ec6e88ea1fc420 \
+                    sha256  922b6165dc21739356e22ba4d53e08f3b26cd38d8fb9569d5f8fa6d239611163
 
 use_bzip2		yes
 
@@ -67,6 +67,10 @@
 livecheck.url	${homepage}
 livecheck.regex	(8.3.\[0-9\]+)
 
+platform darwin 12 {
+    patchfiles-append   postgresql-uuid-ossp.patch
+}
+
 set contribs	"adminpack dblink fuzzystrmatch lo oid2name pageinspect pg_buffercache pg_freespacemap pg_standby pg_trgm pgcrypto pgrowlocks pgstattuple tablefunc uuid-ossp vacuumlo"
 
 post-build {

Added: trunk/dports/databases/postgresql83/files/postgresql-uuid-ossp.patch
===================================================================
--- trunk/dports/databases/postgresql83/files/postgresql-uuid-ossp.patch	                        (rev 0)
+++ trunk/dports/databases/postgresql83/files/postgresql-uuid-ossp.patch	2012-08-17 16:38:25 UTC (rev 96692)
@@ -0,0 +1,11 @@
+--- contrib/uuid-ossp/uuid-ossp.c	2012-08-02 01:21:00.000000000 +0300
++++ contrib/uuid-ossp/uuid-ossp.c	2012-08-02 01:22:22.000000000 +0300
+@@ -9,6 +9,8 @@
+  *-------------------------------------------------------------------------
+  */
+ 
++#define _XOPEN_SOURCE
++
+ #include "postgres.h"
+ #include "fmgr.h"
+ #include "utils/builtins.h"

Modified: trunk/dports/databases/postgresql83-doc/Portfile
===================================================================
--- trunk/dports/databases/postgresql83-doc/Portfile	2012-08-17 16:26:35 UTC (rev 96691)
+++ trunk/dports/databases/postgresql83-doc/Portfile	2012-08-17 16:38:25 UTC (rev 96692)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql83-doc
-version			8.3.19
+version			8.3.20
 categories		databases
 platforms		darwin
 maintainers		mww jwa
@@ -20,8 +20,8 @@
 master_sites		postgresql:source/v${version}
 distname		postgresql-${version}
 
-checksums           rmd160  1611a009386ba6984689fbbf8663c49d405f864c \
-                    sha256  986f0d4b7edc633be1d210f27dfd1e47d416b642659e568895218466e50b58d5
+checksums           rmd160  bb94bcf21752577f5dd1f5fbf6ec6e88ea1fc420 \
+                    sha256  922b6165dc21739356e22ba4d53e08f3b26cd38d8fb9569d5f8fa6d239611163
 
 use_bzip2		yes
 dist_subdir		postgresql83

Modified: trunk/dports/databases/postgresql83-server/Portfile
===================================================================
--- trunk/dports/databases/postgresql83-server/Portfile	2012-08-17 16:26:35 UTC (rev 96691)
+++ trunk/dports/databases/postgresql83-server/Portfile	2012-08-17 16:38:25 UTC (rev 96692)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql83-server
-version			8.3.19
+version			8.3.20
 categories		databases
 platforms		darwin
 maintainers		mww jwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/21f2b293/attachment-0001.html>


More information about the macports-changes mailing list