Bug 184064 - 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-11-19 04:10 UTC by Timothy Beyer
Modified: 2013-11-23 11:00 UTC (History)
1 user (show)

See Also:


Attachments
joytran.diff (886 bytes, patch)
2013-11-19 04:10 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-11-19 04:10:00 UTC
- Update to version 0.9.5.1 (fixes joystick support when SDL 2.x is used)

Fix: The included patch
How-To-Repeat: 
    Apply patch and build port
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-11-23 00:43:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-23 10:53:09 UTC
Author: pawel
Date: Sat Nov 23 10:53:02 2013
New Revision: 334658
URL: http://svnweb.freebsd.org/changeset/ports/334658

Log:
  - Update to version 0.9.5.1 (fixes joystick support when SDL 2.x is used) [1]
  - Support staging
  - Define supported DOCS option
  
  PR:		ports/184064 [1]
  Submitted by:	maintainer [1]

Modified:
  head/emulators/joytran/Makefile
  head/emulators/joytran/distinfo

Modified: head/emulators/joytran/Makefile
==============================================================================
--- head/emulators/joytran/Makefile	Sat Nov 23 10:51:45 2013	(r334657)
+++ head/emulators/joytran/Makefile	Sat Nov 23 10:53:02 2013	(r334658)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	joytran
-PORTVERSION=	0.9.5
-PORTREVISION=	2
+PORTVERSION=	0.9.5.1
 CATEGORIES=	emulators
 MASTER_SITES=	BERLIOS GOOGLE_CODE
 MASTER_SITE_SUBDIR=	joytran
@@ -22,13 +21,6 @@ USES=		cmake pkgconfig
 CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
 USE_XORG=	x11 xtst
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-CMAKE_ARGS+=	-DINSTALL_DOCUMENTATION:BOOL=ON
-.else
-CMAKE_ARGS+=	-DINSTALL_DOCUMENTATION:BOOL=OFF
-.endif
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.mk>

Modified: head/emulators/joytran/distinfo
==============================================================================
--- head/emulators/joytran/distinfo	Sat Nov 23 10:51:45 2013	(r334657)
+++ head/emulators/joytran/distinfo	Sat Nov 23 10:53:02 2013	(r334658)
@@ -1,2 +1,2 @@
-SHA256 (joytran-0.9.5.tar.bz2) = a3b87978b606fecd495a56f137be11f372e7c82f63dcde2a817c48d056a22861
-SIZE (joytran-0.9.5.tar.bz2) = 46903
+SHA256 (joytran-0.9.5.1.tar.bz2) = 553f3910874cf7471f883864de2699d2f6bfb14af369ebd64f125f9ee5016b68
+SIZE (joytran-0.9.5.1.tar.bz2) = 47220
_______________________________________________
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-11-23 10:53:32 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!