From owner-svn-ports-all@freebsd.org Wed Jul 6 13:19:39 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 69A5FB751B0; Wed, 6 Jul 2016 13:19:39 +0000 (UTC) (envelope-from gahr@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 3A18312BD; Wed, 6 Jul 2016 13:19:39 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u66DJcxQ019683; Wed, 6 Jul 2016 13:19:38 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u66DJcCZ019681; Wed, 6 Jul 2016 13:19:38 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201607061319.u66DJcCZ019681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 6 Jul 2016 13:19:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418131 - in head/games: irrlamb libretro-cores 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: Wed, 06 Jul 2016 13:19:39 -0000 Author: gahr Date: Wed Jul 6 13:19:38 2016 New Revision: 418131 URL: https://svnweb.freebsd.org/changeset/ports/418131 Log: lang/lua53: bump PORTREVISION on dependent ports Modified: head/games/irrlamb/Makefile head/games/libretro-cores/Makefile Modified: head/games/irrlamb/Makefile ============================================================================== --- head/games/irrlamb/Makefile Wed Jul 6 13:17:17 2016 (r418130) +++ head/games/irrlamb/Makefile Wed Jul 6 13:19:38 2016 (r418131) @@ -3,6 +3,7 @@ PORTNAME= irrlamb PORTVERSION= 0.2.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games Modified: head/games/libretro-cores/Makefile ============================================================================== --- head/games/libretro-cores/Makefile Wed Jul 6 13:17:17 2016 (r418130) +++ head/games/libretro-cores/Makefile Wed Jul 6 13:19:38 2016 (r418131) @@ -3,6 +3,7 @@ PORTNAME= libretro-cores PORTVERSION= 0.20151110 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= yuri@rawbw.com