summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/beast/Makefile2
-rw-r--r--audio/glame/Makefile4
-rw-r--r--audio/snd/Makefile3
-rw-r--r--cad/gwave/Makefile4
-rw-r--r--cad/libgeda/Makefile4
-rw-r--r--comms/gnuradio/Makefile2
-rw-r--r--deskutils/gnotime/Makefile4
-rw-r--r--devel/autogen/Makefile3
-rw-r--r--devel/g-wrap/Makefile2
-rw-r--r--devel/gconf/Makefile4
-rw-r--r--devel/guile-lib/Makefile2
-rw-r--r--devel/libmatheval/Makefile4
-rw-r--r--editors/texmacs/Makefile4
-rw-r--r--finance/gnucash/Makefile2
-rw-r--r--games/gnome-games/Makefile4
-rw-r--r--games/gnurobots/Makefile4
-rw-r--r--games/trackballs/Makefile4
-rw-r--r--graphics/graphviz/Makefile2
-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/Makefile2
-rw-r--r--net/serveez/Makefile4
-rw-r--r--print/lilypond/Makefile3
-rw-r--r--science/libctl/Makefile4
-rw-r--r--science/mpb/Makefile4
-rw-r--r--security/crank/Makefile2
-rw-r--r--textproc/scss/Makefile2
-rw-r--r--www/guile-www/Makefile2
-rw-r--r--x11-toolkits/guile-gtk/Makefile4
-rw-r--r--x11/xbindkeys/Makefile2
33 files changed, 55 insertions, 52 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
index 1cb5b52bdc9e..23956674e49a 100644
--- a/audio/beast/Makefile
+++ b/audio/beast/Makefile
@@ -7,7 +7,7 @@
PORTNAME= beast
PORTVERSION= 0.7.1
-PORTREVISION= 2
+PORTREVISION= 3
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 36acf40bc86a..cbe3a98887b8 100644
--- a/audio/glame/Makefile
+++ b/audio/glame/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glame
PORTVERSION= 2.0.1
-PORTREVISION= 10
+PORTREVISION= 11
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.18:${PORTSDIR}/lang/guile
+ guile.19:${PORTSDIR}/lang/guile
USE_XORG= xbitmaps x11
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 572ba315a439..2dba4910b763 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snd
PORTVERSION= 9.11
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
@@ -59,7 +60,7 @@ CONFIGURE_ARGS+= --without-gsl
.endif
.if !defined(WITHOUT_GUILE)
-LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
PLIST_SUB+= GUILE=""
.else
CONFIGURE_ARGS+= --without-guile
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index ea2acc3df41b..1874ac9bce46 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -7,14 +7,14 @@
PORTNAME= gwave
PORTVERSION= 20060606
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MASTER_SITES= http://geda.seul.org/dist/
MAINTAINER= stas@FreeBSD.org
COMMENT= Waveform viewer for analogue electronic simulation tools
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.19:${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 750a4d0b95a9..f1df98b3b388 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgeda
PORTVERSION= 20070216
-PORTREVISION= 3
+PORTREVISION= 4
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.18:${PORTSDIR}/lang/guile
+ guile.19:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 4ddfae3a2f6d..63cfa102af4c 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnuradio
PORTVERSION= 3.1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms astro hamradio
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnuradio
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index 22805127bd61..a0b8ff62d5a9 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -8,14 +8,14 @@
PORTNAME= gnotime
PORTVERSION= 2.2.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= deskutils gnome
MASTER_SITES= SF/gttr
MAINTAINER= ports@FreeBSD.org
COMMENT= GnoTime is a time tracker for gnome2
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${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 e726a6853535..b81654424732 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -8,6 +8,7 @@
PORTNAME= autogen
PORTVERSION= 5.9.5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU:S/$/:gnu/}
@@ -17,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
MAINTAINER= clsung@FreeBSD.org
COMMENT= The Automated Program Generator
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget libxml2
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 71d4cead14f2..71bc28639913 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -8,7 +8,7 @@
PORTNAME= g-wrap
PORTVERSION= 1.9.6
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= devel scheme
MASTER_SITES= SAVANNAH
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile
index 7aeb5a145967..4813a661c518 100644
--- a/devel/gconf/Makefile
+++ b/devel/gconf/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gconf
PORTVERSION= 1.0.9
-PORTREVISION= 14
+PORTREVISION= 15
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile
index 7e41c8a80e7f..39a88f6bb0ac 100644
--- a/devel/guile-lib/Makefile
+++ b/devel/guile-lib/Makefile
@@ -8,7 +8,7 @@
PORTNAME= guile-lib
PORTVERSION= 0.1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel scheme
MASTER_SITES= http://download.gna.org/guile-lib/
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index 2e14353b21c7..91f2fa061452 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libmatheval
PORTVERSION= 1.1.5
-PORTREVISION= 1
+PORTREVISION= 2
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index 10977989e145..26407937e691 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= texmacs
PORTVERSION= 1.0.6.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors print
MASTER_SITES= http://www.texmacs.org/Download/ftp/%SUBDIR%/ \
ftp://ftp.texmacs.org/pub/TeXmacs/%SUBDIR%/ \
@@ -20,7 +20,7 @@ MAINTAINER= chinsan@FreeBSD.org
COMMENT= A free WYSIWYG scientific text editor
BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX-base
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.19:${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 462311f9e451..059aedaf017a 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnucash
PORTVERSION= 2.2.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= finance gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.gnucash.org/pub/gnucash/sources/stable/
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 478b67b55a12..963deace8661 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnome-games
PORTVERSION= 2.22.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The game applications package for the GNOME 2 Desktop Environment
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \
ggzmod.5:${PORTSDIR}/games/ggz-client-libs
USE_BZIP2= yes
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile
index 6f6eeee09eb3..f9ba86eef069 100644
--- a/games/gnurobots/Makefile
+++ b/games/gnurobots/Makefile
@@ -7,14 +7,14 @@
PORTNAME= gnurobots
PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU diversion wherein Scheme-coded robots explore a world
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_XORG= x11 xpm
USE_GNOME= gnometarget glib20
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile
index 0c00c980df49..095a29226682 100644
--- a/games/trackballs/Makefile
+++ b/games/trackballs/Makefile
@@ -7,14 +7,14 @@
PORTNAME= trackballs
PORTVERSION= 1.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= SDL-based Marble Madness clone
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GL= gl
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 8afb20ce293a..b712526eef34 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -363,7 +363,7 @@ PLIST_SUB+= WITH_TCL="@comment "
.if defined(WITH_GUILE)
CONFIGURE_ARGS+= --enable-guile
PLIST_SUB+= WITH_GUILE=""
-LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
MANN+= gv_guile.n
.else
CONFIGURE_ARGS+= --disable-guile
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index 33a8b97f600c..f2b463dd970d 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bobotpp
PORTVERSION= 2.0.2
-PORTREVISION= 2
+PORTREVISION= 3
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-scripting
.endif
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index bdd484787b83..e713c1200a3f 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guile
PORTVERSION= 1.1.4
-PORTREVISION= 3
+PORTREVISION= 4
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile
index ad69e644cd7d..4fe9d23a06eb 100644
--- a/lang/mdk/Makefile
+++ b/lang/mdk/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mdk
PORTVERSION= 1.2.1
-PORTREVISION= 4
+PORTREVISION= 5
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.18:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \
readline.5:${PORTSDIR}/devel/readline
USE_GNOME= gnometarget libglade2
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile
index 941ab25ea889..481276f40721 100644
--- a/math/drgeo/Makefile
+++ b/math/drgeo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= drgeo
PORTVERSION= 1.1.0
-PORTREVISION= 6
+PORTREVISION= 7
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libglade2
diff --git a/math/guppi/Makefile b/math/guppi/Makefile
index 410e2015012b..e86842aca101 100644
--- a/math/guppi/Makefile
+++ b/math/guppi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guppi
PORTVERSION= 0.40.3
-PORTREVISION= 11
+PORTREVISION= 12
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
index e78d6b0d88bf..23b2b9602e2f 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/gnunet/Makefile
@@ -80,7 +80,7 @@ PLIST_SUB+= WITH_IPV6="@comment "
.endif
.if defined(WITH_GUILE)
-LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-guile
MAN1+= gnunet-download-manager.1
PLIST_SUB+= WITH_GUILE=""
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index 53795e6e2201..e5b2d71a8153 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -8,7 +8,7 @@
PORTNAME= serveez
PORTVERSION= 0.1.5
-PORTREVISION= 4
+PORTREVISION= 5
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index b1ac8886209c..7e95546a2afd 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -9,6 +9,7 @@
PORTNAME= lilypond
PORTVERSION= 2.11.52
+PORTREVISION= 1
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \
http://download.linuxaudio.org/lilypond/binaries/freebsd-x86/:bin
@@ -23,7 +24,7 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \
mftrace:${PORTSDIR}/print/mftrace \
rarian-sk-config:${PORTSDIR}/textproc/rarian \
texi2pdf:${PORTSDIR}/print/texinfo
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
mftrace:${PORTSDIR}/print/mftrace
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index ffb5c4db9dd7..ae43ffa381b8 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -8,14 +8,14 @@
PORTNAME= libctl
PORTVERSION= 3.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science math
MASTER_SITES= http://ab-initio.mit.edu/libctl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Control Language Library
-LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
diff --git a/science/mpb/Makefile b/science/mpb/Makefile
index 2ce13dc6529e..18e044d81127 100644
--- a/science/mpb/Makefile
+++ b/science/mpb/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mpb
PORTVERSION= 1.4.2
-PORTREVISION= 5
+PORTREVISION= 6
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.18:${PORTSDIR}/lang/guile
+ guile.19:${PORTSDIR}/lang/guile
USE_FORTRAN= yes
diff --git a/security/crank/Makefile b/security/crank/Makefile
index 1c3a523b0b92..278a0d6791c4 100644
--- a/security/crank/Makefile
+++ b/security/crank/Makefile
@@ -8,7 +8,7 @@
PORTNAME= crank
PORTVERSION= 0.2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/textproc/scss/Makefile b/textproc/scss/Makefile
index 6910c42e03b5..6b9675eb5557 100644
--- a/textproc/scss/Makefile
+++ b/textproc/scss/Makefile
@@ -8,7 +8,7 @@
PORTNAME= scss
PORTVERSION= 0.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc scheme
MASTER_SITES= SAVANNAH
diff --git a/www/guile-www/Makefile b/www/guile-www/Makefile
index 81a53faba93e..0b3368f087f4 100644
--- a/www/guile-www/Makefile
+++ b/www/guile-www/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guile-www
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel scheme
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= guile
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile
index 7de20c7d4a1f..2364e5c685f5 100644
--- a/x11-toolkits/guile-gtk/Makefile
+++ b/x11-toolkits/guile-gtk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guile-gtk
PORTVERSION= 0.60
-PORTREVISION= 2
+PORTREVISION= 3
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.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
USE_GMAKE= yes
USE_GNOME= gnometarget ltverhack gdkpixbuf libglade
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index f9962823b795..85647cca914c 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -33,7 +33,7 @@ WISH= ${LOCALBASE}/bin/wish8.4
.include <bsd.port.pre.mk>
.if defined(WITH_GUILE)
-LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
.else
CONFIGURE_ARGS+= --disable-guile
.endif