Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 14:46:09 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317125 - in head/emulators/joytran: . files
Message-ID:  <201305021446.r42Ek9i2088487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu May  2 14:46:08 2013
New Revision: 317125
URL: http://svnweb.freebsd.org/changeset/ports/317125

Log:
  Update to version 0.9.5
  
  PR:		ports/178294
  Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)

Deleted:
  head/emulators/joytran/files/
Modified:
  head/emulators/joytran/Makefile
  head/emulators/joytran/distinfo   (contents, props changed)
  head/emulators/joytran/pkg-plist   (contents, props changed)

Modified: head/emulators/joytran/Makefile
==============================================================================
--- head/emulators/joytran/Makefile	Thu May  2 14:44:50 2013	(r317124)
+++ head/emulators/joytran/Makefile	Thu May  2 14:46:08 2013	(r317125)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	joytran
-# Date created:			30 Jul 2011
-# Whom:				Timothy Beyer <beyert@cs.ucr.edu>
-#
+# Created by: Timothy Beyer <beyert@cs.ucr.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	joytran
-PORTVERSION=	0.8.7
+PORTVERSION=	0.9.5
 CATEGORIES=	emulators
 MASTER_SITES=	BERLIOS GOOGLE_CODE
 MASTER_SITE_SUBDIR=	joytran
@@ -17,19 +13,21 @@ 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
-USES=		cmake
+USES=		cmake pkgconfig
 CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
+USE_XORG=	x11 xtst
+
+.include <bsd.port.options.mk>
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 CMAKE_ARGS+=	-DINSTALL_DOCUMENTATION:BOOL=ON
 .else
 CMAKE_ARGS+=	-DINSTALL_DOCUMENTATION:BOOL=OFF
 .endif
 
-USE_SDL=	sdl
-USE_XORG=	x11 xtst
-
 .include <bsd.port.mk>

Modified: head/emulators/joytran/distinfo
==============================================================================
--- head/emulators/joytran/distinfo	Thu May  2 14:44:50 2013	(r317124)
+++ head/emulators/joytran/distinfo	Thu May  2 14:46:08 2013	(r317125)
@@ -1,2 +1,2 @@
-SHA256 (joytran-0.8.7.tar.bz2) = a1d8d0349c6145b7c50f3dd4814248801d0dfe827923ba702be03ce29caa42cc
-SIZE (joytran-0.8.7.tar.bz2) = 42949
+SHA256 (joytran-0.9.5.tar.bz2) = a3b87978b606fecd495a56f137be11f372e7c82f63dcde2a817c48d056a22861
+SIZE (joytran-0.9.5.tar.bz2) = 46903

Modified: head/emulators/joytran/pkg-plist
==============================================================================
--- head/emulators/joytran/pkg-plist	Thu May  2 14:44:50 2013	(r317124)
+++ head/emulators/joytran/pkg-plist	Thu May  2 14:46:08 2013	(r317125)
@@ -12,7 +12,8 @@ bin/joytran
 %%DATADIR%%/profiles/default
 %%DATADIR%%/profiles/default-one_player
 %%PORTDOCS%%%%DOCSDIR%%/0203121918-diagram.jpg
-%%PORTDOCS%%%%DOCSDIR%%/manual.htm
+%%PORTDOCS%%%%DOCSDIR%%/manual.tex
+%%PORTDOCS%%%%DOCSDIR%%/Makefile
 @dirrmtry %%DATADIR%%/profiles
 @dirrmtry %%DATADIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%



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