aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-30 05:41:07 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-30 05:41:07 +0000
commit88fc70575e5d0fc5f1e7b1399535e7f306e8cd96 (patch)
treef5895f1ba54945b8eb3f53413e3aeb597f897dfc /net
parentc728e2e45ee4d33e20297d5e1f7eb0fb0d86cf9b (diff)
downloadports-88fc70575e5d0fc5f1e7b1399535e7f306e8cd96.tar.gz
ports-88fc70575e5d0fc5f1e7b1399535e7f306e8cd96.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/pen/Makefile4
-rw-r--r--net/pen/distinfo2
-rw-r--r--net/pen/files/patch-mergelogs.c10
-rw-r--r--net/pen/files/patch-pen.c18
-rw-r--r--net/pen/pkg-plist1
5 files changed, 4 insertions, 31 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
index a5399e5a2c29..bcc6373e5aef 100644
--- a/net/pen/Makefile
+++ b/net/pen/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pen
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.3
CATEGORIES= net
MASTER_SITES= ftp://siag.nu/pub/pen/ \
http://siag.nu/pub/pen/
@@ -17,6 +17,6 @@ MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-daemon
-MAN1= mergelogs.1 pen.1
+MAN1= mergelogs.1 pen.1 penctl.1
.include <bsd.port.mk>
diff --git a/net/pen/distinfo b/net/pen/distinfo
index 7911bb129475..130f07c6742e 100644
--- a/net/pen/distinfo
+++ b/net/pen/distinfo
@@ -1 +1 @@
-MD5 (pen-0.5.0.tar.gz) = f0c4b00232cd3c79bef0aa042a78a32d
+MD5 (pen-0.6.3.tar.gz) = a7d707f23c45fd0179f28cfce40a4878
diff --git a/net/pen/files/patch-mergelogs.c b/net/pen/files/patch-mergelogs.c
deleted file mode 100644
index b9fedde56016..000000000000
--- a/net/pen/files/patch-mergelogs.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mergelogs.c.orig Tue Nov 13 21:45:26 2001
-+++ mergelogs.c Tue Nov 13 21:45:38 2001
-@@ -24,6 +24,7 @@
- #include <string.h>
- #include <ctype.h>
- #include <netdb.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/net/pen/files/patch-pen.c b/net/pen/files/patch-pen.c
deleted file mode 100644
index d053892ca546..000000000000
--- a/net/pen/files/patch-pen.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- pen.c.orig Tue Nov 13 21:43:24 2001
-+++ pen.c Tue Nov 13 21:43:37 2001
-@@ -17,6 +17,7 @@
- MA 02111-1307, USA.
- */
-
-+#include <sys/types.h>
- #include <stdio.h>
- #include <ctype.h>
- #include <errno.h>
-@@ -31,7 +32,6 @@
- #include <sys/wait.h>
- #include <sys/resource.h>
- #include <sys/socket.h>
--#include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <unistd.h>
diff --git a/net/pen/pkg-plist b/net/pen/pkg-plist
index 01d45b8e303c..f6c7ba1649ff 100644
--- a/net/pen/pkg-plist
+++ b/net/pen/pkg-plist
@@ -1,2 +1,3 @@
bin/mergelogs
bin/pen
+bin/penctl