Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 22:40:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/189640: commit references a PR
Message-ID:  <201405112240.s4BMe0na047475@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189640; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189640: commit references a PR
Date: Sun, 11 May 2014 22:37:15 +0000 (UTC)

 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 <root@cooltrainer.org>
 
 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 <bsd.port.pre.mk>
 -
 -.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 <bsd.port.post.mk>
 +.include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405112240.s4BMe0na047475>