diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:57:01 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:57:01 +0000 |
commit | 1b3695a1920d60ce4b6969c1fd74ef6d55e6318c (patch) | |
tree | 777add03bd408943ee4cbb2b3dc12700532481e9 /x11-toolkits/hs-pango | |
parent | 0564c05dfae66dfd6277c3cf0f39eeb290d51436 (diff) |
- Update to 0.12.3
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=298310
Diffstat (limited to 'x11-toolkits/hs-pango')
-rw-r--r-- | x11-toolkits/hs-pango/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-pango/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-pango/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index 82626a79cad8..1548edb88ab2 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pango -PORTVERSION= 0.12.2 -PORTREVISION= 1 +PORTVERSION= 0.12.3 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-pango/distinfo b/x11-toolkits/hs-pango/distinfo index 860c0711e9cb..7f6a134dec07 100644 --- a/x11-toolkits/hs-pango/distinfo +++ b/x11-toolkits/hs-pango/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pango-0.12.2.tar.gz) = 6ae13a87363b073528c67df8c1c9b73874c48e8bcb15646cda9b62a904d7c94d -SIZE (cabal/pango-0.12.2.tar.gz) = 60195 +SHA256 (cabal/pango-0.12.3.tar.gz) = 5131833e1b8c311d22cfeaa8de301355142d79145084f5aab958b7c452f90308 +SIZE (cabal/pango-0.12.3.tar.gz) = 60043 diff --git a/x11-toolkits/hs-pango/pkg-descr b/x11-toolkits/hs-pango/pkg-descr index 74a815ab2734..34a67f124a5d 100644 --- a/x11-toolkits/hs-pango/pkg-descr +++ b/x11-toolkits/hs-pango/pkg-descr @@ -3,4 +3,4 @@ high-quality rendering of Unicode text. It can be used either with Cairo to output text in PDF, PS or other documents or with Gtk+ to display text on-screen. -WWW: http://www.haskell.org/gtk2hs/ +WWW: http://projects.haskell.org/gtk2hs/ |