Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 09:37:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475236 - head/graphics/zathura-djvu
Message-ID:  <201807240937.w6O9bnW8015827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 24 09:37:49 2018
New Revision: 475236
URL: https://svnweb.freebsd.org/changeset/ports/475236

Log:
  - Pet portlint
  - Update WWW
  - Cosmetic fixes
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/zathura-djvu/Makefile
  head/graphics/zathura-djvu/pkg-descr

Modified: head/graphics/zathura-djvu/Makefile
==============================================================================
--- head/graphics/zathura-djvu/Makefile	Tue Jul 24 09:24:09 2018	(r475235)
+++ head/graphics/zathura-djvu/Makefile	Tue Jul 24 09:37:49 2018	(r475236)
@@ -17,14 +17,14 @@ LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
 BUILD_DEPENDS=	zathura:graphics/zathura
 RUN_DEPENDS=	zathura:graphics/zathura
 
-USE_GNOME=	glib20 gtk30
 USES=		meson ninja compiler:c11 desktop-file-utils pkgconfig tar:xz
+USE_GNOME=	glib20 gtk30
 
 PLIST_FILES=	lib/zathura/libdjvu.so \
 		share/appdata/org.pwmt.zathura-djvu.metainfo.xml \
 		share/applications/org.pwmt.zathura-djvu.desktop
 
 pre-configure:
-	${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
+	@${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
 
 .include <bsd.port.mk>

Modified: head/graphics/zathura-djvu/pkg-descr
==============================================================================
--- head/graphics/zathura-djvu/pkg-descr	Tue Jul 24 09:24:09 2018	(r475235)
+++ head/graphics/zathura-djvu/pkg-descr	Tue Jul 24 09:37:49 2018	(r475236)
@@ -1,4 +1,3 @@
 Zathura plugin to view DJVU with djvulibre
 
-
-WWW: http://pwmt.org/projects/zathura/plugins/
+WWW: https://pwmt.org/projects/zathura/plugins/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807240937.w6O9bnW8015827>