aboutsummaryrefslogtreecommitdiff
path: root/net/pfinger
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-20 03:46:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-20 03:46:26 +0000
commit194f992f1a27f6d4ecd67f735979160ae0c2e9de (patch)
tree3a91c907df79a50b4b607484f1dac7595cd0784f /net/pfinger
parent9b2786ea006039e275ec9dea2d7375812613186c (diff)
downloadports-194f992f1a27f6d4ecd67f735979160ae0c2e9de.tar.gz
ports-194f992f1a27f6d4ecd67f735979160ae0c2e9de.zip
upgrade to 0.7.10
drop maintainership
Notes
Notes: svn path=/head/; revision=73594
Diffstat (limited to 'net/pfinger')
-rw-r--r--net/pfinger/Makefile4
-rw-r--r--net/pfinger/distinfo2
-rw-r--r--net/pfinger/files/patch-src::finger.h16
-rw-r--r--net/pfinger/files/patch-src::utmplib.c6
4 files changed, 6 insertions, 22 deletions
diff --git a/net/pfinger/Makefile b/net/pfinger/Makefile
index 2ea32c5f2ded..8ffde946e190 100644
--- a/net/pfinger/Makefile
+++ b/net/pfinger/Makefile
@@ -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
diff --git a/net/pfinger/distinfo b/net/pfinger/distinfo
index d455a5209b37..28fa82f80512 100644
--- a/net/pfinger/distinfo
+++ b/net/pfinger/distinfo
@@ -1 +1 @@
-MD5 (pfinger-0.7.7.tar.gz) = 35288b93ebac13337f3fc391cae66c9e
+MD5 (pfinger-0.7.10.tar.gz) = 8b0b853997da09df39bf744b064a98d0
diff --git a/net/pfinger/files/patch-src::finger.h b/net/pfinger/files/patch-src::finger.h
deleted file mode 100644
index d1b47178955a..000000000000
--- a/net/pfinger/files/patch-src::finger.h
+++ /dev/null
@@ -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
- *
diff --git a/net/pfinger/files/patch-src::utmplib.c b/net/pfinger/files/patch-src::utmplib.c
index 85f0c288d98f..aabfdf62f837 100644
--- a/net/pfinger/files/patch-src::utmplib.c
+++ b/net/pfinger/files/patch-src::utmplib.c
@@ -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>