aboutsummaryrefslogtreecommitdiff
path: root/graphics/zathura-djvu
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-09-14 16:06:31 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-09-14 16:06:31 +0000
commit7614e00efcc787cf31f55641a4cf86768a4f4ec8 (patch)
treed1be6c45876cbc1c5b8167276753861ebe96ea21 /graphics/zathura-djvu
parent9bed492eb63b791e43beb5e7ed195290d8b9756d (diff)
downloadports-7614e00efcc787cf31f55641a4cf86768a4f4ec8.tar.gz
ports-7614e00efcc787cf31f55641a4cf86768a4f4ec8.zip
Notes
Diffstat (limited to 'graphics/zathura-djvu')
-rw-r--r--graphics/zathura-djvu/Makefile2
-rw-r--r--graphics/zathura-djvu/distinfo4
-rw-r--r--graphics/zathura-djvu/files/patch-config.mk22
3 files changed, 25 insertions, 3 deletions
diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile
index e0b3441226fa..32c13ead6412 100644
--- a/graphics/zathura-djvu/Makefile
+++ b/graphics/zathura-djvu/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= zathura-djvu
-PORTVERSION= 0.1.1
+PORTVERSION= 0.2.0
CATEGORIES= graphics
MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/
diff --git a/graphics/zathura-djvu/distinfo b/graphics/zathura-djvu/distinfo
index 1ef93e44821f..82389f14318c 100644
--- a/graphics/zathura-djvu/distinfo
+++ b/graphics/zathura-djvu/distinfo
@@ -1,2 +1,2 @@
-SHA256 (zathura-djvu-0.1.1.tar.gz) = 04adad7bf1bb392eae4b7b856fe7d40a137f8185ac274289df922758ae827172
-SIZE (zathura-djvu-0.1.1.tar.gz) = 8392
+SHA256 (zathura-djvu-0.2.0.tar.gz) = c276cdb3901fbb8c76f070d69a590181992eea2cb48f09589e4fda9e67e1f813
+SIZE (zathura-djvu-0.2.0.tar.gz) = 10034
diff --git a/graphics/zathura-djvu/files/patch-config.mk b/graphics/zathura-djvu/files/patch-config.mk
new file mode 100644
index 000000000000..cc9cb879b310
--- /dev/null
+++ b/graphics/zathura-djvu/files/patch-config.mk
@@ -0,0 +1,22 @@
+--- config.mk.orig 2012-06-09 23:37:36.000000000 +0200
++++ config.mk 2012-08-20 18:26:30.000000000 +0200
+@@ -11,7 +11,7 @@
+
+ # paths
+ PREFIX ?= /usr
+-LIBDIR ?= ${PREFIX}/lib
++LIBDIR = ${PREFIX}/lib
+
+ # libs
+ CAIRO_INC ?= $(shell pkg-config --cflags cairo)
+@@ -27,10 +27,7 @@
+ GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2)
+
+ ZATHURA_INC ?= $(shell pkg-config --cflags zathura)
+-PLUGINDIR ?= $(shell pkg-config --variable=plugindir zathura)
+-ifeq (,${PLUGINDIR})
+ PLUGINDIR = ${LIBDIR}/zathura
+-endif
+
+ INCS = ${GIRARA_INC} ${GLIB_INC} ${DJVU_INC} ${ZATHURA_INC}
+ LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB}