Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 20:41:48 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r432290 - in branches/2017Q1/mail/pear-Mail_Queue: . files
Message-ID:  <201701232041.v0NKfmIO013831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Jan 23 20:41:48 2017
New Revision: 432290
URL: https://svnweb.freebsd.org/changeset/ports/432290

Log:
  MFH: r432211
  
  mail/pear-Mail_Queue: overloading isError static mismatch
  
  Since devel/pear was upgraded to 1.10.1, mail/pear-Mail_Queue
  was broken and could not be used, giving the following error:
    PHP Fatal error:  Cannot make static method PEAR::isError() non
    static in class Mail_Queue in /usr/local/share/pear/Mail/Queue.php on line 126
  
  Upstream bug report: http://pear.php.net/bugs/bug.php?id=20976
  
  PR:		215325
  Submitted by:	ml@netfence.it
  Reported by:	ml@netfence.it
  Approved by:	Jochen Neumeister (maintainer), rakuco (mentor)
  
  Approved by:	ports-secteam (feld), rakuco (mentor)

Added:
  branches/2017Q1/mail/pear-Mail_Queue/files/
     - copied from r432211, head/mail/pear-Mail_Queue/files/
Modified:
  branches/2017Q1/mail/pear-Mail_Queue/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/mail/pear-Mail_Queue/Makefile
==============================================================================
--- branches/2017Q1/mail/pear-Mail_Queue/Makefile	Mon Jan 23 20:40:08 2017	(r432289)
+++ branches/2017Q1/mail/pear-Mail_Queue/Makefile	Mon Jan 23 20:41:48 2017	(r432290)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Mail_Queue
 PORTVERSION=	1.2.7
+PORTREVISION=	1
 CATEGORIES=	mail www pear
 
 MAINTAINER=	joneum@bsdproject.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701232041.v0NKfmIO013831>