diff --git a/www/UniversalFeedCreator/Makefile b/www/UniversalFeedCreator/Makefile index 83a3be64765d..6731ce91b4a0 100644 --- a/www/UniversalFeedCreator/Makefile +++ b/www/UniversalFeedCreator/Makefile @@ -1,35 +1,35 @@ # Created by: Dan Langille PORTNAME= UniversalFeedCreator -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.4.1 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= dvl@FreeBSD.org COMMENT= RSS and Atom feed generator by Kai Blankenhorn 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 cf42f25de432..c36e08bd81e8 100644 --- a/www/UniversalFeedCreator/distinfo +++ b/www/UniversalFeedCreator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601126207 -SHA256 (flack-UniversalFeedCreator-v1.8.4_GH0.tar.gz) = 563dae48ea72a269b153d5162ed546fe76ec992299d71e59ca6da8f2e692660a -SIZE (flack-UniversalFeedCreator-v1.8.4_GH0.tar.gz) = 28128 +TIMESTAMP = 1649095563 +SHA256 (flack-UniversalFeedCreator-v1.8.4.1_GH0.tar.gz) = f17758ebb26a1d905c4190dfcb4506a799071ed4e13dd9ba73cfc4d6d05f6198 +SIZE (flack-UniversalFeedCreator-v1.8.4.1_GH0.tar.gz) = 28413 diff --git a/www/UniversalFeedCreator/pkg-plist b/www/UniversalFeedCreator/pkg-plist index bbf2f537f161..ef0bd7af8989 100644 --- a/www/UniversalFeedCreator/pkg-plist +++ b/www/UniversalFeedCreator/pkg-plist @@ -1,33 +1,34 @@ +@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/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/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