diff --git a/www/UniversalFeedCreator/Makefile b/www/UniversalFeedCreator/Makefile index a590f511c2ff..e6bd64a45874 100644 --- a/www/UniversalFeedCreator/Makefile +++ b/www/UniversalFeedCreator/Makefile @@ -1,34 +1,34 @@ PORTNAME= UniversalFeedCreator -PORTVERSION= 1.8.6 +PORTVERSION= 1.9.0 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/distinfo b/www/UniversalFeedCreator/distinfo index 076d792efbbf..5fd3ef552960 100644 --- a/www/UniversalFeedCreator/distinfo +++ b/www/UniversalFeedCreator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706192246 -SHA256 (flack-UniversalFeedCreator-v1.8.6_GH0.tar.gz) = 53e2588b61014ca71e9d019bc612f48f37db4928c63a9a9c6f824d7554083a00 -SIZE (flack-UniversalFeedCreator-v1.8.6_GH0.tar.gz) = 28018 +TIMESTAMP = 1708626429 +SHA256 (flack-UniversalFeedCreator-v1.9.0_GH0.tar.gz) = 33b9810f3b59ba1f654f6597bb2518cd684f96678ed26d3466b0bfa3f0eeaf4c +SIZE (flack-UniversalFeedCreator-v1.9.0_GH0.tar.gz) = 28756 diff --git a/www/UniversalFeedCreator/pkg-plist b/www/UniversalFeedCreator/pkg-plist index ef0bd7af8989..9b415964b42c 100644 --- a/www/UniversalFeedCreator/pkg-plist +++ b/www/UniversalFeedCreator/pkg-plist @@ -1,34 +1,36 @@ @comment %%DATADIR%%/.github/workflows/php.yml %%DATADIR%%/README.md %%DATADIR%%/LICENSE %%DATADIR%%/composer.json %%DATADIR%%/lib/Creator/AtomCreator03.php %%DATADIR%%/lib/Creator/AtomCreator10.php %%DATADIR%%/lib/Creator/FeedCreator.php %%DATADIR%%/lib/Creator/GPXCreator.php %%DATADIR%%/lib/Creator/HTMLCreator.php %%DATADIR%%/lib/Creator/JSCreator.php +%%DATADIR%%/lib/Creator/JSONCreator.php %%DATADIR%%/lib/Creator/KMLCreator.php %%DATADIR%%/lib/Creator/MBOXCreator.php %%DATADIR%%/lib/Creator/OPMLCreator.php %%DATADIR%%/lib/Creator/PHPCreator.php %%DATADIR%%/lib/Creator/PIECreator01.php %%DATADIR%%/lib/Creator/RSSCreator091.php %%DATADIR%%/lib/Creator/RSSCreator10.php %%DATADIR%%/lib/Creator/RSSCreator20.php %%DATADIR%%/lib/Element/FeedDate.php %%DATADIR%%/lib/Element/FeedHtmlField.php %%DATADIR%%/lib/Element/FeedImage.php %%DATADIR%%/lib/Element/FeedItem.php %%DATADIR%%/lib/Element/HtmlDescribable.php %%DATADIR%%/lib/UniversalFeedCreator.php %%DATADIR%%/lib/constants.php %%DATADIR%%/phpunit.xml.dist %%DATADIR%%/test/Creator/AtomCreator10Test.php +%%DATADIR%%/test/Creator/JSONCreatorTest.php %%DATADIR%%/test/Creator/RSSCreator10Test.php %%DATADIR%%/test/UniversalFeedCreatorTest.php %%DATADIR%%/test/__files/rss091.xml %%DATADIR%%/test/__files/rss091empty.xml %%DATADIR%%/test/__files/rss10empty.xml %%DATADIR%%/test/__files/rss20empty.xml %%DATADIR%%/test/rootfile.php