From owner-svn-ports-all@FreeBSD.ORG Sun May 11 22:37: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 8B848FF1; Sun, 11 May 2014 22:37: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 793F42C53; Sun, 11 May 2014 22:37: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 s4BMbC7i034618; Sun, 11 May 2014 22:37:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4BMbCmZ034617; Sun, 11 May 2014 22:37:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405112237.s4BMbCmZ034617@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 11 May 2014 22:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353741 - head/comms/ems-flasher 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: Sun, 11 May 2014 22:37:12 -0000 Author: bapt Date: Sun May 11 22:37:12 2014 New Revision: 353741 URL: http://svnweb.freebsd.org/changeset/ports/353741 QAT: https://qat.redports.org/buildarchive/r353741/ Log: From PR: Stage support, Update master site From me: Convert to USES=tgz Remove check for unsupported FreeBSD version PR: ports/189640 Submitted by: Nicole Reid Modified: head/comms/ems-flasher/Makefile Modified: head/comms/ems-flasher/Makefile ============================================================================== --- head/comms/ems-flasher/Makefile Sun May 11 22:34:15 2014 (r353740) +++ head/comms/ems-flasher/Makefile Sun May 11 22:37:12 2014 (r353741) @@ -5,30 +5,22 @@ PORTNAME= ems-flasher PORTVERSION= 0.03 PORTREVISION= 2 CATEGORIES= comms -MASTER_SITES= http://lacklustre.net/redmine/attachments/download/10/ \ - http://update.cooltrainer.org/freebsd-ports/comms/ems-flasher/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://lacklustre.net/projects/ems-flasher/ \ + https://cooltrainer.org/freebsd-ports/ems-flasher/ MAINTAINER= root@cooltrainer.org COMMENT= Utility to flash ROM images to the EMS USB 64mb flash cart LICENSE= MIT -USES= gmake +USES= gmake tar:tgz CFLAGS+= -g -Wall LDFLAGS+= -lusb USE_GCC= yes PLIST_FILES= bin/ems-flasher -NO_STAGE= yes -.include - -.if ${OSVERSION} < 800069 -IGNORE= does not compile with the old USB stack -.endif - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${STAGEDIR}${PREFIX}/bin -.include +.include