svn commit: r474498 - head/graphics/zathura-ps

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 12 09:37:42 UTC 2018


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/


More information about the svn-ports-all mailing list