diff options
author | Diane Bruce <db@FreeBSD.org> | 2007-03-28 22:58:53 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2007-03-28 22:58:53 +0000 |
commit | ff2c6bd74e9456a8d5429c8c3d929af29c10fe7d (patch) | |
tree | 2c59b525df6077ecc54966bc73e3279e802b272c /sysutils/userinfo | |
parent | 256dd3e72fd4d5cd31dce15701262f3f4e0f0a10 (diff) |
Update to 2.2:
Changed the follow symbolic links option -l to -L.
The users idle time (login.so) is shown in seconds rather than minutes.
Added contrib/fexists.c.
Submitted by: author/maintainer, in private email (to linimon)
Approved by: ehaupt (mentor)
Notes
Notes:
svn path=/head/; revision=188699
Diffstat (limited to 'sysutils/userinfo')
-rw-r--r-- | sysutils/userinfo/Makefile | 7 | ||||
-rw-r--r-- | sysutils/userinfo/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/userinfo/Makefile b/sysutils/userinfo/Makefile index 63eba3cb5f72..d77fcea4486e 100644 --- a/sysutils/userinfo/Makefile +++ b/sysutils/userinfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= userinfo -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bjk @@ -17,10 +17,9 @@ COMMENT= Show information about local users USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --mandir=${TARGETDIR}/man MAN1= ui.1 - -pre-build: - ${MV} ${WRKSRC}/doc/ui.1 ${WRKSRC}/doc/ui.1 +MLINKS= ui.1 userinfo.1 .include <bsd.port.mk> diff --git a/sysutils/userinfo/distinfo b/sysutils/userinfo/distinfo index f5b187c8103e..8a51d4cf95fb 100644 --- a/sysutils/userinfo/distinfo +++ b/sysutils/userinfo/distinfo @@ -1,3 +1,3 @@ -MD5 (userinfo-2.1.tar.gz) = e3ac891b4e902954747eadc9d74e3408 -SHA256 (userinfo-2.1.tar.gz) = 90420506c67542bcad5b5bf11c2d683f8e7be034be34f8bcc5dcad9d90cdbc83 -SIZE (userinfo-2.1.tar.gz) = 332964 +MD5 (userinfo-2.2.tar.gz) = b0e68200657b8b6427f886a0fb986348 +SHA256 (userinfo-2.2.tar.gz) = a0000cd681d1f9ef1b1c718c71f2bc85139c438dbf06259ba474346be97d0f7b +SIZE (userinfo-2.2.tar.gz) = 358510 |