Hi, The below patch updates sfeed from 1.5 to 1.6:
sfeed has the following small changes compared to 1.5: Changes: * Code cleanups: unused code and refactored the code for reading read items from a plain-text URL file list. * Fix typos in the code and documentation. * Improve clarity of some code comments. * Add setsid example to the README. diff --git www/sfeed/Makefile www/sfeed/Makefile index 8b047494f72..9bdd67e67cc 100644 --- www/sfeed/Makefile +++ www/sfeed/Makefile @@ -1,5 +1,5 @@ COMMENT = RSS/Atom newsreader and formatting programs -DISTNAME = sfeed-1.5 +DISTNAME = sfeed-1.6 CATEGORIES = www HOMEPAGE = https://codemadness.org/sfeed.html diff --git www/sfeed/distinfo www/sfeed/distinfo index 1ce0bde9711..0797f5000aa 100644 --- www/sfeed/distinfo +++ www/sfeed/distinfo @@ -1,2 +1,2 @@ -SHA256 (sfeed-1.5.tar.gz) = CgAkvZWLmwDxt8KVAfFYDjhZMwEC/9daiSL1D/iVX9E= -SIZE (sfeed-1.5.tar.gz) = 65067 +SHA256 (sfeed-1.6.tar.gz) = v9bSTOmGGXJqpBGnoNlpgGrQinPJrcOo0EUI4A7qauo= +SIZE (sfeed-1.6.tar.gz) = 65239 -- Kind regards, Hiltjo