1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Update to .07

PR:		ports/67204
Submitted by:	Aaron Myles Landwehr <assroot@snaphat.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-05-26 07:18:51 +00:00
parent 94ec48a6e1
commit fda8505b0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110029
3 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= usrinfo
PORTVERSION= .06
PORTVERSION= .07
CATEGORIES= sysutils
MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}

View File

@ -1,2 +1,2 @@
MD5 (usrinfo-.06.tar.bz2) = 886d74e361b5d5acaa8b75955e91a3a9
SIZE (usrinfo-.06.tar.bz2) = 2926
MD5 (usrinfo-.07.tar.bz2) = ff2e06112d259e3c443845aca501bdf1
SIZE (usrinfo-.07.tar.bz2) = 3571

View File

@ -1,9 +1,9 @@
--- usrinfo.cpp.orig Tue May 18 04:50:46 2004
+++ usrinfo.cpp Tue May 25 02:18:09 2004
@@ -147,4 +147,5 @@
--- 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);
preftest(argv);
infodisplay(argv);
- return 0;//end }
+ return 0;//end
- return 0;//die }
+ return 0;//die
+}