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

Brad Davis brd at FreeBSD.org
Sun May 15 18:18:01 UTC 2016


Author: brd
Date: Sun May 15 18:17:59 2016
New Revision: 415276
URL: https://svnweb.freebsd.org/changeset/ports/415276

Log:
  Add missing USE_RC_SUBR so the startup script is actually installed
  
  Approved by:	bdrewery (mentor, implicit)

Modified:
  head/misc/raspbsd-led/Makefile

Modified: head/misc/raspbsd-led/Makefile
==============================================================================
--- head/misc/raspbsd-led/Makefile	Sun May 15 18:16:29 2016	(r415275)
+++ head/misc/raspbsd-led/Makefile	Sun May 15 18:17:59 2016	(r415276)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	raspbsd-led
-PORTVERSION=	0.2
+PORTVERSION=	0.2_1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
 
@@ -11,6 +11,7 @@ COMMENT=	Misc LED programs for ARM board
 USE_GITHUB=	yes
 GH_ACCOUNT=	raspbsd
 ONLY_FOR_ARCHS=	armv6
+USE_RC_SUBR=	flash-heartbead-led
 PLIST_FILES=	sbin/flash-heartbeat-led
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list