summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-31 17:49:57 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-31 17:49:57 +0800
commit5e434eb82f3ac5c520832a2073031e08d44eb073 (patch)
tree3a7bf400e5cf55f4d2703f485dce8f6ba6b3c1d4
parentc0321c8865c10db7e46a3577cffd312afca2b9d7 (diff)
downloadmarcuscom-ports-5e434eb82f3ac5c520832a2073031e08d44eb073.tar
marcuscom-ports-5e434eb82f3ac5c520832a2073031e08d44eb073.tar.gz
marcuscom-ports-5e434eb82f3ac5c520832a2073031e08d44eb073.tar.bz2
marcuscom-ports-5e434eb82f3ac5c520832a2073031e08d44eb073.tar.lz
marcuscom-ports-5e434eb82f3ac5c520832a2073031e08d44eb073.tar.xz
marcuscom-ports-5e434eb82f3ac5c520832a2073031e08d44eb073.tar.zst
marcuscom-ports-5e434eb82f3ac5c520832a2073031e08d44eb073.zip
Chase djvulibre shlib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15669 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--graphics/evince/Makefile6
-rw-r--r--graphics/evince3/Makefile5
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index b5f81e80a..08793b89e 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,12 +3,12 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD: ports/graphics/evince/Makefile,v 1.63 2010/12/04 07:31:56 ade Exp $
-# $MCom: ports/graphics/evince/Makefile,v 1.149 2011/03/07 09:12:49 kwm Exp $
+# $MCom: ports/graphics/evince/Makefile,v 1.150 2011/03/14 21:40:52 mezz Exp $
#
PORTNAME= evince
PORTVERSION= 2.32.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -98,7 +98,7 @@ PLIST_SUB+= IMPRESS="@comment "
.endif
.if defined(WITH_DJVU)
-LIB_DEPENDS+= djvulibre.23:${PORTSDIR}/graphics/djvulibre-nox11
+LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11
CONFIGURE_ARGS+= --enable-djvu
GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
PLIST_SUB+= DJVU=""
diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile
index 6cd7b71f3..8a5eeacf0 100644
--- a/graphics/evince3/Makefile
+++ b/graphics/evince3/Makefile
@@ -3,11 +3,12 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/evince3/Makefile,v 1.7 2011/03/22 10:48:41 kwm Exp $
+# $MCom: ports/graphics/evince3/Makefile,v 1.8 2011/03/26 16:46:30 kwm Exp $
#
PORTNAME= evince
PORTVERSION= 2.91.93
+PORTREVISION= 1
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -93,7 +94,7 @@ CONFIGURE_ARGS+= --disable-xps
#.endif
.if defined(WITH_DJVU)
-LIB_DEPENDS+= djvulibre.23:${PORTSDIR}/graphics/djvulibre-nox11
+LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11
CONFIGURE_ARGS+= --enable-djvu
PLIST_SUB+= DJVU=""
.else