View | Details | Raw Unified | Return to bug 228525 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/zathura-djvu/Makefile (-9 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zathura-djvu
4
PORTNAME=	zathura-djvu
5
PORTVERSION=	0.2.6
5
PORTVERSION=	0.2.8
6
PORTREVISION=	3
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	https://pwmt.org/projects/zathura/plugins/download/ \
7
MASTER_SITES=	https://pwmt.org/projects/zathura/plugins/download/ \
9
		http://www.madpilot.net/~mad/pwmt.org/
8
		http://www.madpilot.net/~mad/pwmt.org/
Lines 18-32 Link Here
18
BUILD_DEPENDS=	zathura:graphics/zathura
17
BUILD_DEPENDS=	zathura:graphics/zathura
19
RUN_DEPENDS=	zathura:graphics/zathura
18
RUN_DEPENDS=	zathura:graphics/zathura
20
19
21
PLIST_FILES=	lib/zathura/djvu.so share/applications/zathura-djvu.desktop
22
23
USE_GNOME=	glib20 gtk30
20
USE_GNOME=	glib20 gtk30
24
USES=		compiler:c11 desktop-file-utils gmake pkgconfig
21
USES=		meson ninja compiler:c11 desktop-file-utils pkgconfig tar:xz
25
22
26
PLIST_FILES=	lib/zathura/djvu.so \
23
PLIST_FILES=	lib/zathura/libdjvu.so \
27
		share/applications/zathura-djvu.desktop
24
		share/appdata/org.pwmt.zathura-djvu.metainfo.xml \
25
		share/applications/org.pwmt.zathura-djvu.desktop
28
26
29
post-install:
27
pre-configure:
30
	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/djvu.so
28
	${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
31
29
32
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)graphics/zathura-djvu/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484228209
1
TIMESTAMP = 1527371287
2
SHA256 (zathura-djvu-0.2.6.tar.gz) = aefef6a3b702fa06145f16f2559490f4d96d3206bafd4e0c78ac184788cac05f
2
SHA256 (zathura-djvu-0.2.8.tar.xz) = d0e664d5312bdc0674fdf8cc6e259c9ee1365714172bc809f9c0f69659d8b32b
3
SIZE (zathura-djvu-0.2.6.tar.gz) = 11137
3
SIZE (zathura-djvu-0.2.8.tar.xz) = 8860

Return to bug 228525