View | Details | Raw Unified | Return to bug 246517
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zathura
4
PORTNAME=	zathura
5
DISTVERSION=	0.4.3
5
DISTVERSION=	0.4.5
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	graphics print
7
CATEGORIES=	graphics print
8
MASTER_SITES=	https://pwmt.org/projects/zathura/download/ \
8
MASTER_SITES=	https://pwmt.org/projects/zathura/download/ \
9
		http://www.madpilot.net/~mad/pwmt.org/
9
		http://www.madpilot.net/~mad/pwmt.org/
Lines 15-22 Link Here
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
LIB_DEPENDS=	libcairo.so:graphics/cairo \
17
LIB_DEPENDS=	libcairo.so:graphics/cairo \
18
		libgirara-gtk3.so:x11-toolkits/girara \
18
		libgirara-gtk3.so:x11-toolkits/girara
19
		libsynctex.so:devel/tex-synctex
20
BUILD_DEPENDS=	${PY_SPHINX} \
19
BUILD_DEPENDS=	${PY_SPHINX} \
21
		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
20
		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
22
21
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1550822518
1
TIMESTAMP = 1589641288
2
SHA256 (zathura-0.4.3.tar.xz) = 7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41
2
SHA256 (zathura-0.4.5.tar.xz) = 0c3997aafbcdaaae60a4522f208adadfdd2758b432ce94ea16fbcee937cb762c
3
SIZE (zathura-0.4.3.tar.xz) = 145796
3
SIZE (zathura-0.4.5.tar.xz) = 152720
(-)pkg-plist (-1 / +2 lines)
Lines 11-16 Link Here
11
man/man5/zathurarc.5.gz
11
man/man5/zathurarc.5.gz
12
share/applications/org.pwmt.zathura.desktop
12
share/applications/org.pwmt.zathura.desktop
13
share/bash-completion/completions/zathura
13
share/bash-completion/completions/zathura
14
share/fish/completions/zathura.fish
14
share/dbus-1/interfaces/org.pwmt.zathura.xml
15
share/dbus-1/interfaces/org.pwmt.zathura.xml
15
share/icons/hicolor/128x128/apps/org.pwmt.zathura.png
16
share/icons/hicolor/128x128/apps/org.pwmt.zathura.png
16
share/icons/hicolor/16x16/apps/org.pwmt.zathura.png
17
share/icons/hicolor/16x16/apps/org.pwmt.zathura.png
Lines 42-45 Link Here
42
share/locale/tr/LC_MESSAGES/zathura.mo
43
share/locale/tr/LC_MESSAGES/zathura.mo
43
share/locale/uk_UA/LC_MESSAGES/zathura.mo
44
share/locale/uk_UA/LC_MESSAGES/zathura.mo
44
share/metainfo/org.pwmt.zathura.appdata.xml
45
share/metainfo/org.pwmt.zathura.appdata.xml
45
share/zsh/vendor-completions/_zathura
46

Return to bug 246517