Date: Sun, 17 Nov 2019 01:56:52 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517791 - head/comms/iwmbt-firmware Message-ID: <201911170156.xAH1uqPx006707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sun Nov 17 01:56:52 2019 New Revision: 517791 URL: https://svnweb.freebsd.org/changeset/ports/517791 Log: comms/iwmbt-firmware: Unbreak fetch Future consideration for maintainer: include the "-2" portion of the DISTNAME as part of the PORTVERSION parameter. This would also require PORTEPOCH to be bumped as version 20190717 is considered greater than 20190717-2 by pkg-version(8). Approved by: portmgr blanket Modified: head/comms/iwmbt-firmware/Makefile head/comms/iwmbt-firmware/distinfo Modified: head/comms/iwmbt-firmware/Makefile ============================================================================== --- head/comms/iwmbt-firmware/Makefile Sun Nov 17 01:38:14 2019 (r517790) +++ head/comms/iwmbt-firmware/Makefile Sun Nov 17 01:56:52 2019 (r517791) @@ -3,15 +3,14 @@ PORTNAME= iwmbt-firmware PORTVERSION= 20190717 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= DEBIAN/pool/non-free/f/firmware-nonfree/ -DISTNAME= firmware-iwlwifi_${PORTVERSION}-1_all +DISTNAME= firmware-iwlwifi_${PORTVERSION}-2_all EXTRACT_SUFX= .deb MAINTAINER= wulf@FreeBSD.org COMMENT= Intel Wireless 8260 bluetooth adaptor firmwares used by iwmbtfw(8) - -BROKEN= unfetchable LICENSE= INTEL LICENSE_NAME= Intel firmware license Modified: head/comms/iwmbt-firmware/distinfo ============================================================================== --- head/comms/iwmbt-firmware/distinfo Sun Nov 17 01:38:14 2019 (r517790) +++ head/comms/iwmbt-firmware/distinfo Sun Nov 17 01:56:52 2019 (r517791) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565821626 -SHA256 (firmware-iwlwifi_20190717-1_all.deb) = 7ce899a5b09d3bd7d95358b03974aeea41983b395ce2fcf437915fd700330ef7 -SIZE (firmware-iwlwifi_20190717-1_all.deb) = 6788512 +TIMESTAMP = 1573955442 +SHA256 (firmware-iwlwifi_20190717-2_all.deb) = c51d62bba3f4936b78a97b568f61a5a9c67b90e269448dbdcc81884e5874c953 +SIZE (firmware-iwlwifi_20190717-2_all.deb) = 6789424
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911170156.xAH1uqPx006707>