From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 01:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A75547AA for ; Sun, 11 May 2014 01:20: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 833F62388 for ; Sun, 11 May 2014 01:20: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 s4B1K0mh001040 for ; Sun, 11 May 2014 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4B1K08m001039; Sun, 11 May 2014 01:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 11 May 2014 01:20:00 GMT Resent-Message-Id: <201405110120.s4B1K08m001039@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, Nicole Reid Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F92B660 for ; Sun, 11 May 2014 01:15:09 +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 F10F62378 for ; Sun, 11 May 2014 01:15:08 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4B1F888081198 for ; Sun, 11 May 2014 01:15:08 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4B1F8a3081195; Sun, 11 May 2014 01:15:08 GMT (envelope-from nobody) Message-Id: <201405110115.s4B1F8a3081195@cgiserv.freebsd.org> Date: Sun, 11 May 2014 01:15:08 GMT From: Nicole Reid To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189640: [maintainer update] Stage comms/ems-flasher and update master sites 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: Sun, 11 May 2014 01:20:00 -0000 >Number: 189640 >Category: ports >Synopsis: [maintainer update] Stage comms/ems-flasher and update master sites >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: Sun May 11 01:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Nicole Reid >Release: >Organization: >Environment: >Description: - Add staging support - Chase upstream distfile change and https-ify my mirror >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ems-flasher-nostage/Makefile ems-flasher/Makefile --- ems-flasher-nostage/Makefile 2014-05-10 11:55:21.317981444 -0700 +++ ems-flasher/Makefile 2014-05-10 12:00:29.378959835 -0700 @@ -3,10 +3,10 @@ PORTNAME= ems-flasher PORTVERSION= 0.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms -MASTER_SITES= http://lacklustre.net/redmine/attachments/download/10/ \ - http://update.cooltrainer.org/freebsd-ports/comms/ems-flasher/ +MASTER_SITES= http://lacklustre.net/projects/ems-flasher/ \ + https://cooltrainer.org/freebsd-ports/ems-flasher/ EXTRACT_SUFX= .tgz MAINTAINER= root@cooltrainer.org @@ -21,7 +21,6 @@ PLIST_FILES= bin/ems-flasher -NO_STAGE= yes .include .if ${OSVERSION} < 800069 @@ -29,6 +28,6 @@ .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${STAGEDIR}${PREFIX}/bin .include >Release-Note: >Audit-Trail: >Unformatted: