svn commit: r369840 - head/net/aoe

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 2 17:32:35 UTC 2014


Author: bapt
Date: Thu Oct  2 17:32:34 2014
New Revision: 369840
URL: https://svnweb.freebsd.org/changeset/ports/369840
QAT: https://qat.redports.org/buildarchive/r369840/

Log:
  Remove what is already set by USES=kmod
  
  Submitted by:	rene

Modified:
  head/net/aoe/Makefile

Modified: head/net/aoe/Makefile
==============================================================================
--- head/net/aoe/Makefile	Thu Oct  2 16:37:02 2014	(r369839)
+++ head/net/aoe/Makefile	Thu Oct  2 17:32:34 2014	(r369840)
@@ -4,15 +4,13 @@
 PORTNAME=	aoe
 PORTVERSION=	1.2.0
 PORTREVISION=	2
-CATEGORIES=	net kld
+CATEGORIES=	net
 MASTER_SITES=	http://www.son.org/download/
 DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}
 
 MAINTAINER=	fjoe at FreeBSD.org
 COMMENT=	FreeBSD driver for ATA over Ethernet (AoE)
 
-SSP_UNSAFE=	kernel module does not support ssp
-
 USES=	kmod
 
 WRKSRC=		${WRKDIR}/dev/aoe


More information about the svn-ports-all mailing list