From owner-svn-ports-all@FreeBSD.ORG Fri Sep 27 14:15:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 793E0DB9; Fri, 27 Sep 2013 14:15:10 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D0B9245B; Fri, 27 Sep 2013 14:15:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8REFAxJ024126; Fri, 27 Sep 2013 14:15:10 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8REF9KJ024123; Fri, 27 Sep 2013 14:15:09 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201309271415.r8REF9KJ024123@svn.freebsd.org> From: Alex Dupre Date: Fri, 27 Sep 2013 14:15:09 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 14:15:10 -0000 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 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