From beyert@fastmail.fm  Tue Nov 19 04:01:25 2013
Return-Path: <beyert@fastmail.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id B947ADBF
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 19 Nov 2013 04:01:25 +0000 (UTC)
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8F22F20B2
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 19 Nov 2013 04:01:25 +0000 (UTC)
Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42])
	by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 281E92119F;
	Mon, 18 Nov 2013 23:01:17 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
  by compute2.internal (MEProxy); Mon, 18 Nov 2013 23:01:18 -0500
Received: from hypercube.aeonnet.fastmail.fm (unknown [76.90.217.240])
	by mail.messagingengine.com (Postfix) with ESMTPA id 46A396804F8;
	Mon, 18 Nov 2013 23:01:17 -0500 (EST)
Message-Id: <87txf93ur8.wl@fastmail.fm>
Date: Mon, 18 Nov 2013 20:01:15 -0800
From: Timothy Beyer <beyert@cs.ucr.edu>
To: FreeBSD GNATS Submit <FreeBSD-gnats-submit@FreeBSD.org>
Cc: Timothy Beyer <beyert@cs.ucr.edu>
Subject: update port: emulators/joytran

>Number:         184064
>Category:       ports
>Synopsis:       update port: emulators/joytran
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 04:10:00 UTC 2013
>Closed-Date:    Sat Nov 23 10:53:33 UTC 2013
>Last-Modified:  Sat Nov 23 11:00:00 UTC 2013
>Originator:     Timothy Beyer
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
no organization
>Environment:
System: FreeBSD hypercube.aeonnet 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 1 00:41:23 PDT 2013 root@hypercube.aeonnet:/usr/obj/usr/src/sys/CUSTOM-9.2 amd64

>Description:

- Update to version 0.9.5.1 (fixes joystick support when SDL 2.x is used)

>How-To-Repeat:

    Apply patch and build port

>Fix:

    The included patch

--- joytran.diff begins here ---
diff -urN joytran.orig/Makefile joytran/Makefile
--- joytran.orig/Makefile	2013-11-17 04:33:49.000000000 -0800
+++ joytran/Makefile	2013-11-18 19:53:59.000000000 -0800
@@ -2,8 +2,7 @@
 # $FreeBSD: emulators/joytran/Makefile 334079 2013-11-17 12:33:49Z mva $
 
 PORTNAME=	joytran
-PORTVERSION=	0.9.5
-PORTREVISION=	2
+PORTVERSION=	0.9.5.1
 CATEGORIES=	emulators
 MASTER_SITES=	BERLIOS GOOGLE_CODE
 MASTER_SITE_SUBDIR=	joytran
diff -urN joytran.orig/distinfo joytran/distinfo
--- joytran.orig/distinfo	2013-05-02 07:46:08.000000000 -0700
+++ joytran/distinfo	2013-11-18 19:54:09.000000000 -0800
@@ -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

--- joytran.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sat Nov 23 00:43:19 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184064 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Nov 23 10:53:32 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184064 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184064: commit references a PR
Date: Sat, 23 Nov 2013 10:53:09 +0000 (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"
 
>Unformatted:
