svn commit: r512569 - head/x11/i3status

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 22 09:38:23 UTC 2019


Author: amdmi3
Date: Sun Sep 22 09:38:22 2019
New Revision: 512569
URL: https://svnweb.freebsd.org/changeset/ports/512569

Log:
  - Add LICENSE_FILE
  - Remove extra empty line
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/i3status/Makefile
  head/x11/i3status/pkg-descr

Modified: head/x11/i3status/Makefile
==============================================================================
--- head/x11/i3status/Makefile	Sun Sep 22 09:26:49 2019	(r512568)
+++ head/x11/i3status/Makefile	Sun Sep 22 09:38:22 2019	(r512569)
@@ -9,6 +9,7 @@ MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Small program for generating a status bar
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libconfuse.so:devel/libconfuse \
 		libyajl.so:devel/yajl
@@ -27,6 +28,5 @@ post-patch:
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/i3status.conf \
 		${STAGEDIR}${PREFIX}/etc/i3status.conf.sample
-
 
 .include <bsd.port.mk>

Modified: head/x11/i3status/pkg-descr
==============================================================================
--- head/x11/i3status/pkg-descr	Sun Sep 22 09:26:49 2019	(r512568)
+++ head/x11/i3status/pkg-descr	Sun Sep 22 09:38:22 2019	(r512569)
@@ -5,4 +5,4 @@ such a status line every second. This ensures that eve
 status bar is updated correctly. Also, it saves a bit of energy by not hogging
 your CPU as much as spawning the corresponding amount of shell commands would.
 
-WWW: http://i3wm.org/i3status/
+WWW: https://i3wm.org/i3status/


More information about the svn-ports-all mailing list