From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 19 04:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC1B0B7 for ; Tue, 19 Nov 2013 04:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CE572101 for ; Tue, 19 Nov 2013 04:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJ4A0d3038183 for ; Tue, 19 Nov 2013 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAJ4A0RQ038182; Tue, 19 Nov 2013 04:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 19 Nov 2013 04:10:00 GMT Resent-Message-Id: <201311190410.rAJ4A0RQ038182@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer 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 ; 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 ; 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 To: FreeBSD GNATS Submit Subject: ports/184064: update port: emulators/joytran Cc: Timothy Beyer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 04:10:00 -0000 >Number: 184064 >Category: ports >Synopsis: update port: emulators/joytran >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 19 04:10:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted: