Date: Thu, 16 Nov 2017 21:47:57 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454343 - head/sysutils/intel-qcu Message-ID: <201711162147.vAGLlvXp028447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> -.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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711162147.vAGLlvXp028447>