Date: Tue, 16 Jan 2024 16:44:41 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 03e3b84f6900 - main - www/UniversalFeedCreator: patch for PHP83 Message-ID: <202401161644.40GGifFn070354@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=03e3b84f6900d4443b050451e8c663d8f37f5fb9 commit 03e3b84f6900d4443b050451e8c663d8f37f5fb9 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-01-16 16:43:43 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-01-16 16:44:36 +0000 www/UniversalFeedCreator: patch for PHP83 patches have been sent upstream via: https://github.com/flack/UniversalFeedCreator/issues/16 --- www/UniversalFeedCreator/Makefile | 1 + .../files/patch-lib_Creator_FeedCreator.php | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/www/UniversalFeedCreator/Makefile b/www/UniversalFeedCreator/Makefile index 981b578a9ce1..fce88b748168 100644 --- a/www/UniversalFeedCreator/Makefile +++ b/www/UniversalFeedCreator/Makefile @@ -1,5 +1,6 @@ PORTNAME= UniversalFeedCreator PORTVERSION= 1.8.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/UniversalFeedCreator/files/patch-lib_Creator_FeedCreator.php b/www/UniversalFeedCreator/files/patch-lib_Creator_FeedCreator.php new file mode 100644 index 000000000000..ab3672c7f6c9 --- /dev/null +++ b/www/UniversalFeedCreator/files/patch-lib_Creator_FeedCreator.php @@ -0,0 +1,12 @@ +--- lib/Creator/FeedCreator.php.orig 2023-04-17 12:24:35 UTC ++++ lib/Creator/FeedCreator.php +@@ -52,6 +52,9 @@ abstract class FeedCreator extends HtmlDescribable + */ + protected $encoding = "UTF-8"; //"ISO-8859-1"; + ++ protected $_timeout; # lib/Creator/FeedCreator.php line 238 ++ protected $truncSize; # lib/Creator/PIECreator01.php line 29 ++ + /** + * Any additional elements to include as an associated array. All $key => $value pairs + * will be included unencoded in the feed in the form
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401161644.40GGifFn070354>