diff options
author | gabor <gabor@FreeBSD.org> | 2011-09-13 07:17:32 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-09-13 07:17:32 +0800 |
commit | 32214c0120df5949008707118cc297432bb1df29 (patch) | |
tree | 98ffe2ce9f430f331734ed79dce5b901ea5d949d /lang | |
parent | 7ca28cd293d878c4f799286ef556a219be1744e6 (diff) | |
download | freebsd-ports-gnome-32214c0120df5949008707118cc297432bb1df29.tar.gz freebsd-ports-gnome-32214c0120df5949008707118cc297432bb1df29.tar.zst freebsd-ports-gnome-32214c0120df5949008707118cc297432bb1df29.zip |
- Track dependencies after databases/gdbm update
Diffstat (limited to 'lang')
-rw-r--r-- | lang/moscow_ml/Makefile | 4 | ||||
-rw-r--r-- | lang/pike76/Makefile | 4 | ||||
-rw-r--r-- | lang/pike78/Makefile | 4 | ||||
-rw-r--r-- | lang/q/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 620146f066a9..62981718716e 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -7,7 +7,7 @@ PORTNAME= moscow_ml PORTVERSION= 2.01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= http://www.dina.kvl.dk/~sestoft/mosml/ DISTNAME= mos201src @@ -16,7 +16,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Moscow ML, a lightweight implementation of Standard ML LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - gdbm.3:${PORTSDIR}/databases/gdbm + gdbm.4:${PORTSDIR}/databases/gdbm RESTRICTED= Restrictions on for-profit distribution. diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index d4026f1dd4ac..e8f527905880 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike76 PORTVERSION= 7.6.112 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ @@ -22,7 +22,7 @@ COMMENT= A dynamic programming language with a syntax similar to C++ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gdbm.3:${PORTSDIR}/databases/gdbm \ + gdbm.4:${PORTSDIR}/databases/gdbm \ pcre.0:${PORTSDIR}/devel/pcre \ mird.1:${PORTSDIR}/databases/mird \ gmp.10:${PORTSDIR}/math/gmp diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index c01f8e01ee65..a9b279bb1d55 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike78 PORTVERSION= 7.8.352 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ @@ -21,7 +21,7 @@ COMMENT= A dynamic programming language with a syntax similar to C++ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gdbm.3:${PORTSDIR}/databases/gdbm \ + gdbm.4:${PORTSDIR}/databases/gdbm \ pcre.0:${PORTSDIR}/devel/pcre \ mird.1:${PORTSDIR}/databases/mird \ gmp.10:${PORTSDIR}/math/gmp diff --git a/lang/q/Makefile b/lang/q/Makefile index 345f9ddbd372..c05b2aeee049 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -7,7 +7,7 @@ PORTNAME= q PORTVERSION= 7.11 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Q -- equational programming language LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ curl.6:${PORTSDIR}/ftp/curl \ freetype.9:${PORTSDIR}/print/freetype2 \ - gdbm.3:${PORTSDIR}/databases/gdbm \ + gdbm.4:${PORTSDIR}/databases/gdbm \ gmp.10:${PORTSDIR}/math/gmp \ iodbc.3:${PORTSDIR}/databases/libiodbc \ xml2.5:${PORTSDIR}/textproc/libxml2 \ |