From owner-svn-ports-all@FreeBSD.ORG Sat Jan 24 19:27:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51DC7A83; Sat, 24 Jan 2015 19:27:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ACFF68B; Sat, 24 Jan 2015 19:27:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0OJRZJt045239; Sat, 24 Jan 2015 19:27:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0OJRSPZ045182; Sat, 24 Jan 2015 19:27:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501241927.t0OJRSPZ045182@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 24 Jan 2015 19:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377815 - in head: audio/libebur128 audio/pulseaudio comms/gnuradio deskutils/conduit deskutils/gnome-documents deskutils/xfce4-tumbler devel/py-roxlib devel/ruby-build games/balazarbro... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 19:27:35 -0000 Author: antoine Date: Sat Jan 24 19:27:27 2015 New Revision: 377815 URL: https://svnweb.freebsd.org/changeset/ports/377815 QAT: https://qat.redports.org/buildarchive/r377815/ Log: Fix some _DEPENDS Modified: head/audio/libebur128/Makefile head/audio/pulseaudio/Makefile head/comms/gnuradio/Makefile head/deskutils/conduit/Makefile head/deskutils/gnome-documents/Makefile head/deskutils/xfce4-tumbler/Makefile head/devel/py-roxlib/Makefile head/devel/ruby-build/Makefile head/games/balazarbrothers/Makefile head/net-im/centerim-devel/Makefile head/net-im/centerim/Makefile head/net/gq/Makefile head/net/vnc/Makefile head/print/hpijs/Makefile head/science/afni/Makefile head/security/gnome-gpg/Makefile head/security/gnome-keyring-sharp/Makefile head/security/gpass/Makefile head/security/w3af/Makefile head/textproc/docproj/Makefile head/textproc/sdom/Makefile head/x11-toolkits/py-kivy/Makefile head/x11-wm/wmakerconf/Makefile head/x11/hotwire-shell/Makefile Modified: head/audio/libebur128/Makefile ============================================================================== --- head/audio/libebur128/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/audio/libebur128/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -3,6 +3,7 @@ PORTNAME= libebur128 PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= Implementation of the EBU R128 LICENSE= MIT -LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speex +LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp USES= cmake:outsource pkgconfig Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/audio/pulseaudio/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -7,7 +7,7 @@ PORTNAME= pulseaudio PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -16,7 +16,7 @@ COMMENT= Sound server for UNIX LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libspeexdsp.so:${PORTSDIR}/audio/speex \ + libspeexdsp.so:${PORTSDIR}/audio/speexdsp \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ liborc-0.4.so:${PORTSDIR}/devel/orc \ Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/comms/gnuradio/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -16,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= sdl-config:${PORTSDIR}/devel/sdl12 \ swig2.0:${PORTSDIR}/devel/swig20 \ cheetah:${PORTSDIR}/devel/py-cheetah \ - ${PYTHON_SITELIBDIR}/lxml:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 \ xdg-open:${PORTSDIR}/devel/xdg-utils \ Modified: head/deskutils/conduit/Makefile ============================================================================== --- head/deskutils/conduit/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/deskutils/conduit/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -15,13 +15,13 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gooc ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus + ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ xdg-open:${PORTSDIR}/devel/xdg-utils GNU_CONFIGURE= yes Modified: head/deskutils/gnome-documents/Makefile ============================================================================== --- head/deskutils/gnome-documents/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/deskutils/gnome-documents/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -23,7 +23,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI libgjs.so:${PORTSDIR}/lang/gjs \ libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker \ libzapojit-0.0.so:${PORTSDIR}/net/libzapojit -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ +RUN_DEPENDS= py2?-dbus>0:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ unoconv:${PORTSDIR}/textproc/unoconv Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/deskutils/xfce4-tumbler/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -86,8 +86,7 @@ USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .endif -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libexif.so:${PORTSDIR}/graphics/exif +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg CONFIGURE_ARGS+=--enable-jpeg-thumbnailer PLIST_SUB+= JPEG="" .else Modified: head/devel/py-roxlib/Makefile ============================================================================== --- head/devel/py-roxlib/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/devel/py-roxlib/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -12,9 +12,9 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Python libraries for ROX USES= python tar:bzip2 +USE_GNOME= pygtk2:run -RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ - ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 +RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/devel/ruby-build/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -9,7 +9,7 @@ COMMENT= Compile and install different r LICENSE= MIT -RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ +RUN_DEPENDS= autoconf>0:${PORTSDIR}/devel/autoconf \ curl:${PORTSDIR}/ftp/curl \ gmake:${PORTSDIR}/devel/gmake Modified: head/games/balazarbrothers/Makefile ============================================================================== --- head/games/balazarbrothers/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/games/balazarbrothers/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcal3d.so:${PORTSDIR}/graphics/cal3d \ libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:${PORTSDIR}/audio/py-vorbis \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vorbis>0:${PORTSDIR}/audio/py-vorbis \ ${PYTHON_PKGNAMEPREFIX}soya3d>0:${PORTSDIR}/graphics/py-soya3d \ ${PYTHON_PKGNAMEPREFIX}tofu>0:${PORTSDIR}/net/py-tofu \ ${PYTHON_PKGNAMEPREFIX}cerealizer>0:${PORTSDIR}/security/py-cerealizer Modified: head/net-im/centerim-devel/Makefile ============================================================================== --- head/net-im/centerim-devel/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/net-im/centerim-devel/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -58,7 +58,7 @@ IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss LJ_CONFIGURE_ENABLE= lj -GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/ekg +GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/libgadu GG_CONFIGURE_ENABLE= gg GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/net-im/centerim/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ @@ -57,7 +57,7 @@ IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss LJ_CONFIGURE_ENABLE= lj -GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/ekg +GG_LIB_DEPENDS= libgadu.so:${PORTSDIR}/polish/libgadu GG_CONFIGURE_ENABLE= gg GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent Modified: head/net/gq/Makefile ============================================================================== --- head/net/gq/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/net/gq/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -3,7 +3,7 @@ PORTNAME= gq PORTVERSION= 1.3.4 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION} @@ -11,7 +11,7 @@ MASTER_SITES= SF/${PORTNAME}client/GQ%20 MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based LDAP client -LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring OPTIONS_DEFINE= DND CACHE OPTIONS_DEFAULT= DND CACHE Modified: head/net/vnc/Makefile ============================================================================== --- head/net/vnc/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/net/vnc/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -55,7 +55,7 @@ MAKE_ARGS= AR='ar rc' .endif RUN_DEPENDS+= xauth:${PORTSDIR}/x11/xauth \ - ${PREFIX}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ + xorg-fonts-miscbitmaps>0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ Modified: head/print/hpijs/Makefile ============================================================================== --- head/print/hpijs/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/print/hpijs/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -39,7 +39,8 @@ PLIST_SUB+= FOOMATIC="@comment " .endif .if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-base +BUILD_DEPENDS+= cups-base>0:${PORTSDIR}/print/cups-base +RUN_DEPENDS+= cups-base>0:${PORTSDIR}/print/cups-base CONFIGURE_ARGS+= --enable-cups-install PLIST_SUB+= CUPS="" .else Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/science/afni/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -28,7 +28,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libXm.so:${PORTSDIR}/x11-toolkits/open-motif \ libR.so:${PORTSDIR}/math/R \ libgsl.so:${PORTSDIR}/math/gsl \ - libnetcdf.so:${PORTSDIR}/science/netcdf-fortran + libnetcdff.so:${PORTSDIR}/science/netcdf-fortran RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \ mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ whirlgif:${PORTSDIR}/graphics/whirlgif \ Modified: head/security/gnome-gpg/Makefile ============================================================================== --- head/security/gnome-gpg/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/security/gnome-gpg/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -4,7 +4,7 @@ PORTNAME= gnome-gpg PORTVERSION= 0.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= GNOME @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Simple commandline wrapper around gpg for gnome-keyring BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 USES= pkgconfig tar:bzip2 Modified: head/security/gnome-keyring-sharp/Makefile ============================================================================== --- head/security/gnome-keyring-sharp/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/security/gnome-keyring-sharp/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -3,7 +3,7 @@ PORTNAME= gnome-keyring-sharp PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/ @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fully managed implementation of gnome-keyring BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \ - ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/gnome-keyring + ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes Modified: head/security/gpass/Makefile ============================================================================== --- head/security/gpass/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/security/gpass/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -3,14 +3,14 @@ PORTNAME= gpass PORTVERSION= 0.5.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security gnome MASTER_SITES= http://projects.netlab.jp/gpass/release/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for GNOME2 -LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/mcrypt \ +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ libmhash.so:${PORTSDIR}/security/mhash GNU_CONFIGURE= yes Modified: head/security/w3af/Makefile ============================================================================== --- head/security/w3af/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/security/w3af/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -3,7 +3,7 @@ PORTNAME= w3af DISTVERSION= 1.0-rc4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security python www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION} @@ -12,7 +12,6 @@ COMMENT= Web Application Attack and Audi LICENSE= GPLv2 -LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/py-utidy BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \ Modified: head/textproc/docproj/Makefile ============================================================================== --- head/textproc/docproj/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/textproc/docproj/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -23,7 +23,7 @@ RUN_DEPENDS= links:${PORTSDIR}/www/links ${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \ docbook-xsl-ns>=1.78.1_4:${PORTSDIR}/textproc/docbook-xsl-ns \ ${LOCALBASE}/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl:${PORTSDIR}/textproc/iso-schematron-xslt \ - ${LOCALBASE}/share/xml/docbook/catalog:${PORTSDIR}/textproc/docbook \ + docbook>0:${PORTSDIR}/textproc/docbook \ ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \ p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser \ zip:${PORTSDIR}/archivers/zip Modified: head/textproc/sdom/Makefile ============================================================================== --- head/textproc/sdom/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/textproc/sdom/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -12,7 +12,7 @@ COMMENT= Implementation of the W3C DOM r LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= guile>=0:${PORTSDIR}/devel/guile-lib +RUN_DEPENDS= guile-lib>=0:${PORTSDIR}/devel/guile-lib NO_BUILD= yes Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/x11-toolkits/py-kivy/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -60,10 +60,10 @@ PDF_BUILD_DEPENDS= sphinx-build:${PORTSD PDF_USE= TEX=texlive,pdftex:build,dvipsk:build PDF_USES= gmake PIL_DESC= Text and window rendering support via PIL -PIL_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL:${PORTSDIR}/graphics/py-imaging +PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging PYGAME_DESC= Window, text and image rendering support via PyGame -PYGAME_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame:${PORTSDIR}/devel/py-game -PYGLET_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyglet:${PORTSDIR}/graphics/py-pyglet +PYGAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game +PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>0:${PORTSDIR}/graphics/py-pyglet SDL2_DESC= Simple Direct Media Layer v2.0 support SDL2_MAKE_ENV= USE_SDL=1 SDL2_USE= SDL=sdl2,ttf2,mixer2 Modified: head/x11-wm/wmakerconf/Makefile ============================================================================== --- head/x11-wm/wmakerconf/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/x11-wm/wmakerconf/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -14,7 +14,7 @@ COMMENT= Configuration tool for Window M LICENSE= GPLv2 -LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS= libWINGs.so:${PORTSDIR}/x11-wm/windowmaker RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/x11/hotwire-shell/Makefile ============================================================================== --- head/x11/hotwire-shell/Makefile Sat Jan 24 19:17:27 2015 (r377814) +++ head/x11/hotwire-shell/Makefile Sat Jan 24 19:27:27 2015 (r377815) @@ -12,7 +12,7 @@ DISTNAME= hotwire-${DISTVERSION} MAINTAINER= ashish@FreeBSD.org COMMENT= Hotwire is an object-oriented hypershell -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \