1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

upgrade to 0.7.10

drop maintainership
This commit is contained in:
Ying-Chieh Liao 2003-01-20 03:46:26 +00:00
parent 9b2786ea00
commit 194f992f1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73594
4 changed files with 6 additions and 22 deletions

View File

@ -7,12 +7,12 @@
#
PORTNAME= pfinger
PORTVERSION= 0.7.7
PORTVERSION= 0.7.10
CATEGORIES= net
MASTER_SITES= ftp://ftp.xelia.ch/pub/unix/ \
http://www.xelia.ch/unix/pfinger/
MAINTAINER= ijliao@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_GNOMENG= yes

View File

@ -1 +1 @@
MD5 (pfinger-0.7.7.tar.gz) = 35288b93ebac13337f3fc391cae66c9e
MD5 (pfinger-0.7.10.tar.gz) = 8b0b853997da09df39bf744b064a98d0

View File

@ -1,16 +0,0 @@
--- src/finger.h.orig Sat Apr 28 14:21:17 2001
+++ src/finger.h Sat Apr 28 14:21:43 2001
@@ -21,12 +21,12 @@
#ifndef FINGER_H
#define FINGER_H
+#include <sys/types.h>
#include "utmplib.h"
#ifndef UT_NAMESIZE
#define UT_NAMESIZE 16
#endif
-#include <sys/types.h>
/* This structure contains information about the user
*

View File

@ -1,10 +1,10 @@
--- src/utmplib.c.orig Tue Nov 27 01:52:39 2001
+++ src/utmplib.c Tue Nov 27 01:53:08 2001
--- src/utmplib.c.orig Mon Jan 20 11:42:57 2003
+++ src/utmplib.c Mon Jan 20 11:43:05 2003
@@ -32,6 +32,7 @@
#if !defined(HAVE_SETUTENT) && !defined (HAVE_UTMPX_H)
+#include <sys/types.h>
#include <syslog.h>
#include <time.h> /* Don't ask... */
#include <utmp.h>
#include <fcntl.h>