diff options
author | pgj <pgj@FreeBSD.org> | 2014-01-10 05:29:39 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-01-10 05:29:39 +0800 |
commit | 85c277ebe0c60dd6aa5be2bceb4d04e10cdf1b13 (patch) | |
tree | 576f82a7c3bb2104bf5e9aaaf018944bd9e09da9 /security | |
parent | 6caf687af6c80829d47c1c2bece526a52e785f58 (diff) | |
download | freebsd-ports-gnome-85c277ebe0c60dd6aa5be2bceb4d04e10cdf1b13.tar.gz freebsd-ports-gnome-85c277ebe0c60dd6aa5be2bceb4d04e10cdf1b13.tar.zst freebsd-ports-gnome-85c277ebe0c60dd6aa5be2bceb4d04e10cdf1b13.zip |
- Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1
Diffstat (limited to 'security')
26 files changed, 26 insertions, 26 deletions
diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile index f4e7decebae6..b068b0284bba 100644 --- a/security/hs-Crypto/Makefile +++ b/security/hs-Crypto/Makefile @@ -2,7 +2,7 @@ PORTNAME= Crypto PORTVERSION= 4.2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile index 538b9a11dd8c..f7e3438d442b 100644 --- a/security/hs-HsOpenSSL/Makefile +++ b/security/hs-HsOpenSSL/Makefile @@ -2,7 +2,7 @@ PORTNAME= HsOpenSSL PORTVERSION= 0.10.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-RSA/Makefile b/security/hs-RSA/Makefile index 4588930fac34..13a1170edcd9 100644 --- a/security/hs-RSA/Makefile +++ b/security/hs-RSA/Makefile @@ -2,7 +2,7 @@ PORTNAME= RSA PORTVERSION= 1.2.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile index d2a3fd9e36d4..f5db31085b38 100644 --- a/security/hs-SHA/Makefile +++ b/security/hs-SHA/Makefile @@ -2,7 +2,7 @@ PORTNAME= SHA PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-certificate/Makefile b/security/hs-certificate/Makefile index 66cd0d4f4211..c05af4242485 100644 --- a/security/hs-certificate/Makefile +++ b/security/hs-certificate/Makefile @@ -2,7 +2,7 @@ PORTNAME= certificate PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-aes/Makefile b/security/hs-cipher-aes/Makefile index 72d34bfd7226..0d38fbe03265 100644 --- a/security/hs-cipher-aes/Makefile +++ b/security/hs-cipher-aes/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-aes PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile index 1e6fe0f60c59..5e97944c8df0 100644 --- a/security/hs-cipher-rc4/Makefile +++ b/security/hs-cipher-rc4/Makefile @@ -2,7 +2,7 @@ PORTNAME= cipher-rc4 PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-clientsession/Makefile b/security/hs-clientsession/Makefile index a4762a2c3af4..bbbe3c806dd7 100644 --- a/security/hs-clientsession/Makefile +++ b/security/hs-clientsession/Makefile @@ -2,7 +2,7 @@ PORTNAME= clientsession PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile index a2abe7668200..0e9a88f43bbf 100644 --- a/security/hs-cprng-aes/Makefile +++ b/security/hs-cprng-aes/Makefile @@ -2,7 +2,7 @@ PORTNAME= cprng-aes PORTVERSION= 0.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-api/Makefile b/security/hs-crypto-api/Makefile index b5b01c5b34b1..2e17d45708ff 100644 --- a/security/hs-crypto-api/Makefile +++ b/security/hs-crypto-api/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-api PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-conduit/Makefile b/security/hs-crypto-conduit/Makefile index 8d3b08bbfc57..a61290ac0233 100644 --- a/security/hs-crypto-conduit/Makefile +++ b/security/hs-crypto-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-conduit PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-numbers/Makefile b/security/hs-crypto-numbers/Makefile index 813a87a70ab7..8a9f23648bc0 100644 --- a/security/hs-crypto-numbers/Makefile +++ b/security/hs-crypto-numbers/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-numbers PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-pubkey-types/Makefile b/security/hs-crypto-pubkey-types/Makefile index e7e6b209a89c..2ef324778179 100644 --- a/security/hs-crypto-pubkey-types/Makefile +++ b/security/hs-crypto-pubkey-types/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-pubkey-types PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-pubkey/Makefile b/security/hs-crypto-pubkey/Makefile index fc5610244431..731d5488a752 100644 --- a/security/hs-crypto-pubkey/Makefile +++ b/security/hs-crypto-pubkey/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-pubkey PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-crypto-random-api/Makefile b/security/hs-crypto-random-api/Makefile index c1e5fc23e17c..f27d85110fef 100644 --- a/security/hs-crypto-random-api/Makefile +++ b/security/hs-crypto-random-api/Makefile @@ -2,7 +2,7 @@ PORTNAME= crypto-random-api PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile index fe46684a2b7b..8d3268aeb490 100644 --- a/security/hs-cryptocipher/Makefile +++ b/security/hs-cryptocipher/Makefile @@ -2,7 +2,7 @@ PORTNAME= cryptocipher PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile index c2068c027994..c8018ae7b2e0 100644 --- a/security/hs-cryptohash/Makefile +++ b/security/hs-cryptohash/Makefile @@ -2,7 +2,7 @@ PORTNAME= cryptohash PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile index e71b1ade153c..8cb8aa2b3a07 100644 --- a/security/hs-digest/Makefile +++ b/security/hs-digest/Makefile @@ -2,7 +2,7 @@ PORTNAME= digest PORTVERSION= 0.0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile index 40f50f931560..a210cd48fbde 100644 --- a/security/hs-entropy/Makefile +++ b/security/hs-entropy/Makefile @@ -2,7 +2,7 @@ PORTNAME= entropy PORTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile index 7649331a263c..bdb1c5f0afb3 100644 --- a/security/hs-monadcryptorandom/Makefile +++ b/security/hs-monadcryptorandom/Makefile @@ -2,7 +2,7 @@ PORTNAME= monadcryptorandom PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile index b382a4531912..ff68c73eca2e 100644 --- a/security/hs-pem/Makefile +++ b/security/hs-pem/Makefile @@ -2,7 +2,7 @@ PORTNAME= pem PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pureMD5/Makefile b/security/hs-pureMD5/Makefile index 967d3757731a..8b04882aec79 100644 --- a/security/hs-pureMD5/Makefile +++ b/security/hs-pureMD5/Makefile @@ -2,7 +2,7 @@ PORTNAME= pureMD5 PORTVERSION= 2.1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-pwstore-fast/Makefile b/security/hs-pwstore-fast/Makefile index 268afd0bb4a1..fe7131f05857 100644 --- a/security/hs-pwstore-fast/Makefile +++ b/security/hs-pwstore-fast/Makefile @@ -2,7 +2,7 @@ PORTNAME= pwstore-fast PORTVERSION= 2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-skein/Makefile b/security/hs-skein/Makefile index ff8bd1aa88fa..b82afd8fbbb5 100644 --- a/security/hs-skein/Makefile +++ b/security/hs-skein/Makefile @@ -2,7 +2,7 @@ PORTNAME= skein PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-tls-extra/Makefile b/security/hs-tls-extra/Makefile index ac3543c493a8..b83408fc2b0a 100644 --- a/security/hs-tls-extra/Makefile +++ b/security/hs-tls-extra/Makefile @@ -2,7 +2,7 @@ PORTNAME= tls-extra PORTVERSION= 0.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile index 108c032829d9..0a18d8b00580 100644 --- a/security/hs-tls/Makefile +++ b/security/hs-tls/Makefile @@ -2,7 +2,7 @@ PORTNAME= tls PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org |