Index: head/graphics/zathura/files/patch-zathura_main.c =================================================================== --- head/graphics/zathura/files/patch-zathura_main.c (revision 418054) +++ head/graphics/zathura/files/patch-zathura_main.c (nonexistent) @@ -1,36 +0,0 @@ ---- zathura/main.c.orig 2015-12-21 10:19:18 UTC -+++ zathura/main.c -@@ -85,10 +85,13 @@ run_synctex_forward(const char* synctex_ - static zathura_t* - init_zathura(const char* config_dir, const char* data_dir, - const char* cache_dir, const char* plugin_path, char** argv, -+#ifdef WITH_SYNCTEX -+ char* synctex_editor, -+#endif - #ifdef GDK_WINDOWING_X11 -- char* synctex_editor, Window embed) -+ Window embed) - #else -- char* synctex_editor) -+ ) - #endif - { - /* create zathura session */ -@@ -249,11 +252,14 @@ main(int argc, char* argv[]) - gtk_init(&argc, &argv); - - /* Create zathura session */ -- zathura_t* zathura = init_zathura(config_dir, data_dir, cache_dir, -+ zathura_t* zathura = init_zathura(config_dir, data_dir, cache_dir, plugin_path, argv, -+#ifdef WITH_SYNCTEX -+ synctex_editor, -+#endif - #ifdef GDK_WINDOWING_X11 -- plugin_path, argv, synctex_editor, embed); -+ embed); - #else -- plugin_path, argv, synctex_editor); -+ ); - #endif - if (zathura == NULL) { - girara_error("Could not initialize zathura."); Property changes on: head/graphics/zathura/files/patch-zathura_main.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/zathura/Makefile =================================================================== --- head/graphics/zathura/Makefile (revision 418054) +++ head/graphics/zathura/Makefile (revision 418055) @@ -1,55 +1,55 @@ # Created by: Quentin Stievenart # $FreeBSD$ PORTNAME= zathura -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.6 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcairo.so:graphics/cairo \ libgirara-gtk3.so:x11-toolkits/girara BUILD_DEPENDS+= rst2html:textproc/py-docutils USE_GNOME= glib20 gtk30 USES= compiler:c11 gmake pkgconfig MAKE_ENV= SFLAGS="${STRIP}" \ RSTTOMAN=${LOCALBASE}/bin/rst2man \ ZLIB_INC= \ ZLIB_LIB=-lz OPTIONS_DEFINE= NLS SQLITE OPTIONS_SUB= yes SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 SQLITE_MAKE_ENV= WITH_SQLITE=1 SQLITE_MAKE_ENV_OFF= WITH_SQLITE=0 NLS_USES= gettext post-patch: .SILENT ${REINPLACE_CMD} -e 's|man[15]|man/&|g' \ -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e '/^CC /d'\ ${WRKSRC}/colors.mk ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ -e 's/-lc//' \ -e 's/DL_LIB /#&/' \ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \ ${WRKSRC}/zathura/config.h \ ${WRKSRC}/doc/man/zathurarc.5.rst (cd ${WRKSRC}; ${RM} -f zathura.1 zathurarc.5) post-patch-NLS-off: .SILENT ${REINPLACE_CMD} -e '/-C po/d'\ ${WRKSRC}/Makefile .include Index: head/graphics/zathura/distinfo =================================================================== --- head/graphics/zathura/distinfo (revision 418054) +++ head/graphics/zathura/distinfo (revision 418055) @@ -1,2 +1,3 @@ -SHA256 (zathura-0.3.4.tar.gz) = 52c4a3efc5843ce7c720ea7357667699363c809fd34ada4cb350d0e1031d0234 -SIZE (zathura-0.3.4.tar.gz) = 167584 +TIMESTAMP = 1463993050 +SHA256 (zathura-0.3.6.tar.gz) = 086a8be25d538fc6539fbee8f01ecf16d25819dfaad50cd2dbd84e30152ccb3b +SIZE (zathura-0.3.6.tar.gz) = 169560