Skip to content

Commit

Permalink
www/UniversalFeedCreator: Update to 1.8.6
Browse files Browse the repository at this point in the history
This update implements the patches sent upstream.

While here:
* add more to pkg-desc (thanks portlint)
* reformat a comment (thanks portfmt)
  • Loading branch information
dlangille committed Jan 26, 2024
1 parent 026c069 commit 05017bd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
5 changes: 2 additions & 3 deletions www/UniversalFeedCreator/Makefile
@@ -1,6 +1,5 @@
PORTNAME= UniversalFeedCreator
PORTVERSION= 1.8.5
PORTREVISION= 1
PORTVERSION= 1.8.6
DISTVERSIONPREFIX= v
CATEGORIES= www

Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions 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
12 changes: 0 additions & 12 deletions www/UniversalFeedCreator/files/patch-lib_Creator_FeedCreator.php

This file was deleted.

14 changes: 14 additions & 0 deletions 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

0 comments on commit 05017bd

Please sign in to comment.