From owner-svn-ports-head@freebsd.org Thu Jul 7 18:31:19 2016 Return-Path: Delivered-To: svn-ports-head@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 422FFB75611; Thu, 7 Jul 2016 18:31:19 +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 0F40D11B9; Thu, 7 Jul 2016 18:31:18 +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 u67IVIYh070453; Thu, 7 Jul 2016 18:31:18 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u67IVIMR070452; Thu, 7 Jul 2016 18:31:18 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201607071831.u67IVIMR070452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 7 Jul 2016 18:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418193 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 18:31:19 -0000 Author: brd Date: Thu Jul 7 18:31:17 2016 New Revision: 418193 URL: https://svnweb.freebsd.org/changeset/ports/418193 Log: Set PORTREVISION properly. Approved by: bdrewery (mentor) Modified: head/misc/raspbsd-led/Makefile Modified: head/misc/raspbsd-led/Makefile ============================================================================== --- head/misc/raspbsd-led/Makefile Thu Jul 7 17:42:25 2016 (r418192) +++ head/misc/raspbsd-led/Makefile Thu Jul 7 18:31:17 2016 (r418193) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= raspbsd-led -PORTVERSION= 0.2_1 +PORTVERSION= 0.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= misc