Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2004 22:09:30 -0400 (EDT)
From:      "aaron@snaphat.com" <aaron@snaphat.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67243: Update port: sysutils/usrinfo adds manpage; fixes some sourcecode format errors
Message-ID:  <200405270209.i4R29UTq018035@snaphat.com>
Resent-Message-ID: <200405270210.i4R2AKEN056118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67243
>Category:       ports
>Synopsis:       Update port: sysutils/usrinfo adds manpage;fixes some sourcecode format errors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 19:10:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Myles Landwehr
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD snaphat.com 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Sun Jan 18 00:29:40 EST 2004 root@snaphat.com:/usr/obj/usr/src/sys/FBSD52KERN i386


	
>Description:
	Update to version .08. Fixes some small errors with the source and adds a manpage
>How-To-Repeat:
>Fix:

	

--- usrinfo.diff begins here ---
diff -ruN usrinfo.bak/Makefile usrinfo/Makefile
--- usrinfo.bak/Makefile	Wed May 26 21:49:49 2004
+++ usrinfo/Makefile	Wed May 26 21:57:03 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	usrinfo
-PORTVERSION=	.07
+PORTVERSION=	.08
 CATEGORIES=	sysutils
 MASTER_SITES=	http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -17,6 +17,7 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
-PLIST_FILES=	bin/usrinfo
-
+PLIST_FILES=	bin/usrinfo \
+		man/man1/usrinfo.1 \
+		man/cat1/usrinfo.1.gz
 .include <bsd.port.mk>
diff -ruN usrinfo.bak/distinfo usrinfo/distinfo
--- usrinfo.bak/distinfo	Wed May 26 21:49:49 2004
+++ usrinfo/distinfo	Wed May 26 21:53:52 2004
@@ -1,2 +1,2 @@
-MD5 (usrinfo-.07.tar.bz2) = ff2e06112d259e3c443845aca501bdf1
-SIZE (usrinfo-.07.tar.bz2) = 3571
+MD5 (usrinfo-.08.tar.bz2) = fad8e3323fc3e76d961cfe5a290681cf
+SIZE (usrinfo-.08.tar.bz2) = 4180
diff -ruN usrinfo.bak/files/patch-usrinfo.cpp usrinfo/files/patch-usrinfo.cpp
--- usrinfo.bak/files/patch-usrinfo.cpp	Wed May 26 21:49:49 2004
+++ usrinfo/files/patch-usrinfo.cpp	Wed Dec 31 19:00:00 1969
@@ -1,9 +0,0 @@
---- usrinfo.cpp.orig	Wed May 26 04:32:17 2004
-+++ usrinfo.cpp	Wed May 26 09:17:15 2004
-@@ -157,4 +157,5 @@
- 	argtest(argc, argv);
- 	usrtest(argv);
- 	infodisplay(argv);
--	return 0;//die
}
-+	return 0;//die
-+}
--- usrinfo.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405270209.i4R29UTq018035>