diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-24 12:32:07 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-24 12:32:07 +0000 |
commit | 9d2448b4d5ae170604e7ddb197e32535fe82c6f1 (patch) | |
tree | 6e5721d7f4838852d3b03361fa1f9f306949111b /x11/i3lock | |
parent | 361502f211c30dcb752dd930308959306345dd4a (diff) | |
download | ports-9d2448b4d5ae170604e7ddb197e32535fe82c6f1.tar.gz ports-9d2448b4d5ae170604e7ddb197e32535fe82c6f1.zip |
Notes
Diffstat (limited to 'x11/i3lock')
-rw-r--r-- | x11/i3lock/Makefile | 3 | ||||
-rw-r--r-- | x11/i3lock/distinfo | 6 | ||||
-rw-r--r-- | x11/i3lock/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile index b17af0836611..6ae0ebda3570 100644 --- a/x11/i3lock/Makefile +++ b/x11/i3lock/Makefile @@ -8,7 +8,8 @@ PORTNAME= i3lock PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= http://mirror.4bit.ws/ \ +MASTER_SITES= http://i3.zekjur.net/${PORTNAME}/ \ + http://mirror.4bit.ws/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dhn diff --git a/x11/i3lock/distinfo b/x11/i3lock/distinfo index e86eb7671be7..316b92d543b2 100644 --- a/x11/i3lock/distinfo +++ b/x11/i3lock/distinfo @@ -1,3 +1,3 @@ -MD5 (i3lock-1.0.tar.gz) = 902bc980f1762534e123af73c35e3bf4 -SHA256 (i3lock-1.0.tar.gz) = 3f4ab0521c8368e53a2e3e76ed8166497db979197182a611229001960ff34d40 -SIZE (i3lock-1.0.tar.gz) = 6472 +MD5 (i3lock-1.0.tar.gz) = 27db4766271d0c7ea3bbb14ac7b9932c +SHA256 (i3lock-1.0.tar.gz) = 47e6b7c4c3cedcf0db6462766c6297ac0545c89d7d86ce5168b328c5132d8d0f +SIZE (i3lock-1.0.tar.gz) = 5260 diff --git a/x11/i3lock/pkg-descr b/x11/i3lock/pkg-descr index c15a632e00b5..3edf0583aa69 100644 --- a/x11/i3lock/pkg-descr +++ b/x11/i3lock/pkg-descr @@ -7,3 +7,5 @@ i3lock does not call XBell(). This is important because i3lock/slock think you have entered a password when resuming from suspend, at least sometimes. i3lock was forked from slock-0.9 + +WWW: http://i3.zekjur.net/i3lock/ |