svn commit: r432290 - in branches/2017Q1/mail/pear-Mail_Queue: . files

Tobias C. Berner tcberner at FreeBSD.org
Mon Jan 23 20:41:49 UTC 2017


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 at netfence.it
  Reported by:	ml at 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 at bsdproject.de


More information about the svn-ports-all mailing list