Date: Sun, 11 May 2014 01:15:08 GMT From: Nicole Reid <root@cooltrainer.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/189640: [maintainer update] Stage comms/ems-flasher and update master sites Message-ID: <201405110115.s4B1F8a3081195@cgiserv.freebsd.org> Resent-Message-ID: <201405110120.s4B1K08m001039@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .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 <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405110115.s4B1F8a3081195>