Date: Sat, 23 Nov 2019 09:39:58 +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: r518206 - in head/x11-wm/echinus: . files Message-ID: <201911230939.xAN9dwHV090178@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Nov 23 09:39:58 2019 New Revision: 518206 URL: https://svnweb.freebsd.org/changeset/ports/518206 Log: - Add LICENSE - Regenerate patches - Update WWW Approved by: portmgr blanket Modified: head/x11-wm/echinus/Makefile head/x11-wm/echinus/files/patch-config.mk head/x11-wm/echinus/files/patch-ewmh.c head/x11-wm/echinus/pkg-descr Modified: head/x11-wm/echinus/Makefile ============================================================================== --- head/x11-wm/echinus/Makefile Sat Nov 23 09:29:23 2019 (r518205) +++ head/x11-wm/echinus/Makefile Sat Nov 23 09:39:58 2019 (r518206) @@ -10,6 +10,9 @@ MASTER_SITES= http://plhk.ru/static/echinus/ MAINTAINER= hrkfdn@gmail.com COMMENT= Dynamic window manager for X11 based on dwm +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ Modified: head/x11-wm/echinus/files/patch-config.mk ============================================================================== --- head/x11-wm/echinus/files/patch-config.mk Sat Nov 23 09:29:23 2019 (r518205) +++ head/x11-wm/echinus/files/patch-config.mk Sat Nov 23 09:39:58 2019 (r518206) @@ -1,6 +1,6 @@ ---- ./config.mk.orig 2011-08-19 18:19:22.000000000 +0200 -+++ ./config.mk 2011-09-03 13:08:44.000000000 +0200 -@@ -7,12 +7,12 @@ +--- config.mk.orig 2011-09-19 21:42:25 UTC ++++ config.mk +@@ -7,12 +7,12 @@ VERSION = 0.4.9 PREFIX?= /usr/local BINPREFIX?= ${PREFIX}/bin MANPREFIX?= ${PREFIX}/share/man @@ -16,7 +16,7 @@ # includes and libs INCS = -I. -I/usr/include -I${X11INC} `pkg-config --cflags xft` -@@ -44,4 +44,4 @@ +@@ -44,4 +44,4 @@ LIBS += -lXrandr #CFLAGS += -xtarget=ultra # compiler and linker Modified: head/x11-wm/echinus/files/patch-ewmh.c ============================================================================== --- head/x11-wm/echinus/files/patch-ewmh.c Sat Nov 23 09:29:23 2019 (r518205) +++ head/x11-wm/echinus/files/patch-ewmh.c Sat Nov 23 09:39:58 2019 (r518206) @@ -1,6 +1,6 @@ ---- ./ewmh.c.orig 2011-09-03 13:09:18.000000000 +0200 -+++ ./ewmh.c 2011-09-03 13:09:46.000000000 +0200 -@@ -218,7 +218,7 @@ +--- ewmh.c.orig 2011-09-19 21:42:25 UTC ++++ ewmh.c +@@ -222,7 +222,7 @@ ewmh_process_state_atom(Client *c, Atom state, int set CARD32 data[2]; data[1] = None; Modified: head/x11-wm/echinus/pkg-descr ============================================================================== --- head/x11-wm/echinus/pkg-descr Sat Nov 23 09:29:23 2019 (r518205) +++ head/x11-wm/echinus/pkg-descr Sat Nov 23 09:39:58 2019 (r518206) @@ -6,4 +6,4 @@ Echinus supports a small subset of EWMH to be compatib with external panels and pagers. It draws a border around windows and also an optional titlebar. -WWW: http://plhk.ru/ +WWW: https://plhk.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911230939.xAN9dwHV090178>