ports/176817: Update to comms/dfu-util
Poul-Henning Kamp
phk at critter.freebsd.dk
Sun Mar 10 18:10:01 UTC 2013
>Number: 176817
>Category: ports
>Synopsis: Update to comms/dfu-util
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Mar 10 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Poul-Henning Kamp
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD critter.freebsd.dk 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r244198: Fri Dec 14 01:51:01 UTC 2012 root at c9.freebsd.dk:/usr/obj/freebsd/svn_src/head/sys/GENERIC amd64
>Description:
Here is a patch to update comms/dfu-util
files/patch-configure.ac must also be removed
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
--- Makefile (revision 313832)
+++ Makefile (working copy)
@@ -6,10 +6,10 @@
#
PORTNAME= dfu-util
-DISTVERSION= 0.1.snap${SNAPDATE}
+DISTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= comms
-MASTER_SITES= http://www.cran.org.uk/~brucec/software/
+MASTER_SITES= http://dfu-util.gnumonks.org/releases/
MAINTAINER= ports at freebsd.org
COMMENT= Device firmware update (DFU) USB programmer
@@ -19,7 +19,6 @@
USE_AUTOTOOLS= aclocal automake autoheader
AUTOMAKE_ARGS= --add-missing --foreign --copy
-SNAPDATE= 20090212
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
@@ -28,6 +27,9 @@
IGNORE= requires new USB stack in FreeBSD 8
.endif
+pre-configure:
+ @cd ${WRKSRC} && ${AUTORECONF} -i -v
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/dfu-util ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/dfu-util.1 ${MAN1PREFIX}/man/man1
Index: distinfo
===================================================================
--- distinfo (revision 313832)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (dfu-util-0.1.snap20090212.tar.gz) = 3af5421857ee83df09ccd5d1061620a93907820ff9df7e0706e54e88548b2496
-SIZE (dfu-util-0.1.snap20090212.tar.gz) = 21774
+SHA256 (dfu-util-0.7.tar.gz) = f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab
+SIZE (dfu-util-0.7.tar.gz) = 125356
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list