-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update echinus to 0.4.3, per maintainer update request by PR#43117.
0.4.3 Ungrab keyboard after a key press 2010-04-02 0.4.2.1 Fix GCC warning on FreeBSD. 2010-03-22 0.4.2 Add some debug for buttons. 2010-03-21 0.4.1 This one should fix title problems 2010-03-12
- Loading branch information
obache
committed
Apr 7, 2010
1 parent
4ebba8d
commit dc6d41d
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# $NetBSD: Makefile,v 1.3 2010/02/10 12:32:47 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.4 2010/04/07 08:11:36 obache Exp $ | ||
# | ||
|
||
DISTNAME= echinus-0.4.0 | ||
DISTNAME= echinus-0.4.3 | ||
CATEGORIES= wm | ||
MASTER_SITES= http://www.rootshell.be/~polachok/code/ | ||
MASTER_SITES= http://www.plhk.ru/static/echinus/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.rootshell.be/~polachok/code/ | ||
COMMENT= Lightweight tiling window manager | ||
HOMEPAGE= http://www.plhk.ru/echinus | ||
COMMENT= Simple and lightweight tiling window manager | ||
LICENSE= mit | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.3 2010/02/10 12:32:47 wiz Exp $ | ||
$NetBSD: distinfo,v 1.4 2010/04/07 08:11:36 obache Exp $ | ||
|
||
SHA1 (echinus-0.4.0.tar.gz) = df56650fd1e83a14a18870b199e0e3872bad027d | ||
RMD160 (echinus-0.4.0.tar.gz) = 7febf747f157823914c1b3603f65e90550bee9a2 | ||
Size (echinus-0.4.0.tar.gz) = 28843 bytes | ||
SHA1 (echinus-0.4.3.tar.gz) = 5858c7a9845d8f8288186d1e8a6585b6f1c105cb | ||
RMD160 (echinus-0.4.3.tar.gz) = cb624fb5222799ac03b828f20d77f1cbdb23fa70 | ||
Size (echinus-0.4.3.tar.gz) = 30409 bytes |