From owner-svn-ports-head@freebsd.org Thu Nov 16 21:47:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37FF0DEA88A; Thu, 16 Nov 2017 21:47:59 +0000 (UTC) (envelope-from sbruno@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 mx1.freebsd.org (Postfix) with ESMTPS id E8EBD6C2D1; Thu, 16 Nov 2017 21:47:58 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAGLlviO028449; Thu, 16 Nov 2017 21:47:57 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAGLlvXp028447; Thu, 16 Nov 2017 21:47:57 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201711162147.vAGLlvXp028447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 16 Nov 2017 21:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454343 - head/sysutils/intel-qcu X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: head/sysutils/intel-qcu X-SVN-Commit-Revision: 454343 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 21:47:59 -0000 Author: sbruno Date: Thu Nov 16 21:47:57 2017 New Revision: 454343 URL: https://svnweb.freebsd.org/changeset/ports/454343 Log: sysutils/intel-qcu Update to 2.30.16.8 * Updated PORTVERSION. The version schema was changed but PORTEPOCH is not required. * Added DISTNAME due to the changes of the distfile hosting * License is now only provided in PDF format * Removed USES=dos2unix as ther's no plain-text license anymore * Moved ONLY_FOR_ARCHS* up to make portlint happy * Add NO_ARCH* as this is a binary distribution * Unbreak on 11+, no coredumps anymore * Re-generate distinfo Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov) Reviewed by: swills Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D13085 Modified: head/sysutils/intel-qcu/Makefile head/sysutils/intel-qcu/distinfo Modified: head/sysutils/intel-qcu/Makefile ============================================================================== --- head/sysutils/intel-qcu/Makefile Thu Nov 16 21:44:18 2017 (r454342) +++ head/sysutils/intel-qcu/Makefile Thu Nov 16 21:47:57 2017 (r454343) @@ -2,38 +2,36 @@ # $FreeBSD$ PORTNAME= qcu -PORTVERSION= 1.2 +PORTVERSION= 2.30.16.8 CATEGORIES= sysutils net MASTER_SITES= https://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ \ http://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= 25852/eng PKGNAMEPREFIX= intel- +DISTNAME= FreeBSDx64 MAINTAINER= freebsd@intel.com COMMENT= Intel(R) QSFP+ Configuration Utility LICENSE= IPL LICENSE_NAME= Intel Proprietary License -LICENSE_FILE= ${WRKDIR}/license.txt +LICENSE_FILE= ${WRKSRC}/Intel_Proprietary_License.pdf LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= zip dos2unix - -DOS2UNIX_WRKSRC= ${WRKDIR} -DOS2UNIX_FILES= license.txt -NO_BUILD= yes ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= not supported on anything other than amd64 +USES= zip + +NO_BUILD= yes +NO_ARCH= yes +NO_ARCH_IGNORE= qcu + PLIST_FILES= sbin/qcu .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 -BROKEN= core dump on application startup on FreeBSD 11+ -.endif - do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/qcu64e ${STAGEDIR}${PREFIX}/sbin/qcu + ${INSTALL_PROGRAM} ${WRKSRC}/qcu64e ${STAGEDIR}${PREFIX}/sbin/qcu .include Modified: head/sysutils/intel-qcu/distinfo ============================================================================== --- head/sysutils/intel-qcu/distinfo Thu Nov 16 21:44:18 2017 (r454342) +++ head/sysutils/intel-qcu/distinfo Thu Nov 16 21:47:57 2017 (r454343) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464885950 -SHA256 (qcu-1.2.zip) = c03360e0389a736327fe69036239ccacde05fbe0ac5ad7fa7389b0d3cebf207f -SIZE (qcu-1.2.zip) = 1345060 +TIMESTAMP = 1510586932 +SHA256 (FreeBSDx64.zip) = cf9bb7c0ba8b3968529ff4292c83f9487a329e1d850ad2cf7357c5b6388a2653 +SIZE (FreeBSDx64.zip) = 1767640