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 /devel/hs-base16-bytestring | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'devel/hs-base16-bytestring')
-rw-r--r-- | devel/hs-base16-bytestring/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-base16-bytestring/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-base16-bytestring/pkg-descr | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/hs-base16-bytestring/Makefile b/devel/hs-base16-bytestring/Makefile index cf4d299cced0..6b88b688cc92 100644 --- a/devel/hs-base16-bytestring/Makefile +++ b/devel/hs-base16-bytestring/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= base16-bytestring -PORTVERSION= 0.1.1.5 -PORTREVISION= 7 +PORTVERSION= 0.1.1.6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Fast base16 (hex) encoding and deconding for ByteStrings -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-base16-bytestring/distinfo b/devel/hs-base16-bytestring/distinfo index 313ade7f7aa0..650a4c79ede3 100644 --- a/devel/hs-base16-bytestring/distinfo +++ b/devel/hs-base16-bytestring/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/base16-bytestring-0.1.1.5.tar.gz) = d5739a2576e51ee7005c55f5cec6a1653071418d9043f495343e3bf9db1fedb9 -SIZE (cabal/base16-bytestring-0.1.1.5.tar.gz) = 3698 +SHA256 (cabal/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 +SIZE (cabal/base16-bytestring-0.1.1.6.tar.gz) = 3694 diff --git a/devel/hs-base16-bytestring/pkg-descr b/devel/hs-base16-bytestring/pkg-descr index 5b1a9caa770f..cb025a2a3f4c 100644 --- a/devel/hs-base16-bytestring/pkg-descr +++ b/devel/hs-base16-bytestring/pkg-descr @@ -1,4 +1,3 @@ -This package provides a Haskell library for working with base16-encoded -data quickly and efficiently, using the ByteString type. +Fast base16 (hex) encoding and decoding for ByteStrings. -WWW: https://github.com/mailrank/base16-bytestring +WWW: http://github.com/bos/base16-bytestring |