aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-05-13 09:46:02 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-05-13 09:46:02 +0000
commit523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch)
tree36ff86cd370c2c0eb1f52fe92bc02aff559884fe /lang
parent7b9437e30c95045aa377caf6385cfb927a100461 (diff)
downloadports-523a16e2bde0806face29fc8489a3cbcf49cfff0.tar.gz
ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/ecl/Makefile3
-rw-r--r--lang/gcc42/Makefile2
-rw-r--r--lang/gcc43/Makefile2
-rw-r--r--lang/gcc44/Makefile2
-rw-r--r--lang/gcl/Makefile4
-rw-r--r--lang/ghc/Makefile4
-rw-r--r--lang/gnat-gcc43/Makefile4
-rw-r--r--lang/gnustep-base/Makefile3
-rw-r--r--lang/guile/Makefile3
-rw-r--r--lang/librep/Makefile4
-rw-r--r--lang/maude/Makefile1
-rw-r--r--lang/mlton/Makefile4
-rw-r--r--lang/moscow_ml/Makefile4
-rw-r--r--lang/mozart/Makefile7
-rw-r--r--lang/newlisp/Makefile2
-rw-r--r--lang/ofc/Makefile2
-rw-r--r--lang/open-cobol-devel/Makefile4
-rw-r--r--lang/open-cobol/Makefile4
-rw-r--r--lang/parrot/Makefile3
-rw-r--r--lang/pike72/Makefile4
-rw-r--r--lang/pike76/Makefile4
-rw-r--r--lang/q/Makefile3
-rw-r--r--lang/qscheme/Makefile4
-rw-r--r--lang/stklos/Makefile3
-rw-r--r--lang/whitespace/Makefile4
25 files changed, 45 insertions, 39 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index a137372f4822..525ee949ef8a 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ecl
PORTVERSION= 0.9l
+PORTREVISION= 1
CATEGORIES= lang lisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ecls
@@ -15,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= An ANSI Common Lisp implementation
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 gc.1:${PORTSDIR}/devel/boehm-gc
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 gc.1:${PORTSDIR}/devel/boehm-gc
USE_GMAKE= yes
USE_PERL5_BUILD=yes
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 52c753dd976c..b9f72f53415c 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -20,7 +20,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
MAINTAINER?= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.2
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
mpfr.3:${PORTSDIR}/math/mpfr
SUFFIX= 42
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile
index d929ea28c8cc..9ed6ecbe810b 100644
--- a/lang/gcc43/Makefile
+++ b/lang/gcc43/Makefile
@@ -21,7 +21,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.3
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
mpfr.3:${PORTSDIR}/math/mpfr
.if defined(MAINTAINER_MODE)
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index ab1363a10016..2ab920ae3929 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -21,7 +21,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.4
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
mpfr.3:${PORTSDIR}/math/mpfr
.if defined(MAINTAINER_MODE)
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index 9f3e6bfe9fb2..282642a735cf 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gcl
PORTVERSION= 2.6.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang tcl tk
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcl
@@ -16,7 +16,7 @@ MAINTAINER= markm@freebsd.org
COMMENT= GNU Common Lisp
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \
- gmp.7:${PORTSDIR}/math/libgmp4
+ gmp.8:${PORTSDIR}/math/libgmp4
ONLY_FOR_ARCHS= i386
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 10ef748a00d2..173877da061b 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -6,7 +6,7 @@
PORTNAME= ghc
PORTVERSION= 6.8.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang haskell
MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot \
@@ -23,7 +23,7 @@ GHC_VERSION= ${PORTVERSION}
USE_AUTOTOOLS= autoconf:262:env
USE_BZIP2= yes
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
USE_PERL5= yes
USE_GMAKE= yes
diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile
index 9f2bdbba8724..fa5db3b7fa7b 100644
--- a/lang/gnat-gcc43/Makefile
+++ b/lang/gnat-gcc43/Makefile
@@ -9,7 +9,7 @@
PORTNAME= gnat-gcc
PORTVERSION= 4.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= GCC/releases/gcc-${PORTVERSION} \
CENKES:boot \
@@ -22,7 +22,7 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= karel@lovetemple.net
COMMENT= The GNU Ada Compiler system
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
mpfr.3:${PORTSDIR}/math/mpfr
ONLY_FOR_ARCHS= i386
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index eb1dbaa4ff15..1fe840076e88 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnustep-base
PORTVERSION= 1.18.0
+PORTREVISION= 1
CATEGORIES= lang devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core
@@ -16,7 +17,7 @@ COMMENT= GNUstep Foundation library
LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
USE_AUTOTOOLS= autoconf:262
GNU_CONFIGURE= yes
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 6e6268895928..6c113d6f1304 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -7,6 +7,7 @@
PORTNAME= guile
PORTVERSION= 1.8.6
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= guile
@@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= guile
MAINTAINER= amatus@gnu.org
COMMENT= GNU Ubiquitous Intelligent Language for Extension
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
USE_AUTOTOOLS= autoconf:262 libltdl:15
USE_GMAKE= yes
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index fe905885fe18..bab2ae71e3cb 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -7,7 +7,7 @@
PORTNAME= librep
PORTVERSION= 0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang elisp gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= librep
@@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= An Emacs Lisp like runtime library
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
- gmp.7:${PORTSDIR}/math/libgmp4
+ gmp.8:${PORTSDIR}/math/libgmp4
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION}
diff --git a/lang/maude/Makefile b/lang/maude/Makefile
index 15ac3a58ce06..74378f054149 100644
--- a/lang/maude/Makefile
+++ b/lang/maude/Makefile
@@ -7,6 +7,7 @@
PORTNAME= maude
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://maude.cs.uiuc.edu/versions/${PORTVERSION}/
DISTNAME= Maude-${PORTVERSION}
diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile
index 8d50a02f29c6..1a3a6bebef0e 100644
--- a/lang/mlton/Makefile
+++ b/lang/mlton/Makefile
@@ -12,7 +12,7 @@
PORTNAME= mlton
PORTVERSION= 20070826
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= http://mlton.org/pages/Download/attachments/ \
http://mlton.org/pages/Experimental/attachments/ \
@@ -24,7 +24,7 @@ EXTRACT_ONLY= ${SRC_DIST}
MAINTAINER= jesper.louis.andersen@gmail.com
COMMENT= An optimizing Standard ML compiler
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile
index 771190efe715..9a753b5a3e5c 100644
--- a/lang/moscow_ml/Makefile
+++ b/lang/moscow_ml/Makefile
@@ -7,7 +7,7 @@
PORTNAME= moscow_ml
PORTVERSION= 2.01
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= http://www.dina.kvl.dk/~sestoft/mosml/
DISTNAME= mos201src
@@ -15,7 +15,7 @@ DISTNAME= mos201src
MAINTAINER= johans@stack.nl
COMMENT= Moscow ML, a lightweight implementation of Standard ML
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
gdbm.3:${PORTSDIR}/databases/gdbm
RESTRICTED= Restrictions on for-profit distribution.
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile
index 647cbb4c7857..cb81ffa01982 100644
--- a/lang/mozart/Makefile
+++ b/lang/mozart/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mozart
PORTVERSION= 1.3.1.20040616
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang tk parallel
MASTER_SITES= http://www.mozart-oz.org/download/mozart-ftp/store/1.3.1-2004-06-16/
DISTFILES= ${DISTNAME}-src.tar.gz
@@ -18,10 +18,9 @@ DISTFILES+= ${MOZART_DOCS}
MAINTAINER= mathiasp@virtual-earth.de
COMMENT= A distributed language with constraint-based inference
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs \
- ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
+BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
- gmp.7:${PORTSDIR}/math/libgmp4 \
+ gmp.8:${PORTSDIR}/math/libgmp4 \
tk84.1:${PORTSDIR}/x11-toolkits/tk84
MOZART_DOCS= mozart-${PORTVERSION}-doc.tar.gz
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index 79c03ffc9a14..5c731cbe513e 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -45,7 +45,7 @@ IGNORE= you should select only one MySQL version
.endif
.if defined(WITH_GMP)
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
MODULES+= gmp
PLIST_SUB+= GMP=""
.else
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile
index f45f671c0ea8..4c488d45d316 100644
--- a/lang/ofc/Makefile
+++ b/lang/ofc/Makefile
@@ -35,7 +35,7 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
.endif
.if defined (WITH_GMP)
-LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
.endif
.include <bsd.port.mk>
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile
index 8e5c2c930e4a..6100352f3e30 100644
--- a/lang/open-cobol-devel/Makefile
+++ b/lang/open-cobol-devel/Makefile
@@ -8,14 +8,14 @@
PORTNAME= open-cobol
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= SF
MAINTAINER= glen.j.barber@gmail.com
COMMENT= An open-source COBOL compiler
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
USE_GNOME= gnometarget
USE_BDB= yes
diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile
index 8e5c2c930e4a..6100352f3e30 100644
--- a/lang/open-cobol/Makefile
+++ b/lang/open-cobol/Makefile
@@ -8,14 +8,14 @@
PORTNAME= open-cobol
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= SF
MAINTAINER= glen.j.barber@gmail.com
COMMENT= An open-source COBOL compiler
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
USE_GNOME= gnometarget
USE_BDB= yes
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 71e7c304d4d4..dfd66ddad192 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= parrot
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARTICLE
@@ -17,7 +18,7 @@ COMMENT= Parrot - virtual machine for dynamic languages
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
bison:${PORTSDIR}/devel/bison \
${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
icudata:${PORTSDIR}/devel/icu
USE_BISON= build
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index dbe86e7348df..759abb2bfe07 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pike72
PORTVERSION= 7.2.570
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang
MASTER_SITES= ftp://ftp.oav.net/pike/7.2/unofficial/ \
ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/
@@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gdbm.3:${PORTSDIR}/databases/gdbm \
mird.1:${PORTSDIR}/databases/mird \
- gmp.7:${PORTSDIR}/math/libgmp4
+ gmp.8:${PORTSDIR}/math/libgmp4
WRKSRC= ${WRKDIR}/${DISTNAME}/src/
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 459f77f7e833..482dbbe36469 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pike76
PORTVERSION= 7.6.112
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
@@ -26,7 +26,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
pcre.0:${PORTSDIR}/devel/pcre \
nettle.2:${PORTSDIR}/security/nettle \
mird.1:${PORTSDIR}/databases/mird \
- gmp.7:${PORTSDIR}/math/libgmp4
+ gmp.8:${PORTSDIR}/math/libgmp4
OPTIONS= TTF "Add FreeType 1 support" on \
FREETYPE "Add FreeType 2 support" on \
diff --git a/lang/q/Makefile b/lang/q/Makefile
index c5be2bccc8ea..8f14e7f7afa9 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -7,6 +7,7 @@
PORTNAME= q
PORTVERSION= 7.11
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= SF/q-lang
@@ -17,7 +18,7 @@ LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick \
curl.5:${PORTSDIR}/ftp/curl \
freetype.9:${PORTSDIR}/print/freetype2 \
gdbm.3:${PORTSDIR}/databases/gdbm \
- gmp.7:${PORTSDIR}/math/libgmp4 \
+ gmp.8:${PORTSDIR}/math/libgmp4 \
iodbc.3:${PORTSDIR}/databases/libiodbc \
xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.2:${PORTSDIR}/textproc/libxslt \
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index 5a04391b2414..8197ec67f65f 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qscheme
PORTVERSION= 0.5.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang scheme
MASTER_SITES= http://www.sof.ch/dan/qscheme/files/
@@ -16,7 +16,7 @@ COMMENT= A small and fast Scheme interpreter
BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\
${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre \
- ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
+ ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4
LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline
GNU_CONFIGURE= yes
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
index 97f5f8e422a3..00c6eecc1cb1 100644
--- a/lang/stklos/Makefile
+++ b/lang/stklos/Makefile
@@ -7,6 +7,7 @@
PORTNAME= stklos
PORTVERSION= 0.98
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://www.stklos.org/download/ \
ftp://kaolin.essi.fr/pub/STklos/
@@ -14,7 +15,7 @@ MASTER_SITES= http://www.stklos.org/download/ \
MAINTAINER= vmagerya@gmail.com
COMMENT= The successor of the STk Scheme interpreter
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
pcre.0:${PORTSDIR}/devel/pcre \
ffi.5:${PORTSDIR}/devel/libffi \
gc.1:${PORTSDIR}/devel/boehm-gc
diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile
index dd0059a08681..9561e9579515 100644
--- a/lang/whitespace/Makefile
+++ b/lang/whitespace/Makefile
@@ -7,7 +7,7 @@
PORTNAME= whitespace
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://compsoc.dur.ac.uk/whitespace/downloads/
DISTNAME= wspace-${PORTVERSION}
@@ -17,7 +17,7 @@ MAINTAINER= llwang@infor.org
COMMENT= An interpreter for the Whitespace programming language
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
WRKSRC= ${WRKDIR}/WSpace
USE_GMAKE= yes