aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2016-08-23 14:17:33 +0800
committervg <vg@FreeBSD.org>2016-08-23 14:17:33 +0800
commit39d3cee249bb54a0681bd73a312031ca2a34544c (patch)
tree263cc0e6d28478cc892d6a5b158da664c46ec18d /graphics
parent904cbebb95fd339d5d12c72c78af0127f9543d7c (diff)
downloadfreebsd-ports-gnome-39d3cee249bb54a0681bd73a312031ca2a34544c.tar.gz
freebsd-ports-gnome-39d3cee249bb54a0681bd73a312031ca2a34544c.tar.zst
freebsd-ports-gnome-39d3cee249bb54a0681bd73a312031ca2a34544c.zip
- Update to 0.11.1
PR: ports/206529 Submitted by: Maciej Pasternacki <maciej@pasternacki.net>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/impressive/Makefile7
-rw-r--r--graphics/impressive/distinfo5
-rw-r--r--graphics/impressive/files/patch-impressive.py13
3 files changed, 6 insertions, 19 deletions
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile
index 5d00f6721a31..b6e7c3cc699d 100644
--- a/graphics/impressive/Makefile
+++ b/graphics/impressive/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= impressive
-PORTVERSION= 0.10.3
-PORTREVISION= 10
+PORTVERSION= 0.11.1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/
DISTNAME= Impressive-${PORTVERSION}
@@ -19,10 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL \
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} \
diff --git a/graphics/impressive/distinfo b/graphics/impressive/distinfo
index 9a4fac056df9..975991cc73a6 100644
--- a/graphics/impressive/distinfo
+++ b/graphics/impressive/distinfo
@@ -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
diff --git a/graphics/impressive/files/patch-impressive.py b/graphics/impressive/files/patch-impressive.py
deleted file mode 100644
index 160573fed2df..000000000000
--- a/graphics/impressive/files/patch-impressive.py
+++ /dev/null
@@ -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: