aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/beast/Makefile2
-rw-r--r--audio/glame/Makefile4
-rw-r--r--audio/snd/Makefile4
-rw-r--r--cad/gwave/Makefile4
-rw-r--r--cad/libgeda/Makefile4
-rw-r--r--comms/gnuradio/Makefile1
-rw-r--r--deskutils/gnotime/Makefile4
-rw-r--r--devel/autogen/Makefile4
-rw-r--r--devel/g-wrap/Makefile6
-rw-r--r--devel/gconf/Makefile4
-rw-r--r--devel/guile-lib/Makefile2
-rw-r--r--devel/libmatheval/Makefile4
-rw-r--r--editors/texmacs/Makefile3
-rw-r--r--finance/gnucash/Makefile6
-rw-r--r--games/fmars/Makefile2
-rw-r--r--games/gnome-games/Makefile3
-rw-r--r--games/gnurobots/Makefile3
-rw-r--r--games/trackballs/Makefile4
-rw-r--r--graphics/graphviz/Makefile3
-rw-r--r--irc/bobot++/Makefile4
-rw-r--r--lang/gnustep-guile/Makefile4
-rw-r--r--lang/mdk/Makefile4
-rw-r--r--math/drgeo/Makefile4
-rw-r--r--math/guppi/Makefile4
-rw-r--r--net-p2p/gnunet/Makefile4
-rw-r--r--net/gnu-radius/Makefile3
-rw-r--r--net/net-http/Makefile2
-rw-r--r--net/serveez/Makefile4
-rw-r--r--science/mpb/Makefile4
-rw-r--r--sysutils/mcron/Makefile4
-rw-r--r--www/elinks/Makefile1
-rw-r--r--x11-toolkits/guile-gtk/Makefile4
-rw-r--r--x11/xbindkeys/Makefile4
33 files changed, 62 insertions, 55 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 23956674e49a..1ea0f40866a2 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -7,7 +7,7 @@
PORTNAME= beast
PORTVERSION= 0.7.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.7/ \
http://beast.gtk.org/beast-ftp/v0.7/
diff --git a/audio/glame/Makefile b/audio/glame/Makefile
index cbe3a98887b8..d4a5f1e88852 100644
--- a/audio/glame/Makefile
+++ b/audio/glame/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glame
PORTVERSION= 2.0.1
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= audio gnome
MASTER_SITES= SF
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
mad.2:${PORTSDIR}/audio/libmad \
vorbis.4:${PORTSDIR}/audio/libvorbis \
- guile.19:${PORTSDIR}/lang/guile
+ guile.20:${PORTSDIR}/lang/guile
USE_XORG= xbitmaps x11
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index cb82b3365d95..0930a9fa2ebe 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snd
PORTVERSION= 10.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF \
http://mirror.mcx2.org/
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-gsl
.endif
.if !defined(WITHOUT_GUILE)
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
PLIST_SUB+= SCHEME=""
.else
CONFIGURE_ARGS+= --without-guile
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 1874ac9bce46..312dac74b4cb 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -7,14 +7,14 @@
PORTNAME= gwave
PORTVERSION= 20060606
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= cad
MASTER_SITES= http://geda.seul.org/dist/
MAINTAINER= stas@FreeBSD.org
COMMENT= Waveform viewer for analogue electronic simulation tools
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
USE_GNOME= gtk12
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index f1df98b3b388..6b62ca672041 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgeda
PORTVERSION= 20070216
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
http://geda.seul.org/devel/${PORTVERSION}/
@@ -16,7 +16,7 @@ MAINTAINER= stas@FreeBSD.org
COMMENT= The gEDA's tools base utility library
LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \
- guile.19:${PORTSDIR}/lang/guile
+ guile.20:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 44284494671b..a97f73fc34b5 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnuradio
PORTVERSION= 3.1.3
+PORTREVISION= 1
CATEGORIES= comms astro hamradio
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnuradio
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index a0b8ff62d5a9..12b09f8cab65 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -8,14 +8,14 @@
PORTNAME= gnotime
PORTVERSION= 2.2.2
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= deskutils gnome
MASTER_SITES= SF/gttr
MAINTAINER= ports@FreeBSD.org
COMMENT= GnoTime is a time tracker for gnome2
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index b81654424732..066d6f3cea04 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -8,7 +8,7 @@
PORTNAME= autogen
PORTVERSION= 5.9.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU:S/$/:gnu/}
@@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
MAINTAINER= clsung@FreeBSD.org
COMMENT= The Automated Program Generator
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget libxml2
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 9953b8cb285a..db085c2ef165 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -8,7 +8,7 @@
PORTNAME= g-wrap
PORTVERSION= 1.9.6
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= devel scheme
MASTER_SITES= SAVANNAH
@@ -16,9 +16,9 @@ MASTER_SITES= SAVANNAH
MAINTAINER= gnome@FreeBSD.org
COMMENT= A tool for exporting C libraries into Scheme interpreters
-BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \
+BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \
slib-guile>0:${PORTSDIR}/lang/slib-guile
-RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \
+RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \
slib-guile>0:${PORTSDIR}/lang/slib-guile
INFO= g-wrap
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile
index 4813a661c518..7a47aaa35e92 100644
--- a/devel/gconf/Makefile
+++ b/devel/gconf/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gconf
PORTVERSION= 1.0.9
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/1.0
@@ -18,7 +18,7 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A configuration database system for GNOME
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile
index 39a88f6bb0ac..308346438e3e 100644
--- a/devel/guile-lib/Makefile
+++ b/devel/guile-lib/Makefile
@@ -8,7 +8,7 @@
PORTNAME= guile-lib
PORTVERSION= 0.1.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel scheme
MASTER_SITES= http://download.gna.org/guile-lib/
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index 4cd8c653ad79..a49a5a063715 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libmatheval
PORTVERSION= 1.1.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel math
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A library of procedures for evaluating mathematical functions
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index bb3b2eca8f60..01f75148589a 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= texmacs
PORTVERSION= 1.0.7.1
+PORTREVISION= 1
CATEGORIES= editors print
MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \
ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \
@@ -19,7 +20,7 @@ MAINTAINER= chinsan@FreeBSD.org
COMMENT= A free WYSIWYG scientific text editor
BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX-base
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \
freetype.9:${PORTSDIR}/print/freetype2
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 753f1d730d07..4c3c72a9feb0 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnucash
PORTVERSION= 2.2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.gnucash.org/pub/gnucash/sources/stable/
@@ -17,11 +17,11 @@ MASTER_SITE_SUBDIR= gnucash
MAINTAINER= ahze@FreeBSD.org
COMMENT= Quicken-like money and finance manager
-BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \
+BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \
${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
goffice-0.8.7:${PORTSDIR}/devel/goffice
-RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \
+RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \
${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
diff --git a/games/fmars/Makefile b/games/fmars/Makefile
index 7a376e1a51cb..26b6aae03663 100644
--- a/games/fmars/Makefile
+++ b/games/fmars/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fmars
PORTVERSION= 0.0.207
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://users.v-lo.krakow.pl/~michal/
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 52aff79458e3..e946144a495a 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gnome-games
PORTVERSION= 2.24.3
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The game applications package for the GNOME 2 Desktop Environment
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \
ggzmod.5:${PORTSDIR}/games/ggz-client-libs
USE_BZIP2= yes
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile
index 4496438f2a88..9480f40c1f67 100644
--- a/games/gnurobots/Makefile
+++ b/games/gnurobots/Makefile
@@ -7,13 +7,14 @@
PORTNAME= gnurobots
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU diversion wherein Scheme-coded robots explore a world
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
USE_GNOME= gnometarget vte
GNU_CONFIGURE= yes
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile
index 2509b298ce0f..4ad22c65d371 100644
--- a/games/trackballs/Makefile
+++ b/games/trackballs/Makefile
@@ -7,14 +7,14 @@
PORTNAME= trackballs
PORTVERSION= 1.1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= SDL-based Marble Madness clone
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GL= gl
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 06b29120e2ba..2a89d9fac07c 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -7,6 +7,7 @@
PORTNAME= graphviz
PORTVERSION= 2.20.3
+PORTREVISION= 1
CATEGORIES= graphics tk
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@@ -363,7 +364,7 @@ PLIST_SUB+= WITH_TCL="@comment "
.if defined(WITH_GUILE)
CONFIGURE_ARGS+= --enable-guile
PLIST_SUB+= WITH_GUILE=""
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
MANN+= gv_guile.n
.else
CONFIGURE_ARGS+= --disable-guile
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index f2b463dd970d..21a1f70b5b2d 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bobotpp
PORTVERSION= 2.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= bobotpp
@@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
.if defined(WITHOUT_GUILE)
CONFIGURE_ARGS+= --disable-scripting
.else
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-scripting
.endif
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 55a2f4c0f6ad..d0d756a83b4d 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guile
PORTVERSION= 1.1.4
-PORTREVISION= 4
+PORTREVISION= 5
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.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile
index 4fe9d23a06eb..588c14ce2d6c 100644
--- a/lang/mdk/Makefile
+++ b/lang/mdk/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mdk
PORTVERSION= 1.2.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
@@ -20,7 +20,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \
MAINTAINER= stas@FreeBSD.org
COMMENT= A set of utilities for developing programs using MIX and MIXAL
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \
readline.5:${PORTSDIR}/devel/readline
USE_GNOME= gnometarget libglade2
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile
index 481276f40721..80a40dbb4f22 100644
--- a/math/drgeo/Makefile
+++ b/math/drgeo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= drgeo
PORTVERSION= 1.1.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ofset
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ofset
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A GTK interactive geometry sofware
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libglade2
diff --git a/math/guppi/Makefile b/math/guppi/Makefile
index 08611bdab1dc..dfda1205a4f0 100644
--- a/math/guppi/Makefile
+++ b/math/guppi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guppi
PORTVERSION= 0.40.3
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/Guppi/0.40
@@ -16,7 +16,7 @@ DISTNAME= Guppi-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= A plotting program for GNOME
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
index 23b2b9602e2f..891421d4c8db 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/gnunet/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnunet
PORTVERSION= 0.6.6b
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-p2p ipv6
MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \
${MASTER_SITE_GNU}
@@ -80,7 +80,7 @@ PLIST_SUB+= WITH_IPV6="@comment "
.endif
.if defined(WITH_GUILE)
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-guile
MAN1+= gnunet-download-manager.1
PLIST_SUB+= WITH_GUILE=""
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile
index 24877571ccb0..531a5fcb1e05 100644
--- a/net/gnu-radius/Makefile
+++ b/net/gnu-radius/Makefile
@@ -6,6 +6,7 @@
PORTNAME= gnu-radius
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= radius
@@ -58,7 +59,7 @@ CONFIGURE_ARGS+=--enable-snmp
.endif
.if defined(WITH_CLIENT)
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+=--enable-client
PLIST_SUB+= CLIENT=""
.else
diff --git a/net/net-http/Makefile b/net/net-http/Makefile
index 0cf33c3dd2b7..d025918ada18 100644
--- a/net/net-http/Makefile
+++ b/net/net-http/Makefile
@@ -8,7 +8,7 @@
PORTNAME= net-http
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net scheme
# mastersite disappeared around September 2002
MASTER_SITES= # http://evan.prodromou.san-francisco.ca.us/software/net-http/
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index 2dbc6872d866..19438d975bc3 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -8,7 +8,7 @@
PORTNAME= serveez
PORTVERSION= 0.1.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net devel
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/serveez/ \
http://www.textsure.net/~ela/download/
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/serveez/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= A server framework
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
diff --git a/science/mpb/Makefile b/science/mpb/Makefile
index 90a523b7ebd4..a56007885a46 100644
--- a/science/mpb/Makefile
+++ b/science/mpb/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mpb
PORTVERSION= 1.4.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/mpb/
@@ -19,7 +19,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
hdf5.0:${PORTSDIR}/science/hdf5 \
ctl.3:${PORTSDIR}/science/libctl \
- guile.19:${PORTSDIR}/lang/guile
+ guile.20:${PORTSDIR}/lang/guile
USE_FORTRAN= yes
diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile
index daab75357841..d1abc9365894 100644
--- a/sysutils/mcron/Makefile
+++ b/sysutils/mcron/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mcron
PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= mcron
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mcron
MAINTAINER= stefan@fh-mainz.de
COMMENT= A 100% compatible replacement for Vixie cron
-BUILD_DEPENDS= guile>=1.8.0:${PORTSDIR}/lang/guile
+BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index 3171e6142ab9..4076bb53796e 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -7,6 +7,7 @@
PORTNAME= elinks
DISTVERSION= 0.11.5
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile
index 2364e5c685f5..7f4859509e49 100644
--- a/x11-toolkits/guile-gtk/Makefile
+++ b/x11-toolkits/guile-gtk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guile-gtk
PORTVERSION= 0.60
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits scheme
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Guile binding library for GTK+
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
USE_GMAKE= yes
USE_GNOME= gnometarget ltverhack gdkpixbuf libglade
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 85647cca914c..f62dd336747c 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xbindkeys
PORTVERSION= 1.8.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://hocwp.free.fr/xbindkeys/
@@ -33,7 +33,7 @@ WISH= ${LOCALBASE}/bin/wish8.4
.include <bsd.port.pre.mk>
.if defined(WITH_GUILE)
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
.else
CONFIGURE_ARGS+= --disable-guile
.endif