mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
a4eba9c8bc
commit
1090b6ffdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454343
2 changed files with 13 additions and 15 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue