diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:44:12 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:44:12 +0800 |
commit | a1b00b994a9eca99723831839d4d5667b92b7b6a (patch) | |
tree | 899c0361b24817ea81838805e210867cad0ac40b /www/hs-shakespeare-i18n | |
parent | 62b646e58b05eb629500e252e202401517fb2a25 (diff) | |
download | freebsd-ports-gnome-a1b00b994a9eca99723831839d4d5667b92b7b6a.tar.gz freebsd-ports-gnome-a1b00b994a9eca99723831839d4d5667b92b7b6a.tar.zst freebsd-ports-gnome-a1b00b994a9eca99723831839d4d5667b92b7b6a.zip |
- Update to 1.0.0.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-shakespeare-i18n')
-rw-r--r-- | www/hs-shakespeare-i18n/Makefile | 6 | ||||
-rw-r--r-- | www/hs-shakespeare-i18n/distinfo | 4 | ||||
-rw-r--r-- | www/hs-shakespeare-i18n/pkg-descr | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/hs-shakespeare-i18n/Makefile b/www/hs-shakespeare-i18n/Makefile index a0e31191266f..c7a2901a63ab 100644 --- a/www/hs-shakespeare-i18n/Makefile +++ b/www/hs-shakespeare-i18n/Makefile @@ -6,15 +6,15 @@ # PORTNAME= shakespeare-i18n -PORTVERSION= 0.0.0 +PORTVERSION= 1.0.0.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A type-based approach to internationalization -LICENSE= BSD +LICENSE= MIT -USE_CABAL= parsec shakespeare text>=0.7 +USE_CABAL= parsec shakespeare>=1.0 text>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-shakespeare-i18n/distinfo b/www/hs-shakespeare-i18n/distinfo index f0f4f776b946..5fb70aebdd4c 100644 --- a/www/hs-shakespeare-i18n/distinfo +++ b/www/hs-shakespeare-i18n/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/shakespeare-i18n-0.0.0.tar.gz) = 3e3d1ad8c5d282785c319b6df94693a3887b30254e03e814184ca4c6ec30d9ff -SIZE (cabal/shakespeare-i18n-0.0.0.tar.gz) = 4439 +SHA256 (cabal/shakespeare-i18n-1.0.0.2.tar.gz) = bfb8fad2ef9916cd528479e41a694bbb9d9bd2250e3ba4104e6787b10d9dcd87 +SIZE (cabal/shakespeare-i18n-1.0.0.2.tar.gz) = 5869 diff --git a/www/hs-shakespeare-i18n/pkg-descr b/www/hs-shakespeare-i18n/pkg-descr index 8f684874a626..077f42d4e7e1 100644 --- a/www/hs-shakespeare-i18n/pkg-descr +++ b/www/hs-shakespeare-i18n/pkg-descr @@ -1,5 +1,5 @@ This package uses the same approach of type-safe URLs to create translated content. It has a simple syntax for translators, while -allowing the ful power of Haskell for applying complex grammar rules. +allowing the full power of Haskell for applying complex grammar rules. -WWW: http://www.yesodweb.com/book/i18n +WWW: http://www.yesodweb.com/book/shakespearean-templates |