svn commit: r331608 - in head: emulators/joytran x11-toolkits/py-kivy

Marcus von Appen mva at FreeBSD.org
Fri Oct 25 16:16:49 UTC 2013


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}


More information about the svn-ports-head mailing list