aboutsummaryrefslogtreecommitdiff
path: root/sysutils/b43-fwcutter
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-01-29 11:23:39 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-01-29 11:23:39 +0000
commitcd83c1fa1a1743d97c269f2b4d314c9565d97258 (patch)
tree8209251cff5829a4a111955986d748ca4d104228 /sysutils/b43-fwcutter
parentf28bd79fff824f99f0fe505a1e1127ce4e18e461 (diff)
downloadports-cd83c1fa1a1743d97c269f2b4d314c9565d97258.tar.gz
ports-cd83c1fa1a1743d97c269f2b4d314c9565d97258.zip
- 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
Notes
Notes: svn path=/head/; revision=491554
Diffstat (limited to 'sysutils/b43-fwcutter')
-rw-r--r--sysutils/b43-fwcutter/Makefile15
-rw-r--r--sysutils/b43-fwcutter/distinfo5
-rw-r--r--sysutils/b43-fwcutter/files/patch-Makefile9
-rw-r--r--sysutils/b43-fwcutter/pkg-descr4
4 files changed, 15 insertions, 18 deletions
diff --git a/sysutils/b43-fwcutter/Makefile b/sysutils/b43-fwcutter/Makefile
index d6a390df1014..16c8ec923b83 100644
--- a/sysutils/b43-fwcutter/Makefile
+++ b/sysutils/b43-fwcutter/Makefile
@@ -1,16 +1,21 @@
-# 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
diff --git a/sysutils/b43-fwcutter/distinfo b/sysutils/b43-fwcutter/distinfo
index c6151532dbce..c6a5f8d88ff3 100644
--- a/sysutils/b43-fwcutter/distinfo
+++ b/sysutils/b43-fwcutter/distinfo
@@ -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
diff --git a/sysutils/b43-fwcutter/files/patch-Makefile b/sysutils/b43-fwcutter/files/patch-Makefile
index cbdd62db3a4d..5672be798760 100644
--- a/sysutils/b43-fwcutter/files/patch-Makefile
+++ b/sysutils/b43-fwcutter/files/patch-Makefile
@@ -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)
diff --git a/sysutils/b43-fwcutter/pkg-descr b/sysutils/b43-fwcutter/pkg-descr
index 31683423d0f7..8f9cf88783a0 100644
--- a/sysutils/b43-fwcutter/pkg-descr
+++ b/sysutils/b43-fwcutter/pkg-descr
@@ -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