From owner-svn-ports-all@FreeBSD.ORG Thu Feb 26 14:50:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15A74E82; Thu, 26 Feb 2015 14:50:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0063DF96; Thu, 26 Feb 2015 14:50:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QEoLjg033367; Thu, 26 Feb 2015 14:50:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QEoLVk033365; Thu, 26 Feb 2015 14:50:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502261450.t1QEoLVk033365@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Feb 2015 14:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380007 - in head: devel/renpy sysutils/rinse 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.18-1 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: Thu, 26 Feb 2015 14:50:22 -0000 Author: jbeich Date: Thu Feb 26 14:50:20 2015 New Revision: 380007 URL: https://svnweb.freebsd.org/changeset/ports/380007 QAT: https://qat.redports.org/buildarchive/r380007/ Log: Ignore some potential updates Modified: head/devel/renpy/Makefile head/sysutils/rinse/Makefile Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Thu Feb 26 14:28:14 2015 (r380006) +++ head/devel/renpy/Makefile Thu Feb 26 14:50:20 2015 (r380007) @@ -25,6 +25,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYGAME} +PORTSCOUT= skipv:6.99.0 # prerelease, missing style_common.pxi + USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils USE_SDL= sdl Modified: head/sysutils/rinse/Makefile ============================================================================== --- head/sysutils/rinse/Makefile Thu Feb 26 14:28:14 2015 (r380006) +++ head/sysutils/rinse/Makefile Thu Feb 26 14:50:20 2015 (r380007) @@ -14,6 +14,8 @@ LICENSE= ARTPERL10 RUN_DEPENDS= p5-Term-Size>0:${PORTSDIR}/devel/p5-Term-Size \ p5-libwww>0:${PORTSDIR}/www/p5-libwww +PORTSCOUT= skipv:3.0.7 # only debian/control changed + NO_ARCH= yes NO_BUILD= yes USES= perl5 shebangfix