From owner-svn-ports-all@freebsd.org Sun Sep 13 17:03:45 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9BA03E0B4A; Sun, 13 Sep 2020 17:03:45 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BqG6S5Qy1z4PvG; Sun, 13 Sep 2020 17:03:44 +0000 (UTC) (envelope-from tcberner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D347D95B7; Sun, 13 Sep 2020 17:03:43 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08DH3hIG084553; Sun, 13 Sep 2020 17:03:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08DH3hoK084552; Sun, 13 Sep 2020 17:03:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202009131703.08DH3hoK084552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 13 Sep 2020 17:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548489 - head/graphics/impressive X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/impressive X-SVN-Commit-Revision: 548489 X-SVN-Commit-Repository: ports 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.33 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, 13 Sep 2020 17:03:45 -0000 Author: tcberner Date: Sun Sep 13 17:03:43 2020 New Revision: 548489 URL: https://svnweb.freebsd.org/changeset/ports/548489 Log: graphics/impressive: update to 0.13.0-beta2 to build with python3 - the 0.13-beta versions introduce support for python 3 From upstream's news entries [1]: 2020-05-31Some maintenance in 0.13.0-beta2 The second beta version brings the expected bugfixes (mainly crashes on Python 3 due to oversights during porting), but also a few minor new features: High-DPI scaling is now disabled on Windows, so that the display isn't as blurry as it used to be on affected systems. New prev and next PageProps have been introduced to change the playback order of pages. Finally, there's now a »pseudo-binary« file called impressive in the .tar.gz release archive that's more compact and with slightly quicker startup time than the standard source code file. [1] http://impressive.sourceforge.net/news.php Approved by: kai (implicit) Modified: head/graphics/impressive/Makefile head/graphics/impressive/distinfo Modified: head/graphics/impressive/Makefile ============================================================================== --- head/graphics/impressive/Makefile Sun Sep 13 17:03:35 2020 (r548488) +++ head/graphics/impressive/Makefile Sun Sep 13 17:03:43 2020 (r548489) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= impressive -PORTVERSION= 0.12.1 -PORTREVISION= 10 +DISTVERSION= 0.13.0-beta2 CATEGORIES= graphics python -MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ -DISTNAME= Impressive-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/Impressive/${DISTVERSION}/ +DISTNAME= Impressive-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Stylish way of giving presentations @@ -14,14 +13,11 @@ COMMENT= Stylish way of giving presentations LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${PYGAME} \ ${PY_PILLOW} -USES= python:2.7 sdl shebangfix +USES= python:3.5+ sdl shebangfix USE_SDL= sdl SHEBANG_FILES= impressive.py Modified: head/graphics/impressive/distinfo ============================================================================== --- head/graphics/impressive/distinfo Sun Sep 13 17:03:35 2020 (r548488) +++ head/graphics/impressive/distinfo Sun Sep 13 17:03:43 2020 (r548489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567453628 -SHA256 (Impressive-0.12.1.tar.gz) = 74a331f41e39a363b362dcadf861e3a300351d5ad5cfe033b5d47215c886f1e4 -SIZE (Impressive-0.12.1.tar.gz) = 210928 +TIMESTAMP = 1600015711 +SHA256 (Impressive-0.13.0-beta2.tar.gz) = 38a445d111cb8be7157605ff12c786bbad475b712f13a66a3bd3dd403d414a10 +SIZE (Impressive-0.13.0-beta2.tar.gz) = 311905