Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 13:07:14 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383642 - head/comms/dfu-util
Message-ID:  <201504091307.t39D7EUf098020@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Apr  9 13:07:13 2015
New Revision: 383642
URL: https://svnweb.freebsd.org/changeset/ports/383642

Log:
  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

Modified:
  head/comms/dfu-util/Makefile

Modified: head/comms/dfu-util/Makefile
==============================================================================
--- head/comms/dfu-util/Makefile	Thu Apr  9 12:21:29 2015	(r383641)
+++ head/comms/dfu-util/Makefile	Thu Apr  9 13:07:13 2015	(r383642)
@@ -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



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