Index: head/graphics/impressive/files/patch-impressive.py =================================================================== --- head/graphics/impressive/files/patch-impressive.py (revision 420648) +++ head/graphics/impressive/files/patch-impressive.py (nonexistent) @@ -1,13 +0,0 @@ ---- impressive.py.orig 2014-10-04 23:28:04 UTC -+++ impressive.py -@@ -182,8 +182,8 @@ - from OpenGL.GL import * - import pygame - from pygame.locals import * -- import Image, ImageDraw, ImageFont, ImageFilter -- import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin -+ from PIL import Image, ImageDraw, ImageFont, ImageFilter -+ from PIL import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin - except (ValueError, ImportError), err: - print >>sys.stderr, "Oops! Cannot load necessary modules:", err - print >>sys.stderr, """To use Impressive, you need to install the following Python modules: Property changes on: head/graphics/impressive/files/patch-impressive.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/impressive/Makefile =================================================================== --- head/graphics/impressive/Makefile (revision 420648) +++ head/graphics/impressive/Makefile (revision 420649) @@ -1,43 +1,42 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= impressive -PORTVERSION= 0.10.3 -PORTREVISION= 10 +PORTVERSION= 0.11.1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= The stylish way of giving presentations LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ xpdf:graphics/xpdf \ pdftk:print/pdftk \ xdg-open:devel/xdg-utils \ - mplayer:multimedia/mplayer \ - ${PYGAME} + mplayer:multimedia/mplayer USES= ghostscript:run python +USE_SDL= sdl NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= ${PORTNAME}.html demo.pdf OPTIONS_DEFINE= DOCS do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/impressive/distinfo =================================================================== --- head/graphics/impressive/distinfo (revision 420648) +++ head/graphics/impressive/distinfo (revision 420649) @@ -1,2 +1,3 @@ -SHA256 (Impressive-0.10.3.tar.gz) = bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e -SIZE (Impressive-0.10.3.tar.gz) = 154171 +TIMESTAMP = 1471876119 +SHA256 (Impressive-0.11.1.tar.gz) = 593f616eb72a18a826bc7687c9952a2ae5dded5483d2688bab5b5ca68caf792c +SIZE (Impressive-0.11.1.tar.gz) = 195743