From ae0ab8a5eea28e9d5ea35b6dd8e795ff76b66447 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 9 Apr 2015 13:07:13 +0000 Subject: 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 --- comms/dfu-util/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'comms') 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 -- cgit v1.2.3