aboutsummaryrefslogtreecommitdiff
path: root/net/pfinger
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-28 06:25:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-28 06:25:18 +0000
commitc91263a992545ee424984f07d75e40f399e8330e (patch)
tree71ac92a9b36f1acbe8172320532e5b85f12f6bd5 /net/pfinger
parentcd1aaa9dcb509b227d8f0df9d2bbd000c283b2d8 (diff)
downloadports-c91263a992545ee424984f07d75e40f399e8330e.tar.gz
ports-c91263a992545ee424984f07d75e40f399e8330e.zip
upgrade to 0.7.7
Notes
Notes: svn path=/head/; revision=41988
Diffstat (limited to 'net/pfinger')
-rw-r--r--net/pfinger/Makefile2
-rw-r--r--net/pfinger/distinfo2
-rw-r--r--net/pfinger/files/patch-src::finger.h6
3 files changed, 5 insertions, 5 deletions
diff --git a/net/pfinger/Makefile b/net/pfinger/Makefile
index 8ce163bf5952..b9e4d14511bb 100644
--- a/net/pfinger/Makefile
+++ b/net/pfinger/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pfinger
-PORTVERSION= 0.7.6
+PORTVERSION= 0.7.7
CATEGORIES= net
MASTER_SITES= ftp://ftp.xelia.ch/pub/unix/ \
http://www.xelia.ch/unix/pfinger/
diff --git a/net/pfinger/distinfo b/net/pfinger/distinfo
index 277b1ecdea1b..d455a5209b37 100644
--- a/net/pfinger/distinfo
+++ b/net/pfinger/distinfo
@@ -1 +1 @@
-MD5 (pfinger-0.7.6.tar.gz) = a6e7fbbe05eb0affed859b4f041fb06a
+MD5 (pfinger-0.7.7.tar.gz) = 35288b93ebac13337f3fc391cae66c9e
diff --git a/net/pfinger/files/patch-src::finger.h b/net/pfinger/files/patch-src::finger.h
index 2bb361779a93..d1b47178955a 100644
--- a/net/pfinger/files/patch-src::finger.h
+++ b/net/pfinger/files/patch-src::finger.h
@@ -1,11 +1,11 @@
---- src/finger.h.orig Thu Apr 26 01:39:28 2001
-+++ src/finger.h Thu Apr 26 01:39:38 2001
+--- 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 <utmp.h>
+ #include "utmplib.h"
#ifndef UT_NAMESIZE
#define UT_NAMESIZE 16
#endif