mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
bfee655ccf
commit
ae0ab8a5ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383642
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue