Bug 178294 - update port: emulators/joytran
Summary: update port: emulators/joytran
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 09:40 UTC by Timothy Beyer
Modified: 2013-05-02 15:50 UTC (History)
1 user (show)

See Also:


Attachments
joytran.diff (2.74 KB, patch)
2013-05-02 09:40 UTC, Timothy Beyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2013-05-02 09:40:00 UTC
- Update to version 0.9.5

Fix: The included patch
How-To-Repeat: 
    Apply patch and build port
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-05-02 15:21:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-02 15:46:22 UTC
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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-05-02 15:46:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!