View | Details | Raw Unified | Return to bug 93280
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 8-21 Link Here
8
PORTNAME=	fortunelock
8
PORTNAME=	fortunelock
9
PORTVERSION=	0.1.2
9
PORTVERSION=	0.1.2
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://cx.capsi.com/src/fortunelock/ \
11
MASTER_SITES=	${MASTER_SITE_LOCAL}
12
		${MASTER_SITE_LOCAL}
13
MASTER_SITE_SUBDIR=	dannyboy
12
MASTER_SITE_SUBDIR=	dannyboy
14
13
15
MAINTAINER=	dannyboy@FreeBSD.org
14
MAINTAINER=	dannyboy@FreeBSD.org
16
COMMENT=	Locks a terminal while showing fortunes
15
COMMENT=	Locks a terminal while showing fortunes
17
16
18
BROKEN=		Checksum mismatch
17
#BROKEN=		Checksum mismatch
19
18
20
USE_BZIP2=	yes
19
USE_BZIP2=	yes
21
20
(-)pkg-descr (-2 lines)
Lines 3-9 Link Here
3
and therefore does not support PAM, NIS, shadow passwords or even regular
3
and therefore does not support PAM, NIS, shadow passwords or even regular
4
passwords: the user must enter a lock password to lock the terminal.
4
passwords: the user must enter a lock password to lock the terminal.
5
5
6
WWW: http://cx.capsi.com/code-fortunelock.html
7
8
- Daniel Harris
6
- Daniel Harris
9
dannyboy@subdimension.com
7
dannyboy@subdimension.com

Return to bug 93280