From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 4 10:50:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A541F1065673 for ; Sat, 4 Feb 2012 10:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 794C78FC12 for ; Sat, 4 Feb 2012 10:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q14Ao5ag004891 for ; Sat, 4 Feb 2012 10:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q14Ao5nL004890; Sat, 4 Feb 2012 10:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2012 10:50:05 GMT Resent-Message-Id: <201202041050.q14Ao5nL004890@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:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEC061065670 for ; Sat, 4 Feb 2012 10:46:25 +0000 (UTC) (envelope-from beyert@fastmail.fm) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id AC4938FC08 for ; Sat, 4 Feb 2012 10:46:25 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id C5084211FC for ; Sat, 4 Feb 2012 05:29:38 -0500 (EST) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 04 Feb 2012 05:29:38 -0500 Received: from aeonserv.aeonnet.fastmail.fm (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240]) by mail.messagingengine.com (Postfix) with ESMTPSA id 324DE8E024F; Sat, 4 Feb 2012 05:29:38 -0500 (EST) Message-Id: <87pqduhoxc.wl@fastmail.fm> Date: Sat, 04 Feb 2012 02:29:35 -0800 From: Timothy Beyer To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer Subject: ports/164758: update port: emulators/joytran to version 0.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 10:50:05 -0000 >Number: 164758 >Category: ports >Synopsis: update port: emulators/joytran to version 0.8.2 >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: Sat Feb 04 10:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 8.2-RELEASE-p4 i386 >Organization: no organization >Environment: System: FreeBSD aeonserv.aeonnet 8.2-RELEASE-p4 FreeBSD 8.2-RELEASE-p4 #8: Tue Nov 22 15:57:11 PST 2011 beyert@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386 >Description: - Updates emulators/joytran from version 0.8.1 to version 0.8.2. - Add many more application/game profiles - Vastly improved configuration file (profile) parsing, with new safeguards. - Comments now supported in profiles. - Profiles are now located in ~/.joytran/profiles/, instead of ~/.joytran/ - Complete documentation now available (HTML User Manual) >How-To-Repeat: see patch >Fix: apply the patch and build --- patch.diff begins here --- Index: emulators/joytran/Makefile ================================================================== --- emulators/joytran/Makefile +++ emulators/joytran/Makefile @@ -4,13 +4,14 @@ # # $FreeBSD: ports/emulators/joytran/Makefile,v 1.1 2011/10/12 22:35:26 pawel Exp $ # PORTNAME= joytran -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= ${MASTER_SITE_BERLIOS} ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITE_SUBDIR= joytran MAINTAINER= beyert@cs.ucr.edu COMMENT= Joystick to keyboard/mouse events translator written in C LICENSE= MIT Index: emulators/joytran/distinfo ================================================================== --- emulators/joytran/distinfo +++ emulators/joytran/distinfo @@ -1,2 +1,2 @@ -SHA256 (joytran-0.8.1.tar.bz2) = 4efc1cba0948be08b4371f8c7dda222f5daf38cb1d245514bab8999a56f8a575 -SIZE (joytran-0.8.1.tar.bz2) = 20401 +SHA256 (joytran-0.8.2.tar.bz2) = ab0dd4950307434a9fd0dc273c610c4aa316a5b739f3759c08bfe16e85e3e131 +SIZE (joytran-0.8.2.tar.bz2) = 40351 --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: