Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 21:16:11 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
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
Message-ID:  <201401282116.s0SLGB10077690@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401282116.s0SLGB10077690>