From owner-svn-ports-all@FreeBSD.ORG Thu Jul 17 05:40:12 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 2F6A7F4F; Thu, 17 Jul 2014 05:40:12 +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 1DF472D1D; Thu, 17 Jul 2014 05:40:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6H5eB4u051633; Thu, 17 Jul 2014 05:40:11 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6H5eBob051632; Thu, 17 Jul 2014 05:40:11 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407170540.s6H5eBob051632@svn.freebsd.org> From: Kurt Jaeger Date: Thu, 17 Jul 2014 05:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362121 - head/emulators/joytran 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: Thu, 17 Jul 2014 05:40:12 -0000 Author: pi Date: Thu Jul 17 05:40:11 2014 New Revision: 362121 URL: http://svnweb.freebsd.org/changeset/ports/362121 QAT: https://qat.redports.org/buildarchive/r362121/ Log: emulators/joytran: 0.9.5.1 -> 0.9.5.2 - stripped binary - USES update PR: 191893 Submitted by: beyert@cs.ucr.edu (maintainer) Modified: head/emulators/joytran/Makefile Modified: head/emulators/joytran/Makefile ============================================================================== --- head/emulators/joytran/Makefile Thu Jul 17 05:34:31 2014 (r362120) +++ head/emulators/joytran/Makefile Thu Jul 17 05:40:11 2014 (r362121) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= joytran -PORTVERSION= 0.9.5.1 +PORTVERSION= 0.9.5.2 CATEGORIES= emulators -MASTER_SITES= BERLIOS GOOGLE_CODE -MASTER_SITE_SUBDIR= joytran +MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/ MAINTAINER= beyert@cs.ucr.edu COMMENT= Joystick to keyboard/mouse events translator written in C @@ -13,13 +12,14 @@ COMMENT= Joystick to keyboard/mouse even LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT -# This is needed to fetch from BerliOS -USE_BZIP2= yes USE_SDL= sdl2 -USES= cmake pkgconfig +USES= tar:bzip2 cmake pkgconfig CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}" USE_XORG= x11 xtst OPTIONS_DEFINE= DOCS +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + .include