diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /textproc/hs-feed | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'textproc/hs-feed')
-rw-r--r-- | textproc/hs-feed/Makefile | 7 | ||||
-rw-r--r-- | textproc/hs-feed/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-feed/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/hs-feed/Makefile b/textproc/hs-feed/Makefile index cb4f047e388a..9cd8859e011d 100644 --- a/textproc/hs-feed/Makefile +++ b/textproc/hs-feed/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= feed -PORTVERSION= 0.3.8 -PORTREVISION= 13 +PORTVERSION= 0.3.9.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell +COMMENT= Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= utf8-string xml>=1.2.6 diff --git a/textproc/hs-feed/distinfo b/textproc/hs-feed/distinfo index 4b32dddea11f..41fb6a479ed8 100644 --- a/textproc/hs-feed/distinfo +++ b/textproc/hs-feed/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/feed-0.3.8.tar.gz) = e614f7019a035c1eaa8952cdcfe5291c539f670f218ab591727d33b4367b71fb -SIZE (cabal/feed-0.3.8.tar.gz) = 72269 +SHA256 (cabal/feed-0.3.9.2.tar.gz) = ef1d23d130b766186a0bacd6e4807279cab681712b0fb09d1ed1ee1b3c154f17 +SIZE (cabal/feed-0.3.9.2.tar.gz) = 73353 diff --git a/textproc/hs-feed/pkg-descr b/textproc/hs-feed/pkg-descr index 849d5d32a39e..281194338b87 100644 --- a/textproc/hs-feed/pkg-descr +++ b/textproc/hs-feed/pkg-descr @@ -1,3 +1,3 @@ Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell. -WWW: http://hackage.haskell.org/package/feed +WWW: https://github.com/sof/feed |