From owner-svn-ports-all@FreeBSD.ORG Sat May 31 18:45:16 2014 Return-Path: Delivered-To: svn-ports-all@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 73062AA5; Sat, 31 May 2014 18:45:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 4764322AE; Sat, 31 May 2014 18:45:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VIjGSj062757; Sat, 31 May 2014 18:45:16 GMT (envelope-from tdb@svn.freebsd.org) Received: (from tdb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VIjFXC062754; Sat, 31 May 2014 18:45:15 GMT (envelope-from tdb@svn.freebsd.org) Message-Id: <201405311845.s4VIjFXC062754@svn.freebsd.org> From: Tim Bishop Date: Sat, 31 May 2014 18:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356007 - in head/devel/libgamepad: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 18:45:16 -0000 Author: tdb Date: Sat May 31 18:45:15 2014 New Revision: 356007 URL: http://svnweb.freebsd.org/changeset/ports/356007 QAT: https://qat.redports.org/buildarchive/r356007/ Log: - Update to 0.1.2 - Stage support PR: ports/190408 Submitted by: Jason Bacon (maintainer) Deleted: head/devel/libgamepad/files/extra-patch-gamepad_usbhid.c Modified: head/devel/libgamepad/Makefile head/devel/libgamepad/distinfo head/devel/libgamepad/pkg-plist Modified: head/devel/libgamepad/Makefile ============================================================================== --- head/devel/libgamepad/Makefile Sat May 31 18:26:30 2014 (r356006) +++ head/devel/libgamepad/Makefile Sat May 31 18:45:15 2014 (r356007) @@ -2,24 +2,22 @@ # $FreeBSD$ 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 -pre-build: - (cd ${WRKSRC} && make depend) +LICENSE= BSD2CLAUSE -MAN3= libgamepad.3 +USES= tar:xz -.include +pre-build: + (cd ${WRKSRC} && make depend) -.if ${OSVERSION} >= 800069 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-gamepad_usbhid.c -.endif +MAKE_FLAGS+= PREFIX=${STAGEDIR}${PREFIX} \ + MANPREFIX=${STAGEDIR}${PREFIX} -.include +.include Modified: head/devel/libgamepad/distinfo ============================================================================== --- head/devel/libgamepad/distinfo Sat May 31 18:26:30 2014 (r356006) +++ head/devel/libgamepad/distinfo Sat May 31 18:45:15 2014 (r356007) @@ -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.xz) = 23268d2aae99f21a0365695ba9fa9e52609b9d5469642912f7625d81a39438d6 +SIZE (libgamepad-0.1.2.tar.xz) = 7960 Modified: head/devel/libgamepad/pkg-plist ============================================================================== --- head/devel/libgamepad/pkg-plist Sat May 31 18:26:30 2014 (r356006) +++ head/devel/libgamepad/pkg-plist Sat May 31 18:45:15 2014 (r356007) @@ -4,4 +4,5 @@ include/libgamepad/gamepad_analog.h include/libgamepad/gamepad_libhid.h include/libgamepad/gamepad_usbhid.h lib/libgamepad.a +man/man3/libgamepad.3.gz @dirrm include/libgamepad