Date: Sun, 22 Sep 2019 09:38:23 +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: r512569 - head/x11/i3status Message-ID: <201909220938.x8M9cNdq001091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909220938.x8M9cNdq001091>