aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pear-Mail_Queue
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
commit8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch)
tree8ec8a8ad03e47a7286399402357b1c326bf89c9d /mail/pear-Mail_Queue
parentccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff)
parent39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff)
downloadfreebsd-ports-gnome-mate-1.16.tar.gz
freebsd-ports-gnome-mate-1.16.tar.zst
freebsd-ports-gnome-mate-1.16.zip
Merge branch 'master' into mate-1.16mate-1.16
Diffstat (limited to 'mail/pear-Mail_Queue')
-rw-r--r--mail/pear-Mail_Queue/Makefile1
-rw-r--r--mail/pear-Mail_Queue/files/patch-Mail_Queue.php11
-rw-r--r--mail/pear-Mail_Queue/pkg-descr2
3 files changed, 13 insertions, 1 deletions
diff --git a/mail/pear-Mail_Queue/Makefile b/mail/pear-Mail_Queue/Makefile
index 4db3ed9f2ca5..6efd5650b7c0 100644
--- a/mail/pear-Mail_Queue/Makefile
+++ b/mail/pear-Mail_Queue/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Mail_Queue
PORTVERSION= 1.2.7
+PORTREVISION= 1
CATEGORIES= mail www pear
MAINTAINER= joneum@bsdproject.de
diff --git a/mail/pear-Mail_Queue/files/patch-Mail_Queue.php b/mail/pear-Mail_Queue/files/patch-Mail_Queue.php
new file mode 100644
index 000000000000..5c79af2293f4
--- /dev/null
+++ b/mail/pear-Mail_Queue/files/patch-Mail_Queue.php
@@ -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'));
+ }
diff --git a/mail/pear-Mail_Queue/pkg-descr b/mail/pear-Mail_Queue/pkg-descr
index 8eb8346914f4..225315ae16bd 100644
--- a/mail/pear-Mail_Queue/pkg-descr
+++ b/mail/pear-Mail_Queue/pkg-descr
@@ -8,4 +8,4 @@ waiting to be fed to the MTA (Mail Transport Agent),
and sends them later (e.g. a certain amount of mails
every few minutes) by crontab or in other way.
-WWW: http://pear.php.net/package/Mail_Queue/
+WWW: https://pear.php.net/package/Mail_Queue