svn commit: r383642 - head/comms/dfu-util

John Marino marino at FreeBSD.org
Thu Apr 9 13:07:14 UTC 2015


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 at 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


More information about the svn-ports-head mailing list