svn commit: r511100 - in branches/2019Q3/graphics/impressive: . files

Kai Knoblich kai at FreeBSD.org
Wed Sep 4 16:59:12 UTC 2019


Author: kai
Date: Wed Sep  4 16:59:11 2019
New Revision: 511100
URL: https://svnweb.freebsd.org/changeset/ports/511100

Log:
  MFH: r511043
  
  graphics/impressive: Update to 0.12.1
  
  * Remove patch for impressive.py that no longer applies. [1]
  
  Changelog:
  
  * Fixed crash in crash reporter with recent Pillow versions [1]
  * Fixed crash with recent PyGame versions when non-latin characters appeared
    in slide titles
  * Fixed page rotation
  * Fixed -x/--fade mode
  * Fixed directory playback mode
  * More robust PDF hyperlink parser (page boxes can now be PDF references)
  * Added option to temporarily inhibit automatic slideshows
  * Default keybinding: [A] key, actions: auto-start, auto-stop, auto-toggle
  
  Approved by:	ports-secteam (miwi)

Deleted:
  branches/2019Q3/graphics/impressive/files/
Modified:
  branches/2019Q3/graphics/impressive/Makefile
  branches/2019Q3/graphics/impressive/distinfo
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/graphics/impressive/Makefile
==============================================================================
--- branches/2019Q3/graphics/impressive/Makefile	Wed Sep  4 15:36:56 2019	(r511099)
+++ branches/2019Q3/graphics/impressive/Makefile	Wed Sep  4 16:59:11 2019	(r511100)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	impressive
-PORTVERSION=	0.12.0
-PORTREVISION=	1
+PORTVERSION=	0.12.1
 CATEGORIES=	graphics python
 MASTER_SITES=	SF/${PORTNAME}/Impressive/${PORTVERSION}/
 DISTNAME=	Impressive-${PORTVERSION}

Modified: branches/2019Q3/graphics/impressive/distinfo
==============================================================================
--- branches/2019Q3/graphics/impressive/distinfo	Wed Sep  4 15:36:56 2019	(r511099)
+++ branches/2019Q3/graphics/impressive/distinfo	Wed Sep  4 16:59:11 2019	(r511100)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558123299
-SHA256 (Impressive-0.12.0.tar.gz) = 7dc78de333e4a942036ba4bda53358799f493114f2f655b2ab2689b6fdc0587d
-SIZE (Impressive-0.12.0.tar.gz) = 209514
+TIMESTAMP = 1567453628
+SHA256 (Impressive-0.12.1.tar.gz) = 74a331f41e39a363b362dcadf861e3a300351d5ad5cfe033b5d47215c886f1e4
+SIZE (Impressive-0.12.1.tar.gz) = 210928


More information about the svn-ports-branches mailing list