From owner-svn-ports-all@freebsd.org Sun Nov 17 01:56:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4DEF1B379C; Sun, 17 Nov 2019 01:56:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47FwF13WKJz42KV; Sun, 17 Nov 2019 01:56:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CCE3A96A; Sun, 17 Nov 2019 01:56:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAH1ureF006709; Sun, 17 Nov 2019 01:56:53 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAH1uqPx006707; Sun, 17 Nov 2019 01:56:52 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201911170156.xAH1uqPx006707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 17 Nov 2019 01:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517791 - head/comms/iwmbt-firmware X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/comms/iwmbt-firmware X-SVN-Commit-Revision: 517791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2019 01:56:54 -0000 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