summaryrefslogtreecommitdiff
path: root/graphics/evince
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-04-08 21:36:05 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-04-08 21:36:05 +0000
commit0f7e0e29b363b76bc51c2137e3d2d5b110864c59 (patch)
tree8a88d92adb3159224fdc5088b9faba8682d8d5da /graphics/evince
parentRemove this port due to ridiculous license restrictions. (diff)
Update to 2.22.1.1
Notes
Notes: svn path=/head/; revision=210887
Diffstat (limited to 'graphics/evince')
-rw-r--r--graphics/evince/Makefile2
-rw-r--r--graphics/evince/distinfo6
-rw-r--r--graphics/evince/files/patch-configure40
3 files changed, 4 insertions, 44 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 196ca6dc0d45..4b7db8be6d2f 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= evince
-PORTVERSION= 2.22.1
+PORTVERSION= 2.22.1.1
PORTREVISION= 0
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo
index 190405a392b1..59b25cc754b3 100644
--- a/graphics/evince/distinfo
+++ b/graphics/evince/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/evince-2.22.1.tar.bz2) = 2557205c5241d4ad756b40747586ace8
-SHA256 (gnome2/evince-2.22.1.tar.bz2) = 4b0379a3369d790d142ad95d9ea16bf38a7e5e0d946501dbd9549a14b6eba4c0
-SIZE (gnome2/evince-2.22.1.tar.bz2) = 1673261
+MD5 (gnome2/evince-2.22.1.1.tar.bz2) = 568ff7211a185d71d0e9de15a07f4987
+SHA256 (gnome2/evince-2.22.1.1.tar.bz2) = e87b258c8b49b5b059b473558eb5b2d05797a3425b6a154e4cbfa0a58ccb851c
+SIZE (gnome2/evince-2.22.1.1.tar.bz2) = 1648635
diff --git a/graphics/evince/files/patch-configure b/graphics/evince/files/patch-configure
deleted file mode 100644
index 50def41e47a2..000000000000
--- a/graphics/evince/files/patch-configure
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig 2008-04-07 14:16:28.661972413 -0400
-+++ configure 2008-04-07 14:52:51.263707127 -0400
-@@ -25726,7 +25726,7 @@
-
-
-
--for ac_header in execinfo.h
-+for ac_header in #
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-@@ -26312,8 +26312,8 @@
-
- LIBS=$evince_save_LIBS
-
-- POPPLER_MAJOR_VERSION=`$PKG_CONFIG --modversion poppler-glib | sed 's/0\.\([0-9]*\)\(\.\([0-9]*\)\)\?/\1/'`
-- POPPLER_MINOR_VERSION=`$PKG_CONFIG --modversion poppler-glib | sed 's/0\.\([0-9]*\)\(\.\([0-9]*\)\)\?/\3/'`
-+ POPPLER_MAJOR_VERSION=`$PKG_CONFIG --modversion poppler-glib | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2 /'`
-+ POPPLER_MINOR_VERSION=`$PKG_CONFIG --modversion poppler-glib | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\3 /'`
- if test -z "$POPPLER_MINOR_VERSION"; then
- POPPLER_MINOR_VERSION=0
- fi
-@@ -26400,7 +26400,7 @@
- echo "${ECHO_T}yes" >&6; }
- enable_cairo_pdf=yes
- fi
-- if test x$enable_cairo_pdf == xyes; then
-+ if test x$enable_cairo_pdf = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_CAIRO_PDF 1
-@@ -26479,7 +26479,7 @@
- echo "${ECHO_T}yes" >&6; }
- enable_cairo_ps=yes
- fi
-- if test x$enable_cairo_ps == xyes; then
-+ if test x$enable_cairo_ps = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_CAIRO_PS 1