svn commit: r402828 - head/misc/fxload

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 2 14:28:32 UTC 2015


Author: amdmi3
Date: Wed Dec  2 14:28:31 2015
New Revision: 402828
URL: https://svnweb.freebsd.org/changeset/ports/402828

Log:
  - Update 20140224
  - While here, add LICENSE
  
  PR:		187001
  Submitted by:	darius at dons.net.au
  Approved by:	maintainer timeout (uffe at uffe.org, 9 months)

Modified:
  head/misc/fxload/Makefile
  head/misc/fxload/distinfo
  head/misc/fxload/pkg-descr

Modified: head/misc/fxload/Makefile
==============================================================================
--- head/misc/fxload/Makefile	Wed Dec  2 13:54:33 2015	(r402827)
+++ head/misc/fxload/Makefile	Wed Dec  2 14:28:31 2015	(r402828)
@@ -2,21 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	fxload
-PORTVERSION=	20100510
+PORTVERSION=	20140224
 CATEGORIES=	misc
-MASTER_SITES=	http://FreeBSD.czest.pl/~wkoszek/ports/
+MASTER_SITES=	https://bitbucket.org/DJOConnor/fxload/get/
+DISTNAME=	RELEASE_${PORTVERSION}
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	uffe at uffe.org
-COMMENT=	Firmware download to EZ-USB devices
+COMMENT=	Firmware download for Cypress EZ-USB devices
+
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 SUB_FILES=	pkg-message
 
+WRKSRC=		${WRKDIR}/DJOConnor-fxload-5691a2bb9409
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fxload ${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_MAN} ${WRKSRC}/fxload.8 ${STAGEDIR}${PREFIX}/man/man8
-	${MKDIR} ${STAGEDIR}${DATADIR}
-	${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
+	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/a3load.hex ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${FILESDIR}/xilinx.conf ${STAGEDIR}${PREFIX}/etc/devd
 

Modified: head/misc/fxload/distinfo
==============================================================================
--- head/misc/fxload/distinfo	Wed Dec  2 13:54:33 2015	(r402827)
+++ head/misc/fxload/distinfo	Wed Dec  2 14:28:31 2015	(r402828)
@@ -1,2 +1,2 @@
-SHA256 (fxload-20100510.tar.gz) = e26ac8fb37b9d765d5fd03bf64ee37a4514f5cebc7c83d51718dbfcc730e1d27
-SIZE (fxload-20100510.tar.gz) = 28041
+SHA256 (fxload/RELEASE_20140224.tar.gz) = 7ed94cd0821d065bedd49311e7addcef0805a6412e64dbaa63ded9f0dea6946c
+SIZE (fxload/RELEASE_20140224.tar.gz) = 29017

Modified: head/misc/fxload/pkg-descr
==============================================================================
--- head/misc/fxload/pkg-descr	Wed Dec  2 13:54:33 2015	(r402827)
+++ head/misc/fxload/pkg-descr	Wed Dec  2 14:28:31 2015	(r402828)
@@ -1,8 +1,9 @@
 The utility allows you to download firmware into and upload firmware from
-the memory of a Cypress EZ-USB/FX2 chip. It is a de facto standard for
-programming this family of devices.
+the memory of a Cypress EZ-USB/FX2/FX3 chips. It is a de facto standard
+for programming this family of devices.
 
-Port is based on original fxload(8) program available from Linux Hotplug
-Project. Libusb support has been provided to correctly work on FreeBSD.
+This port is based on original fxload(8) program available from Linux
+Hotplug Project. Libusb support has been provided to correctly work on
+FreeBSD and patches for the FX3 have been merged in.
 
-WWW:	http://FreeBSD.czest.pl/~wkoszek/fxload/
+WWW: https://bitbucket.org/DJOConnor/fxload


More information about the svn-ports-head mailing list