diff options
author | danfe <danfe@FreeBSD.org> | 2019-01-29 19:23:39 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2019-01-29 19:23:39 +0800 |
commit | 279eefcd8f44b679e7f32a81436ca5f3a48f9166 (patch) | |
tree | 8209251cff5829a4a111955986d748ca4d104228 /sysutils/b43-fwcutter | |
parent | b866d35df7b67d062313f36b3d2c41c3449c3368 (diff) | |
download | freebsd-ports-gnome-279eefcd8f44b679e7f32a81436ca5f3a48f9166.tar.gz freebsd-ports-gnome-279eefcd8f44b679e7f32a81436ca5f3a48f9166.tar.zst freebsd-ports-gnome-279eefcd8f44b679e7f32a81436ca5f3a48f9166.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
Diffstat (limited to 'sysutils/b43-fwcutter')
-rw-r--r-- | sysutils/b43-fwcutter/Makefile | 15 | ||||
-rw-r--r-- | sysutils/b43-fwcutter/distinfo | 5 | ||||
-rw-r--r-- | sysutils/b43-fwcutter/files/patch-Makefile | 9 | ||||
-rw-r--r-- | sysutils/b43-fwcutter/pkg-descr | 4 |
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 |