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

(-)userinfo/Makefile (-10 / +5 lines)
Lines 6-28 Link Here
6
#
6
#
7
7
8
PORTNAME=	userinfo
8
PORTNAME=	userinfo
9
PORTVERSION=	2.2
9
PORTVERSION=	2.3
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	SF/bjk/${PORTNAME}/${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	rpsfa@rit.edu
14
COMMENT=	Show information about local users
14
COMMENT=	Show information about local users
15
15
16
USE_AUTOTOOLS=	libtool
16
USE_AUTOTOOLS=	libtool
17
USE_BZIP2=	yes
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
19
19
MAN1=		ui.1
20
MAN1=		ui.1
20
MLINKS=		ui.1 userinfo.1
21
MLINKS=		ui.1 userinfo.1
21
22
22
.include <bsd.port.pre.mk>
23
.include <bsd.port.mk>
23
24
.if ${OSVERSION} > 900007
25
BROKEN=		fails to build with new utmpx
26
.endif
27
28
.include <bsd.port.post.mk>
(-)userinfo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (userinfo-2.2.tar.gz) = a0000cd681d1f9ef1b1c718c71f2bc85139c438dbf06259ba474346be97d0f7b
1
SHA256 (userinfo-2.3.tar.bz2) = 71ae6adc85b70960e245f868d4baaeddd7d1713c13b37212079ed14353093121
2
SIZE (userinfo-2.2.tar.gz) = 358510
2
SIZE (userinfo-2.3.tar.bz2) = 252544

Return to bug 157550