git: 05017bdaa43b - main - www/UniversalFeedCreator: Update to 1.8.6

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Fri, 26 Jan 2024 17:33:30 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05017bdaa43b0578eafe1fff539859e9f5ebc65b

commit 05017bdaa43b0578eafe1fff539859e9f5ebc65b
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-01-25 14:38:02 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-01-26 17:33:26 +0000

    www/UniversalFeedCreator: Update to 1.8.6
    
    This update implements the patches sent upstream.
    
    While here:
    * add more to pkg-desc (thanks portlint)
    * reformat a comment (thanks portfmt)
---
 www/UniversalFeedCreator/Makefile                          |  5 ++---
 www/UniversalFeedCreator/distinfo                          |  6 +++---
 .../files/patch-lib_Creator_FeedCreator.php                | 12 ------------
 www/UniversalFeedCreator/pkg-descr                         | 14 ++++++++++++++
 4 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/www/UniversalFeedCreator/Makefile b/www/UniversalFeedCreator/Makefile
index fce88b748168..a590f511c2ff 100644
--- a/www/UniversalFeedCreator/Makefile
+++ b/www/UniversalFeedCreator/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	UniversalFeedCreator
-PORTVERSION=	1.8.5
-PORTREVISION=	1
+PORTVERSION=	1.8.6
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
@@ -25,7 +24,7 @@ DOTFILES=	.editorconfig .gitattributes .gitignore .travis.yml
 do-install:
 	${MKDIR} ${STAGEDIR}/${DATADIR}
 
-	# install everything +x, because it's easier
+# install everything +x, because it's easier
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR})
 
 .for _dot in ${DOTFILES}
diff --git a/www/UniversalFeedCreator/distinfo b/www/UniversalFeedCreator/distinfo
index c124dafbb3c7..076d792efbbf 100644
--- a/www/UniversalFeedCreator/distinfo
+++ b/www/UniversalFeedCreator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685102909
-SHA256 (flack-UniversalFeedCreator-v1.8.5_GH0.tar.gz) = 138392836b7ce5f7bb0f08de463f3a102902d0828c3dfefec636b33b90542f98
-SIZE (flack-UniversalFeedCreator-v1.8.5_GH0.tar.gz) = 28004
+TIMESTAMP = 1706192246
+SHA256 (flack-UniversalFeedCreator-v1.8.6_GH0.tar.gz) = 53e2588b61014ca71e9d019bc612f48f37db4928c63a9a9c6f824d7554083a00
+SIZE (flack-UniversalFeedCreator-v1.8.6_GH0.tar.gz) = 28018
diff --git a/www/UniversalFeedCreator/files/patch-lib_Creator_FeedCreator.php b/www/UniversalFeedCreator/files/patch-lib_Creator_FeedCreator.php
deleted file mode 100644
index ab3672c7f6c9..000000000000
--- a/www/UniversalFeedCreator/files/patch-lib_Creator_FeedCreator.php
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
diff --git a/www/UniversalFeedCreator/pkg-descr b/www/UniversalFeedCreator/pkg-descr
index 66c295081274..e2d8d95bd019 100644
--- a/www/UniversalFeedCreator/pkg-descr
+++ b/www/UniversalFeedCreator/pkg-descr
@@ -1 +1,15 @@
 RSS and Atom feed generator by Kai Blankenhorn
+
+Supported formats:
+
+* RSS0.91
+* RSS1.0
+* RSS2.0
+* PIE0.1 (deprecated)
+* MBOX
+* OPML
+* ATOM
+* ATOM0.3
+* HTML
+* JS
+* PHP