svn commit: r400970 - head/misc/raspbsd-led

Brad Davis brd at FreeBSD.org
Sat Nov 7 03:05:35 UTC 2015


Author: brd
Date: Sat Nov  7 03:05:33 2015
New Revision: 400970
URL: https://svnweb.freebsd.org/changeset/ports/400970

Log:
  Add a missing ONLY_FOR_ARCHS= I forgot earlier and pet portlint.
  
  Approved by:	bdrewery (mentor)

Modified:
  head/misc/raspbsd-led/Makefile

Modified: head/misc/raspbsd-led/Makefile
==============================================================================
--- head/misc/raspbsd-led/Makefile	Sat Nov  7 01:11:30 2015	(r400969)
+++ head/misc/raspbsd-led/Makefile	Sat Nov  7 03:05:33 2015	(r400970)
@@ -2,14 +2,15 @@
 
 PORTNAME=	raspbsd-led
 PORTVERSION=	0.1
-CATEGORIES=	misc
 DISTVERSIONPREFIX=	v
+CATEGORIES=	misc
 
 MAINTAINER=	brd at FreeBSD.org
 COMMENT=	Misc LED programs for ARM boards
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	raspbsd
+ONLY_FOR_ARCHS=	armv6
 PLIST_FILES=	sbin/flash-heartbeat-led
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list