Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 16:16:49 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331608 - in head: emulators/joytran x11-toolkits/py-kivy
Message-ID:  <201310251616.r9PGGnpd030445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Fri Oct 25 16:16:48 2013
New Revision: 331608
URL: http://svnweb.freebsd.org/changeset/ports/331608

Log:
  - Chase devel/sdl20 shlib version change

Modified:
  head/emulators/joytran/Makefile
  head/x11-toolkits/py-kivy/Makefile

Modified: head/emulators/joytran/Makefile
==============================================================================
--- head/emulators/joytran/Makefile	Fri Oct 25 16:15:36 2013	(r331607)
+++ head/emulators/joytran/Makefile	Fri Oct 25 16:16:48 2013	(r331608)
@@ -3,6 +3,7 @@
 
 PORTNAME=	joytran
 PORTVERSION=	0.9.5
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	BERLIOS GOOGLE_CODE
 MASTER_SITE_SUBDIR=	joytran
@@ -13,11 +14,10 @@ COMMENT=	Joystick to keyboard/mouse even
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-LIB_DEPENDS=	SDL2:${PORTSDIR}/devel/sdl20
-
 # This is needed to fetch from BerliOS
 FETCH_ARGS=	"-Fpr"
 USE_BZIP2=	yes
+USE_SDL=	sdl2
 USES=		cmake pkgconfig
 CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
 USE_XORG=	x11 xtst

Modified: head/x11-toolkits/py-kivy/Makefile
==============================================================================
--- head/x11-toolkits/py-kivy/Makefile	Fri Oct 25 16:15:36 2013	(r331607)
+++ head/x11-toolkits/py-kivy/Makefile	Fri Oct 25 16:16:48 2013	(r331608)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kivy
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	LOCAL/dbn/${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}



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