diff --git a/www/UniversalFeedCreator/Makefile b/www/UniversalFeedCreator/Makefile index 981b578a9ce1..fce88b748168 100644 --- a/www/UniversalFeedCreator/Makefile +++ b/www/UniversalFeedCreator/Makefile @@ -1,34 +1,35 @@ PORTNAME= UniversalFeedCreator PORTVERSION= 1.8.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= dvl@FreeBSD.org COMMENT= RSS and Atom feed generator by Kai Blankenhorn WWW= https://github.com/flack/UniversalFeedCreator LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php USE_GITHUB= yes GH_ACCOUNT= flack NO_BUILD= YES DOTFILES= .editorconfig .gitattributes .gitignore .travis.yml .include do-install: ${MKDIR} ${STAGEDIR}/${DATADIR} # install everything +x, because it's easier @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}) .for _dot in ${DOTFILES} ${RM} ${STAGEDIR}/${DATADIR}/${_dot} .endfor .include 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