Date: Fri, 27 Sep 2013 14:15:09 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328471 - in head: databases/php55-pgsql/files lang/php55 Message-ID: <201309271415.r8REF9KJ024123@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Fri Sep 27 14:15:09 2013 New Revision: 328471 URL: http://svnweb.freebsd.org/changeset/ports/328471 Log: Update to 5.5.4 release. PR: ports/182242 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Modified: head/databases/php55-pgsql/files/patch-pgsql.c head/lang/php55/Makefile head/lang/php55/distinfo Modified: head/databases/php55-pgsql/files/patch-pgsql.c ============================================================================== --- head/databases/php55-pgsql/files/patch-pgsql.c Fri Sep 27 14:12:51 2013 (r328470) +++ head/databases/php55-pgsql/files/patch-pgsql.c Fri Sep 27 14:15:09 2013 (r328471) @@ -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/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Fri Sep 27 14:12:51 2013 (r328470) +++ head/lang/php55/Makefile Fri Sep 27 14:15:09 2013 (r328471) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.3 +PORTVERSION= 5.5.4 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Fri Sep 27 14:12:51 2013 (r328470) +++ head/lang/php55/distinfo Fri Sep 27 14:15:09 2013 (r328471) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.3.tar.bz2) = 93080dd06dff7c4e54254f4bd6910e7cc4049d6226e6ac4c9bc52c16ebd5939a -SIZE (php-5.5.3.tar.bz2) = 12030241 +SHA256 (php-5.5.4.tar.bz2) = 49f87e8cf0bbec53a6e7f1c8ab132fcec37bb09990404c7c959f81dfb1637439 +SIZE (php-5.5.4.tar.bz2) = 12047184 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271415.r8REF9KJ024123>