svn commit: r552894 - head/sysutils/ebsnvme-id

Rene Ladan rene at FreeBSD.org
Wed Oct 21 20:22:36 UTC 2020


Author: rene
Date: Wed Oct 21 20:22:35 2020
New Revision: 552894
URL: https://svnweb.freebsd.org/changeset/ports/552894

Log:
  sysutils/ebsnvme-id: simplify check for supported versions after 11.3 EOL
  
  Phabricator:	D26646

Modified:
  head/sysutils/ebsnvme-id/Makefile

Modified: head/sysutils/ebsnvme-id/Makefile
==============================================================================
--- head/sysutils/ebsnvme-id/Makefile	Wed Oct 21 20:21:19 2020	(r552893)
+++ head/sysutils/ebsnvme-id/Makefile	Wed Oct 21 20:22:35 2020	(r552894)
@@ -22,7 +22,7 @@ PLIST_FILES=	etc/rc.d/dev_aws_disk		\
 
 .include <bsd.port.pre.mk>
 
-.if (${OSVERSION} < 1103501) || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200516) || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300039)
+.if ${OSVERSION} >= 1300000 && ${OSVERSION} < 1300039
 IGNORE= needs NVME_GET_NSID ioctl
 .endif
 


More information about the svn-ports-all mailing list