Index: branches/2017Q1/mail/pear-Mail_Queue/Makefile =================================================================== --- branches/2017Q1/mail/pear-Mail_Queue/Makefile (revision 432289) +++ branches/2017Q1/mail/pear-Mail_Queue/Makefile (revision 432290) @@ -1,27 +1,28 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= Mail_Queue PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= mail www pear MAINTAINER= joneum@bsdproject.de COMMENT= PEAR class for put mails in queue and send them later in background BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime RUN_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime USES= pear OPTIONS_DEFINE= PEAR_DB PEAR_MDB PEAR_MDB2 PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_DB_RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB PEAR_MDB_RUN_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB PEAR_MDB2_RUN_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2 .include Index: branches/2017Q1/mail/pear-Mail_Queue/files/patch-Mail_Queue.php =================================================================== --- branches/2017Q1/mail/pear-Mail_Queue/files/patch-Mail_Queue.php (nonexistent) +++ branches/2017Q1/mail/pear-Mail_Queue/files/patch-Mail_Queue.php (revision 432290) @@ -0,0 +1,11 @@ +--- Mail/Queue.php.orig 2016-12-15 17:08:51 UTC ++++ Mail/Queue.php +@@ -587,7 +587,7 @@ class Mail_Queue extends PEAR + * @return boolean whether $value is an MAILQUEUE_ERROR + * @access public + */ +- function isError($value) ++ static function isError($value) + { + return (is_object($value) && is_a($value, 'pear_error')); + } Property changes on: branches/2017Q1/mail/pear-Mail_Queue/files/patch-Mail_Queue.php ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 432289) +++ branches/2017Q1 (revision 432290) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r432211