Date: Tue, 29 Jan 2019 11:23:39 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491554 - in head/sysutils/b43-fwcutter: . files Message-ID: <201901291123.x0TBNdEa010920@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jan 29 11:23:39 2019 New Revision: 491554 URL: https://svnweb.freebsd.org/changeset/ports/491554 Log: - Update `sysutils/b43-fwcutter' to the latest version (019) - Fix MASTER_SITES so they point to the correct distfile location and thus actually unbreak the fetch - Define LICENSE (BSD2CLAUSE), reword COMMENT and port description - Enable verbose build so we have useful logs for debugging - Remove useless and bogus hunk from the patch: DESTDIR should not be a part of PREFIX and is already respected during installation - Take maintainership for the time being: unfortunately, Scot has not been using FreeBSD lately Approved by: previous maintainer Modified: head/sysutils/b43-fwcutter/Makefile head/sysutils/b43-fwcutter/distinfo head/sysutils/b43-fwcutter/files/patch-Makefile head/sysutils/b43-fwcutter/pkg-descr Modified: head/sysutils/b43-fwcutter/Makefile ============================================================================== --- head/sysutils/b43-fwcutter/Makefile Tue Jan 29 10:56:14 2019 (r491553) +++ head/sysutils/b43-fwcutter/Makefile Tue Jan 29 11:23:39 2019 (r491554) @@ -1,15 +1,20 @@ -# Created by: swhetzel@gmail.com +# Created by: Scot Hetzel <swhetzel@gmail.com> # $FreeBSD$ PORTNAME= b43-fwcutter -PORTVERSION= 015 +PORTVERSION= 019 CATEGORIES= sysutils -MASTER_SITES= http://bu3sch.de/b43/fwcutter/ +MASTER_SITES= https://bues.ch/b43/fwcutter/ -MAINTAINER= swhetzel@gmail.com -COMMENT= Extracts firmware for Broadcom Wireless adapters +MAINTAINER= danfe@FreeBSD.org +COMMENT= Firmware extractor for Broadcom wireless adapters +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake tar:bzip2 + +MAKE_ARGS= V=1 PLIST_FILES= bin/b43-fwcutter \ man/man1/b43-fwcutter.1.gz Modified: head/sysutils/b43-fwcutter/distinfo ============================================================================== --- head/sysutils/b43-fwcutter/distinfo Tue Jan 29 10:56:14 2019 (r491553) +++ head/sysutils/b43-fwcutter/distinfo Tue Jan 29 11:23:39 2019 (r491554) @@ -1,2 +1,3 @@ -SHA256 (b43-fwcutter-015.tar.bz2) = 4c6a53d1f5d76b8aa224d294bee47726b1477f35327f4e23e8cb799865e0f6eb -SIZE (b43-fwcutter-015.tar.bz2) = 18210 +TIMESTAMP = 1403705143 +SHA256 (b43-fwcutter-019.tar.bz2) = d6ea85310df6ae08e7f7e46d8b975e17fc867145ee249307413cfbe15d7121ce +SIZE (b43-fwcutter-019.tar.bz2) = 46769 Modified: head/sysutils/b43-fwcutter/files/patch-Makefile ============================================================================== --- head/sysutils/b43-fwcutter/files/patch-Makefile Tue Jan 29 10:56:14 2019 (r491553) +++ head/sysutils/b43-fwcutter/files/patch-Makefile Tue Jan 29 11:23:39 2019 (r491554) @@ -1,14 +1,5 @@ --- Makefile.orig 2011-08-21 20:17:01.000000000 +0800 +++ Makefile 2014-02-21 09:40:52.782172201 +0800 -@@ -15,7 +15,7 @@ - QUIET_SPARSE = @true - endif - --PREFIX ?= /usr/local -+PREFIX ?= $(DESTDIR)$(PREFIX) - CFLAGS ?= -Os -fomit-frame-pointer - CFLAGS += -std=c99 -Wall -pedantic -D_BSD_SOURCE - LDFLAGS ?= @@ -51,10 +51,10 @@ $(QUIET_CC) $(CFLAGS) -o $(BIN) $(call OBJS,$(SRCS)) $(LDFLAGS) Modified: head/sysutils/b43-fwcutter/pkg-descr ============================================================================== --- head/sysutils/b43-fwcutter/pkg-descr Tue Jan 29 10:56:14 2019 (r491553) +++ head/sysutils/b43-fwcutter/pkg-descr Tue Jan 29 11:23:39 2019 (r491554) @@ -1,3 +1,3 @@ -b43-fwcutter is a tool which can extract firmware from various BCM43xx drivers. +b43-fwcutter is a firmware extractor for various BCM43xx drivers. -WWW: http://bcm43xx.berlios.de/ +WWW: https://bues.ch/cms/hacking/misc.html#linux_b43_driver_firmware_tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901291123.x0TBNdEa010920>