Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2018 09:37:41 +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: r474498 - head/graphics/zathura-ps
Message-ID:  <201807120937.w6C9bfRu030954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul 12 09:37:41 2018
New Revision: 474498
URL: https://svnweb.freebsd.org/changeset/ports/474498

Log:
  - Update WWW
  - Silence stripping
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/zathura-ps/Makefile
==============================================================================
--- head/graphics/zathura-ps/Makefile	Thu Jul 12 09:07:41 2018	(r474497)
+++ head/graphics/zathura-ps/Makefile	Thu Jul 12 09:37:41 2018	(r474498)
@@ -23,6 +23,6 @@ USE_GNOME=	glib20 gtk30
 PLIST_FILES=	lib/zathura/ps.so share/applications/zathura-ps.desktop
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so
+	@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so
 
 .include <bsd.port.mk>

Modified: head/graphics/zathura-ps/pkg-descr
==============================================================================
--- head/graphics/zathura-ps/pkg-descr	Thu Jul 12 09:07:41 2018	(r474497)
+++ head/graphics/zathura-ps/pkg-descr	Thu Jul 12 09:37:41 2018	(r474498)
@@ -1,4 +1,4 @@
 The zathura-ps plugin adds PostScript support to zathura by using the
 libspectre library.
 
-WWW: http://pwmt.org/projects/zathura-ps/
+WWW: https://pwmt.org/projects/zathura-ps/



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