diff options
-rw-r--r-- | security/hs-cryptocipher/Makefile | 7 | ||||
-rw-r--r-- | security/hs-cryptocipher/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-citeproc-hs/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-citeproc-hs/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-citeproc-hs/pkg-descr | 11 |
5 files changed, 14 insertions, 14 deletions
diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile index 393ff99e4347..6d22d23b9756 100644 --- a/security/hs-cryptocipher/Makefile +++ b/security/hs-cryptocipher/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cryptocipher -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -15,8 +15,9 @@ COMMENT= Symmetrical Block, Stream, and PubKey Ciphers LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= cereal crypto-api>=0.5 crypto-pubkey-types primitive tagged \ - vector>=0.7 + +USE_CABAL= cereal cpu>=0.1 crypto-api>=0.5 crypto-pubkey-types>=0.1 \ + primitive tagged vector>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/security/hs-cryptocipher/distinfo b/security/hs-cryptocipher/distinfo index b0b6d48a1b33..7b6272653120 100644 --- a/security/hs-cryptocipher/distinfo +++ b/security/hs-cryptocipher/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/cryptocipher-0.3.0.tar.gz) = 3d7a5a8de809c5189ea333c704903e3c160a4c55defaf29bba3adfd5b4fe4b9e -SIZE (cabal/cryptocipher-0.3.0.tar.gz) = 31665 +SHA256 (cabal/cryptocipher-0.3.4.tar.gz) = d9dc44fca92e9fd4152facd70db9e966a88947ed31391482f567289dd6fecd8a +SIZE (cabal/cryptocipher-0.3.4.tar.gz) = 46479 diff --git a/textproc/hs-citeproc-hs/Makefile b/textproc/hs-citeproc-hs/Makefile index 19e9435b9729..b6d64a29f41e 100644 --- a/textproc/hs-citeproc-hs/Makefile +++ b/textproc/hs-citeproc-hs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= citeproc-hs -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-citeproc-hs/distinfo b/textproc/hs-citeproc-hs/distinfo index 623951c31d9f..06dd33d80602 100644 --- a/textproc/hs-citeproc-hs/distinfo +++ b/textproc/hs-citeproc-hs/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/citeproc-hs-0.3.3.tar.gz) = 249bc0ec589fc79b098867502732c3c47ce032ad32f82d3280c1ca9373c71f7a -SIZE (cabal/citeproc-hs-0.3.3.tar.gz) = 97368 +SHA256 (cabal/citeproc-hs-0.3.4.tar.gz) = db0aa3f34991c0e90bd04b4a6752048eeb36fef24693dfbb44cd2d48eb75869f +SIZE (cabal/citeproc-hs-0.3.4.tar.gz) = 100279 diff --git a/textproc/hs-citeproc-hs/pkg-descr b/textproc/hs-citeproc-hs/pkg-descr index e01740022319..bf6b6b9a0b62 100644 --- a/textproc/hs-citeproc-hs/pkg-descr +++ b/textproc/hs-citeproc-hs/pkg-descr @@ -1,8 +1,7 @@ -citeproc-hs is a library for automatically formatting bibliographic -reference citations into a variety of styles using a macro language -called Citation Style Language (CSL). More details on CSL can be found -here: <http://xbiblio.sourceforge.net/>. +citeproc-hs is a library for rendering bibliographic reference citations +into a variety of styles using a macro language called Citation Style +Language (CSL) [1]. -For the API documentation please see "Text.CSL". +[1] http://xbiblio.sourceforge.net/ -WWW: http://code.haskell.org/citeproc-hs +WWW: http://gorgias.mine.nu/repos/citeproc-hs/ |