diff options
author | db <db@FreeBSD.org> | 2007-03-29 06:58:53 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2007-03-29 06:58:53 +0800 |
commit | 0a1c01ba55084812ecbe4cd37d2a61f0e3833375 (patch) | |
tree | 4cfa301fc6b1e4e235bc38d22e3285ab9c3fa5f0 /sysutils | |
parent | 12c6c83f4478f1123bc16b9a7c35cf74e716dd45 (diff) | |
download | freebsd-ports-gnome-0a1c01ba55084812ecbe4cd37d2a61f0e3833375.tar.gz freebsd-ports-gnome-0a1c01ba55084812ecbe4cd37d2a61f0e3833375.tar.zst freebsd-ports-gnome-0a1c01ba55084812ecbe4cd37d2a61f0e3833375.zip |
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)
Diffstat (limited to 'sysutils')
-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 |