diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-gconf | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'devel/hs-gconf')
-rw-r--r-- | devel/hs-gconf/Makefile | 11 | ||||
-rw-r--r-- | devel/hs-gconf/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-gconf/pkg-descr | 2 |
3 files changed, 6 insertions, 11 deletions
diff --git a/devel/hs-gconf/Makefile b/devel/hs-gconf/Makefile index 2e80c6bd221e..4a7c56d56ccd 100644 --- a/devel/hs-gconf/Makefile +++ b/devel/hs-gconf/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-gconf -# Date created: March 13, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= gconf -PORTVERSION= 0.12.1 -PORTREVISION= 3 +PORTVERSION= 0.12.1.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +11,8 @@ LICENSE= LGPL21 FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs -USE_CABAL= glib>=0.12 mtl gtk2hs-buildtools + +USE_CABAL= glib>=0.12 gtk2hs-buildtools USE_GNOME= gconf2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-gconf/distinfo b/devel/hs-gconf/distinfo index 01f61bf854f6..fe57666833af 100644 --- a/devel/hs-gconf/distinfo +++ b/devel/hs-gconf/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/gconf-0.12.1.tar.gz) = a6070309b7f52edbe6c2b99214eb20d8bd93210bb08acb95847d8dfe1a6cc007 -SIZE (cabal/gconf-0.12.1.tar.gz) = 34182 +SHA256 (cabal/gconf-0.12.1.1.tar.gz) = 7677eb8a6947ce3bd2b2c3c854f289dc3b59b77b66bac0f8a75be26d8fbfc4da +SIZE (cabal/gconf-0.12.1.1.tar.gz) = 34104 diff --git a/devel/hs-gconf/pkg-descr b/devel/hs-gconf/pkg-descr index 4073dd738da5..a11bbab17b6a 100644 --- a/devel/hs-gconf/pkg-descr +++ b/devel/hs-gconf/pkg-descr @@ -3,4 +3,4 @@ It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. -WWW: http://www.haskell.org/gtk2hs/ +WWW: http://projects.haskell.org/gtk2hs/ |