diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-09 13:07:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-09 13:07:13 +0000 |
commit | ae0ab8a5eea28e9d5ea35b6dd8e795ff76b66447 (patch) | |
tree | 2846e33a126cc56ab5aa7dcd5cd1066f61f9ae5a /comms | |
parent | bfee655ccfd4b4ce770d4aca8a31f44df7d52229 (diff) | |
download | ports-ae0ab8a5eea28e9d5ea35b6dd8e795ff76b66447.tar.gz ports-ae0ab8a5eea28e9d5ea35b6dd8e795ff76b66447.zip |
comms/dfu-utils: Unbreak fetch
The exact missing distfile is hosted at sourceforge.net, but not in
the usual mirrored file area. The SF magic doesn't work, so I used a
hard link to restore the port.
Approved by: blanket
Notes
Notes:
svn path=/head/; revision=383642
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dfu-util/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index c0b61a51a60f..6ae5e69be0d4 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -4,14 +4,13 @@ PORTNAME= dfu-util PORTVERSION= 0.8 CATEGORIES= comms -MASTER_SITES= http://dfu-util.gnumonks.org/releases/ +MASTER_SITES= http://dfu-util.sourceforge.net/releases/ MAINTAINER= bofh@FreeBSD.org COMMENT= Device firmware update (DFU) USB programmer LICENSE= GPLv2 -BROKEN= Unfetchable GNU_CONFIGURE= yes CONFIGURE_ENV= USE_LIBS="-lusb" \ ac_cv_lib_usbpath_usb_path2devnum=no |