aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/openvmps/Makefile3
-rw-r--r--net-mgmt/openvmps/distinfo3
-rw-r--r--net-mgmt/openvmps/files/patch-aa31
-rw-r--r--net-mgmt/openvmps/files/patch-ab10
4 files changed, 3 insertions, 44 deletions
diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile
index 9d4ff4222b84..0433c8f1ba3e 100644
--- a/net-mgmt/openvmps/Makefile
+++ b/net-mgmt/openvmps/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= openvmps
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= vmps
diff --git a/net-mgmt/openvmps/distinfo b/net-mgmt/openvmps/distinfo
index 75c04805c5ed..3ca8fa234324 100644
--- a/net-mgmt/openvmps/distinfo
+++ b/net-mgmt/openvmps/distinfo
@@ -1 +1,2 @@
-MD5 (vmpsd-1.0.tar.gz) = 801cef57df8be2db6536fd60e73a2a89
+MD5 (vmpsd-1.1.tar.gz) = ca76836a057fe534fe29721939e0a57a
+SIZE (vmpsd-1.1.tar.gz) = 47528
diff --git a/net-mgmt/openvmps/files/patch-aa b/net-mgmt/openvmps/files/patch-aa
deleted file mode 100644
index 92e2162ab493..000000000000
--- a/net-mgmt/openvmps/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- daemon.c.orig Mon Oct 6 16:32:28 2003
-+++ daemon.c Mon Oct 6 16:37:02 2003
-@@ -10,8 +10,10 @@
- #ifdef SETPGRP_VOID
- #define SYSV
- #else
-+#ifndef BSD
- #define BSD
- #endif
-+#endif
-
- extern int errno;
-
-@@ -30,7 +32,7 @@
- #ifdef BSD
-
- int pid;
-- union wait status;
-+ int status;
- while ( (pid = wait3(&status, WNOHANG, (struct rusage *) 0)) > 0 ) ;
-
- #endif
-@@ -105,7 +107,7 @@
- #ifdef BSD
- RETSIGTYPE sig_child();
-
-- signal(SIGCLD, sig_child);
-+ signal(SIGCHLD, sig_child);
- #else
- signal(SIGCLD,SIG_IGN);
- #endif
diff --git a/net-mgmt/openvmps/files/patch-ab b/net-mgmt/openvmps/files/patch-ab
deleted file mode 100644
index 1de755cf0b03..000000000000
--- a/net-mgmt/openvmps/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- data.h.orig Mon Oct 6 16:38:37 2003
-+++ data.h Mon Oct 6 16:38:49 2003
-@@ -3,6 +3,7 @@
- #define __DATA__
-
- #include <search.h>
-+#include <unistd.h>
-
- #include <sys/socket.h>
- #include <netinet/in.h>