diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
commit | 928f085934e95bc12a55fd2101aa82e249c2be43 (patch) | |
tree | 0a7f35a82bb43698e3659b7e0594c998d053258e /lang | |
parent | cbbd4bf213aeea874926a7cd9156489b0f32e578 (diff) | |
download | freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.gz freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.zst freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.zip |
- Chase guile shared lib bump
- Add an entry to UPDATING
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-guile/Makefile | 4 | ||||
-rw-r--r-- | lang/mdk/Makefile | 4 | ||||
-rw-r--r-- | lang/slib-guile/Makefile | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 671e6dbce54d..ec6904998ed7 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -7,7 +7,7 @@ PORTNAME= guile PORTVERSION= 1.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= libs @@ -18,7 +18,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep interface to the GUILE scheme interpreter -LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile LICENSE= GPLv2 diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 750eb0c2f17f..30acaa88d495 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -8,7 +8,7 @@ PORTNAME= mdk PORTVERSION= 1.2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNU:S/%SUBDIR%/${PORTNAME}\/v${PORTVERSION}/} \ SF @@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:S/%SUBDIR%/${PORTNAME}\/v${PORTVERSION}/} \ MAINTAINER= stas@FreeBSD.org COMMENT= A set of utilities for developing programs using MIX and MIXAL -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ readline.6:${PORTSDIR}/devel/readline USE_GNOME= gnometarget libglade2 diff --git a/lang/slib-guile/Makefile b/lang/slib-guile/Makefile index 05531c13b429..f0115eb17882 100644 --- a/lang/slib-guile/Makefile +++ b/lang/slib-guile/Makefile @@ -7,6 +7,7 @@ PORTNAME= slib PORTVERSION= 3b3 # Keep this in sync with lang/slib +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= # empty PKGNAMESUFFIX= -guile |