svn commit: r458741 - head/graphics/zathura
Tobias Kortkamp
tobik at FreeBSD.org
Thu Jan 11 14:20:10 UTC 2018
Author: tobik
Date: Thu Jan 11 14:20:08 2018
New Revision: 458741
URL: https://svnweb.freebsd.org/changeset/ports/458741
Log:
graphics/zathura: Update to 0.3.8
PR: 224712
Submitted by: Zsolt Udvari <uzsolt at uzsolt.hu>
Approved by: quentin.stievenart at gmail.com (maintainer)
Modified:
head/graphics/zathura/Makefile
head/graphics/zathura/distinfo
Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile Thu Jan 11 14:19:44 2018 (r458740)
+++ head/graphics/zathura/Makefile Thu Jan 11 14:20:08 2018 (r458741)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= zathura
-PORTVERSION= 0.3.7
-PORTREVISION= 3
+PORTVERSION= 0.3.8
CATEGORIES= graphics print
MASTER_SITES= https://pwmt.org/projects/zathura/download/ \
http://www.madpilot.net/~mad/pwmt.org/
@@ -20,12 +19,13 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
BUILD_DEPENDS+= rst2html:textproc/py-docutils
-USE_GNOME= glib20 gtk30 gdkpixbuf2
USES= compiler:c11 gmake pathfix pkgconfig
+USE_GNOME= glib20 gtk30 gdkpixbuf2
PATHFIX_MAKEFILEIN= Makefile
MAKE_ENV= SFLAGS="${STRIP}" \
RSTTOMAN=${LOCALBASE}/bin/rst2man \
WITH_SYNCTEX=1
+MAKE_ARGS+= APPDATAPREFIX=${LOCALBASE}/share/appdata
CPPFLAGS+= -DWITH_SYNCTEX
@@ -42,7 +42,7 @@ post-patch: .SILENT
${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\
${WRKSRC}/config.mk
- ${REINPLACE_CMD} -e '/^CC /d'\
+ ${REINPLACE_CMD} -e '/^TPUT_AVAILABLE/d'\
${WRKSRC}/colors.mk
${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \
-e 's/-lc//' \
Modified: head/graphics/zathura/distinfo
==============================================================================
--- head/graphics/zathura/distinfo Thu Jan 11 14:19:44 2018 (r458740)
+++ head/graphics/zathura/distinfo Thu Jan 11 14:20:08 2018 (r458741)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484228029
-SHA256 (zathura-0.3.7.tar.gz) = 22afff89f4093f22fb82188417ff9bfa9695b19a4fe894dca05b7c821b390ff0
-SIZE (zathura-0.3.7.tar.gz) = 174095
+TIMESTAMP = 1514565466
+SHA256 (zathura-0.3.8.tar.gz) = 46bf8558f7ff12efe11bf5d19e6e223aac97126061677199d0c3d53dfcbce537
+SIZE (zathura-0.3.8.tar.gz) = 174962
More information about the svn-ports-head
mailing list