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-darcs | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 15 | ||||
-rw-r--r-- | devel/hs-darcs/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-darcs/pkg-descr | 2 |
3 files changed, 8 insertions, 13 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 9be8f55e133b..6b32106a71f1 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: darcs -# Date created: 13 April 2003 -# Whom: Oliver Braun <obraun@FreeBSD.org> -# +# Created by: Oliver Braun <obraun@FreeBSD.org> # $FreeBSD$ -# PORTNAME= darcs -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -16,8 +11,8 @@ COMMENT= A distributed, interactive, smart revision control system LICENSE= GPLv2 FILE_LICENSE= COPYING -USE_CABAL= hashed-storage>=0.5.6 haskeline>=0.6.3 html>=1.0 \ - mtl>=1.0 parsec>=2.0 random>=1.0 regex-compat>=0.95.1 \ +USE_CABAL= hashed-storage>=0.5.6 haskeline>=0.6.3 html \ + mtl>=1.0 parsec>=2.0 random regex-compat>=0.95.1 \ regex-posix>=0.95.1 tar>=0.4 text>=0.11.0.6 unix-compat>=0.1.2 \ vector>=0.7 zlib>=0.5.1.0 @@ -38,7 +33,7 @@ THREADED_DESC= Use threading and SMP support COLOR_DESC= Use ANSI color escapes MMAP_DESC= Compile with mmap support -.include <bsd.port.options.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" CONFIGURE_ARGS+= --flags="library executable" diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo index 60534904d5fb..0e7662e0cca2 100644 --- a/devel/hs-darcs/distinfo +++ b/devel/hs-darcs/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/darcs-2.8.1.tar.gz) = a1e5ad3146b6f738ba162623f27fb70498e682c2b1142f38f80e2c187f9ae9bb -SIZE (cabal/darcs-2.8.1.tar.gz) = 1293098 +SHA256 (cabal/darcs-2.8.3.tar.gz) = 90750842926750cd60a97c61f8ba08e90faffdcb11478d10617a3d5d62216f59 +SIZE (cabal/darcs-2.8.3.tar.gz) = 1289187 diff --git a/devel/hs-darcs/pkg-descr b/devel/hs-darcs/pkg-descr index e9dd4d017cc7..8c40f8939085 100644 --- a/devel/hs-darcs/pkg-descr +++ b/devel/hs-darcs/pkg-descr @@ -16,4 +16,4 @@ This smartness lets you respond to changing demands in ways that would otherwise not be possible. Learn more about spontaneous branches with darcs. -WWW: http://darcs.net/ +WWW: http://darcs.net/ |