Date: Mon, 27 Apr 2015 14:12:47 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384835 - in head/devel: py-game_sdl2 renpy Message-ID: <201504271412.t3RECl1o083128@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Apr 27 14:12:47 2015 New Revision: 384835 URL: https://svnweb.freebsd.org/changeset/ports/384835 Log: Skip release with no changes in -source tarballs http://lemmasoft.renai.us/forums/viewtopic.php?p=369024#p369024 Modified: head/devel/py-game_sdl2/Makefile head/devel/renpy/Makefile Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Mon Apr 27 14:03:51 2015 (r384834) +++ head/devel/py-game_sdl2/Makefile Mon Apr 27 14:12:47 2015 (r384835) @@ -18,6 +18,8 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/c LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png +PORTSCOUT= skipv:6.99.3 # no changes + USES= python tar:bz2 USE_SDL= image2 mixer2 ttf2 USE_PYTHON= autoplist distutils Modified: head/devel/renpy/Makefile ============================================================================== --- head/devel/renpy/Makefile Mon Apr 27 14:03:51 2015 (r384834) +++ head/devel/renpy/Makefile Mon Apr 27 14:12:47 2015 (r384835) @@ -25,6 +25,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/c libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:${PORTSDIR}/devel/py-game_sdl2 +PORTSCOUT= skipv:6.99.3 # only version bump + USES= python:2.7 shebangfix tar:bz2 USE_PYTHON= autoplist distutils USE_SDL= sdl2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504271412.t3RECl1o083128>