From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 13:50:00 2014 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 B14FE6C9 for ; Fri, 30 May 2014 13:50: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E87927D6 for ; Fri, 30 May 2014 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UDo0X4056818 for ; Fri, 30 May 2014 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4UDo0oa056817; Fri, 30 May 2014 13:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 May 2014 13:50:00 GMT Resent-Message-Id: <201405301350.s4UDo0oa056817@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, Jason Bacon 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 E3CFA1EB for ; Fri, 30 May 2014 13:41:54 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B77B9277F for ; Fri, 30 May 2014 13:41:54 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UDfs1I064178 for ; Fri, 30 May 2014 13:41:54 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4UDfsv1064177; Fri, 30 May 2014 13:41:54 GMT (envelope-from nobody) Message-Id: <201405301341.s4UDfsv1064177@cgiserv.freebsd.org> Date: Fri, 30 May 2014 13:41:54 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/190408: maintainer update: devel/libamepad X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 13:50:00 -0000 >Number: 190408 >Category: ports >Synopsis: maintainer update: devel/libamepad >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: Fri May 30 13:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD freebie.acadix.biz 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Minor upstream update + remove NO_STAGE. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS --exclude=.svn /usr/ports/devel/libgamepad/Makefile /usr/wip/devel/libgamepad/Makefile --- /usr/ports/devel/libgamepad/Makefile 2014-01-22 11:00:46.000000000 -0600 +++ /usr/wip/devel/libgamepad/Makefile 2014-05-30 08:38:31.000000000 -0500 @@ -2,24 +2,20 @@ # $FreeBSD: head/devel/libgamepad/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= libgamepad -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel games -MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ - http://jbacon.dyndns.org/~bacon/Ports/distfiles/ +MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Generic gamepad API -NO_STAGE= yes +LICENSE= BSD2CLAUSE + pre-build: (cd ${WRKSRC} && make depend) -MAN3= libgamepad.3 - -.include - -.if ${OSVERSION} >= 800069 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-gamepad_usbhid.c -.endif +MAKE_FLAGS+= PREFIX=${STAGEDIR}${PREFIX} \ + MANPREFIX=${STAGEDIR}${PREFIX} -.include +.include diff -ruN --exclude=CVS --exclude=.svn /usr/ports/devel/libgamepad/distinfo /usr/wip/devel/libgamepad/distinfo --- /usr/ports/devel/libgamepad/distinfo 2014-01-22 09:30:13.000000000 -0600 +++ /usr/wip/devel/libgamepad/distinfo 2014-02-13 16:38:52.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (libgamepad-0.1.1.tar.gz) = dde386e1a3044673c49097f93418ed24b110766588d7c86a7278cef21932e5c6 -SIZE (libgamepad-0.1.1.tar.gz) = 8488 +SHA256 (libgamepad-0.1.2.tar.gz) = db786864131af20c08e15f050427b91d1ae72bc4b8d839fba7171e8db8bc98fc +SIZE (libgamepad-0.1.2.tar.gz) = 8671 diff -ruN --exclude=CVS --exclude=.svn /usr/ports/devel/libgamepad/files/extra-patch-gamepad_usbhid.c /usr/wip/devel/libgamepad/files/extra-patch-gamepad_usbhid.c --- /usr/ports/devel/libgamepad/files/extra-patch-gamepad_usbhid.c 2014-01-22 11:40:44.000000000 -0600 +++ /usr/wip/devel/libgamepad/files/extra-patch-gamepad_usbhid.c 1969-12-31 18:00:00.000000000 -0600 @@ -1,10 +0,0 @@ ---- gamepad_usbhid.c.orig 2009-03-08 12:35:35.000000000 +0300 -+++ gamepad_usbhid.c 2009-03-08 12:35:44.000000000 +0300 -@@ -3,6 +3,7 @@ - #include - #include - #include -+#include - #include - #include - #include >Release-Note: >Audit-Trail: >Unformatted: