svn commit: r396934 - head/sysutils/smp_utils

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 14 21:44:49 UTC 2015


Author: amdmi3
Date: Mon Sep 14 21:44:48 2015
New Revision: 396934
URL: https://svnweb.freebsd.org/changeset/ports/396934

Log:
  - Add LICENSE
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/smp_utils/Makefile

Modified: head/sysutils/smp_utils/Makefile
==============================================================================
--- head/sysutils/smp_utils/Makefile	Mon Sep 14 21:39:32 2015	(r396933)
+++ head/sysutils/smp_utils/Makefile	Mon Sep 14 21:44:48 2015	(r396934)
@@ -10,13 +10,11 @@ MASTER_SITES=	http://sg.danny.cz/sg/p/
 MAINTAINER=	delphij at FreeBSD.org
 COMMENT=	Utilities to send SAS Serial Management Protocol requests
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		gmake libtool tar:tgz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900000
-IGNORE=		requires FreeBSD 9.x
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list