From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 21:16:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7758B9BA; Tue, 28 Jan 2014 21:16:12 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 629291A48; Tue, 28 Jan 2014 21:16:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SLGCVW077698; Tue, 28 Jan 2014 21:16:12 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SLGB10077690; Tue, 28 Jan 2014 21:16:11 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201401282116.s0SLGB10077690@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 28 Jan 2014 21:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341656 - in head: devel/ChipmunkPhysics games/pink-pony games/sea-defender lang/io X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 21:16:12 -0000 Author: nemysis Date: Tue Jan 28 21:16:10 2014 New Revision: 341656 URL: http://svnweb.freebsd.org/changeset/ports/341656 QAT: https://qat.redports.org/buildarchive/r341656/ Log: - Fix graphics/glfw2 dependency due to recent commit devel/ChipmunkPhysics - Bump PORTREVISION for dependency change games/pink-pony - Bump PORTREVISION for dependency change games/sea-defender - Bump PORTREVISION for dependency change lang/io - Bump PORTREVISION for dependency change Modified: head/devel/ChipmunkPhysics/Makefile head/games/pink-pony/Makefile head/games/sea-defender/Makefile head/lang/io/Makefile head/lang/io/Makefile.addons Modified: head/devel/ChipmunkPhysics/Makefile ============================================================================== --- head/devel/ChipmunkPhysics/Makefile Tue Jan 28 21:07:10 2014 (r341655) +++ head/devel/ChipmunkPhysics/Makefile Tue Jan 28 21:16:10 2014 (r341656) @@ -3,6 +3,7 @@ PORTNAME= ChipmunkPhysics PORTVERSION= 6.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \ http://files.slembcke.net/chipmunk/release/Chipmunk-6.x/ \ @@ -29,7 +30,7 @@ PORTEXAMPLES= *.c *.h .if ${PORT_OPTIONS:MDEMOS} USE_GL= glew -LIB_DEPENDS+= libglfw.so:${PORTSDIR}/graphics/glfw +LIB_DEPENDS+= libglfw.so:${PORTSDIR}/graphics/glfw2 PLIST_SUB+= DEMOS="" .else CMAKE_ARGS= -DBUILD_DEMOS=OFF Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Tue Jan 28 21:07:10 2014 (r341655) +++ head/games/pink-pony/Makefile Tue Jan 28 21:16:10 2014 (r341656) @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ libprotobuf.so:${PORTSDIR}/devel/protobuf \ - libglfw.so:${PORTSDIR}/graphics/glfw \ + libglfw.so:${PORTSDIR}/graphics/glfw2 \ libHalf.so:${PORTSDIR}/graphics/ilmbase \ libftgl.so:${PORTSDIR}/graphics/ftgl \ libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 Modified: head/games/sea-defender/Makefile ============================================================================== --- head/games/sea-defender/Makefile Tue Jan 28 21:07:10 2014 (r341655) +++ head/games/sea-defender/Makefile Tue Jan 28 21:16:10 2014 (r341656) @@ -15,7 +15,7 @@ COMMENT= Simple missile command clone LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/lib/libglfw.a:${PORTSDIR}/graphics/glfw +BUILD_DEPENDS= ${LOCALBASE}/lib/libglfw.a:${PORTSDIR}/graphics/glfw2 USE_GITHUB= yes GH_ACCOUNT= snoutmate Modified: head/lang/io/Makefile ============================================================================== --- head/lang/io/Makefile Tue Jan 28 21:07:10 2014 (r341655) +++ head/lang/io/Makefile Tue Jan 28 21:16:10 2014 (r341656) @@ -3,7 +3,7 @@ PORTNAME= io PORTVERSION= 2011.09.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= gahr@FreeBSD.org Modified: head/lang/io/Makefile.addons ============================================================================== --- head/lang/io/Makefile.addons Tue Jan 28 21:07:10 2014 (r341655) +++ head/lang/io/Makefile.addons Tue Jan 28 21:16:10 2014 (r341656) @@ -120,7 +120,7 @@ LIB_DEPENDS+= libfreetype.so:${PORTSDIR} # GLFW # .if ${PORT_OPTIONS:MGLFW} -LIB_DEPENDS+= libglfw.so.0:${PORTSDIR}/graphics/glfw +LIB_DEPENDS+= libglfw.so.0:${PORTSDIR}/graphics/glfw2 .endif #