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-uuid | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'devel/hs-uuid')
-rw-r--r-- | devel/hs-uuid/Makefile | 7 | ||||
-rw-r--r-- | devel/hs-uuid/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/hs-uuid/Makefile b/devel/hs-uuid/Makefile index 4dd0ae33fad7..8f6d3fd1d754 100644 --- a/devel/hs-uuid/Makefile +++ b/devel/hs-uuid/Makefile @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= uuid -PORTVERSION= 1.2.13 -PORTREVISION= 4 +PORTVERSION= 1.3.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Creating, comparing, parsing and printing Universally Unique Identifiers -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= cryptohash>=0.7 maccatcher>=1.0 random>=1.0.1 +USE_CABAL= cryptohash>=0.7 hashable network-info random>=1.0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-uuid/distinfo b/devel/hs-uuid/distinfo index 35d25c3feb59..16d261a4da52 100644 --- a/devel/hs-uuid/distinfo +++ b/devel/hs-uuid/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/uuid-1.2.13.tar.gz) = 1af05fce9c2e3b2c6074f38e3dedf43abea9cf788270fab2df75a98d63383979 -SIZE (cabal/uuid-1.2.13.tar.gz) = 13570 +SHA256 (cabal/uuid-1.3.3.tar.gz) = 15204a7399ce8d06743c9e20a554f0dbad36e70d848fcd34e70b5f9bebd54e8b +SIZE (cabal/uuid-1.3.3.tar.gz) = 17303 |