summaryrefslogtreecommitdiffstats
path: root/graphics/evince
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-13 20:00:39 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-13 20:00:39 +0800
commit4231f98e8306012aa4f23b96ad775924f3867c92 (patch)
treef1ed83ced6c40d93ecf503ad73b7ae105c4c99a0 /graphics/evince
parentb431c0abd8361e7410a6875ffd14bbac4f850cdf (diff)
downloadmarcuscom-ports-4231f98e8306012aa4f23b96ad775924f3867c92.tar
marcuscom-ports-4231f98e8306012aa4f23b96ad775924f3867c92.tar.gz
marcuscom-ports-4231f98e8306012aa4f23b96ad775924f3867c92.tar.bz2
marcuscom-ports-4231f98e8306012aa4f23b96ad775924f3867c92.tar.lz
marcuscom-ports-4231f98e8306012aa4f23b96ad775924f3867c92.tar.xz
marcuscom-ports-4231f98e8306012aa4f23b96ad775924f3867c92.tar.zst
marcuscom-ports-4231f98e8306012aa4f23b96ad775924f3867c92.zip
Update to 0.8.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8545 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince')
-rw-r--r--graphics/evince/Makefile5
-rw-r--r--graphics/evince/distinfo6
-rw-r--r--graphics/evince/files/patch-backend_ps_ps-document.c10
-rw-r--r--graphics/evince/files/patch-backend_ps_ps-interpreter.c10
4 files changed, 15 insertions, 16 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 707f30249..10920a7ad 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,12 +3,11 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/evince/Makefile,v 1.62 2007/02/13 15:54:32 ahze Exp $
+# $MCom: ports/graphics/evince/Makefile,v 1.63 2007/02/17 18:30:09 marcus Exp $
#
PORTNAME= evince
-PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTVERSION= 0.8.0
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo
index 8d57eeeeb..6928356b7 100644
--- a/graphics/evince/distinfo
+++ b/graphics/evince/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/evince-0.7.2.tar.bz2) = becad4cdb5793f246911d6f3cf523786
-SHA256 (gnome2/evince-0.7.2.tar.bz2) = 3fdac1e0459270aeb1d5d56c43de3e0d4330ee0604f71632cac88899d1edf3c1
-SIZE (gnome2/evince-0.7.2.tar.bz2) = 1461129
+MD5 (gnome2/evince-0.8.0.tar.bz2) = b4f7b154535c05ca77a23be193fc458d
+SHA256 (gnome2/evince-0.8.0.tar.bz2) = eaed6371b1909a8cbab91f7e40c710b251e7adbb2a88174f12b96e26e132a8df
+SIZE (gnome2/evince-0.8.0.tar.bz2) = 1460387
diff --git a/graphics/evince/files/patch-backend_ps_ps-document.c b/graphics/evince/files/patch-backend_ps_ps-document.c
deleted file mode 100644
index 34fbf0774..000000000
--- a/graphics/evince/files/patch-backend_ps_ps-document.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- backend/ps/ps-document.c.orig Tue Feb 13 10:27:32 2007
-+++ backend/ps/ps-document.c Tue Feb 13 10:27:41 2007
-@@ -33,6 +33,7 @@
- #include <string.h>
- #include <stdlib.h>
- #include <sys/wait.h>
-+#include <sys/signal.h>
- #include <errno.h>
-
- #include "ps-document.h"
diff --git a/graphics/evince/files/patch-backend_ps_ps-interpreter.c b/graphics/evince/files/patch-backend_ps_ps-interpreter.c
new file mode 100644
index 000000000..9cd98bbef
--- /dev/null
+++ b/graphics/evince/files/patch-backend_ps_ps-interpreter.c
@@ -0,0 +1,10 @@
+--- backend/ps/ps-interpreter.c.orig Tue Mar 13 07:00:12 2007
++++ backend/ps/ps-interpreter.c Tue Mar 13 07:00:21 2007
+@@ -29,6 +29,7 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <sys/wait.h>
++#include <signal.h>
+ #include <errno.h>
+
+ #include "ps-interpreter.h"