svn commit: r328470 - in head: databases/php5-pgsql/files lang/php5

Alex Dupre ale at FreeBSD.org
Fri Sep 27 14:12:52 UTC 2013


Author: ale
Date: Fri Sep 27 14:12:51 2013
New Revision: 328470
URL: http://svnweb.freebsd.org/changeset/ports/328470

Log:
  Update to 5.4.20 release.
  
  PR:		ports/182292
  Submitted by:	Rustem Alimov <rustem.alimov at gmail.com>

Modified:
  head/databases/php5-pgsql/files/patch-pgsql.c
  head/lang/php5/Makefile
  head/lang/php5/distinfo

Modified: head/databases/php5-pgsql/files/patch-pgsql.c
==============================================================================
--- head/databases/php5-pgsql/files/patch-pgsql.c	Fri Sep 27 13:58:07 2013	(r328469)
+++ head/databases/php5-pgsql/files/patch-pgsql.c	Fri Sep 27 14:12:51 2013	(r328470)
@@ -1,24 +1,5 @@
 --- pgsql.c.orig	2010-01-03 10:23:27.000000000 +0100
 +++ pgsql.c	2010-03-08 11:00:26.000000000 +0100
-@@ -63,6 +63,7 @@
- #define PGSQL_MAX_LENGTH_OF_LONG   30
- #define PGSQL_MAX_LENGTH_OF_DOUBLE 60
- 
-+#if UINT_MAX > LONG_MAX
- #define PGSQL_RETURN_OID(oid) do { \
- 	if (oid > LONG_MAX) { \
- 		smart_str s = {0}; \
-@@ -72,7 +73,9 @@
- 	} \
- 	RETURN_LONG((long)oid); \
- } while(0)
--
-+#else
-+#define PGSQL_RETURN_OID(oid) RETURN_LONG((long)oid)
-+#endif
- 
- #if HAVE_PQSETNONBLOCKING
- #define PQ_SETNONBLOCKING(pg_link, flag) PQsetnonblocking(pg_link, flag)
 @@ -728,7 +731,7 @@
  static int le_link, le_plink, le_result, le_lofp, le_string;
  

Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile	Fri Sep 27 13:58:07 2013	(r328469)
+++ head/lang/php5/Makefile	Fri Sep 27 14:12:51 2013	(r328470)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php5
-PORTVERSION=	5.4.19
+PORTVERSION=	5.4.20
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}

Modified: head/lang/php5/distinfo
==============================================================================
--- head/lang/php5/distinfo	Fri Sep 27 13:58:07 2013	(r328469)
+++ head/lang/php5/distinfo	Fri Sep 27 14:12:51 2013	(r328470)
@@ -1,4 +1,4 @@
-SHA256 (php-5.4.19.tar.bz2) = 7a565360e64c5be5102ef948e7c732778a40850e709270e64be7a3a3207c029b
-SIZE (php-5.4.19.tar.bz2) = 11692563
+SHA256 (php-5.4.20.tar.bz2) = cd0e42cf8b01b2fe23d5acbb30e04d64e8df21b0b4093e28aef36743646759e1
+SIZE (php-5.4.20.tar.bz2) = 11700446
 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344
 SIZE (php-5.4.x-mail-header.patch) = 3379


More information about the svn-ports-head mailing list