diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-09-15 00:06:31 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-09-15 00:06:31 +0800 |
commit | 5ac3b4f3928c060bd2a30576ea7a32632ac884e7 (patch) | |
tree | d1be6c45876cbc1c5b8167276753861ebe96ea21 /graphics/zathura-djvu | |
parent | 2407eccf7cad5ccd21cd7106a8b6ea698c31b293 (diff) | |
download | freebsd-ports-gnome-5ac3b4f3928c060bd2a30576ea7a32632ac884e7.tar.gz freebsd-ports-gnome-5ac3b4f3928c060bd2a30576ea7a32632ac884e7.tar.zst freebsd-ports-gnome-5ac3b4f3928c060bd2a30576ea7a32632ac884e7.zip |
- Update zathura, zathura-djvu and zathura-pdf-poppler to 0.2.0
- Remove unnecessary ABI versions from LIB_DEPENDS
PR: ports/170780 [1], ports/170792 [2], ports/170793 [3]
Submitted by: Alexander <alexander.4mail@gmail.com> [1],
Quentin Stievenart <quentin.stievenart@gmail.com> [2] [3]
Approved by: maintainer timeout [3] (graphics/zathura-pdf-poppler)
Approved by: tabthorpe (mentor)
Diffstat (limited to 'graphics/zathura-djvu')
-rw-r--r-- | graphics/zathura-djvu/Makefile | 2 | ||||
-rw-r--r-- | graphics/zathura-djvu/distinfo | 4 | ||||
-rw-r--r-- | graphics/zathura-djvu/files/patch-config.mk | 22 |
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} |