From owner-svn-ports-all@freebsd.org Sun May 15 18:18:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E58D0B3CBBA; Sun, 15 May 2016 18:18:00 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7AC61ED5; Sun, 15 May 2016 18:18:00 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4FIHxBF035231; Sun, 15 May 2016 18:17:59 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4FIHxWl035230; Sun, 15 May 2016 18:17:59 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201605151817.u4FIHxWl035230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Sun, 15 May 2016 18:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415276 - head/misc/raspbsd-led X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 18:18:01 -0000 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