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)
This commit is contained in:
parent
256dd3e72f
commit
ff2c6bd74e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188699
2 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue