summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-06 06:16:03 +0000
committermarcus <marcus@FreeBSD.org>2004-02-06 06:16:03 +0000
commit4c2c8fadbbec6b8085cbf641d82494401901f96a (patch)
tree46b34cdfbc8c8d0f3032053d35bdb3ca3398246f /net-mgmt
parent6b6f9eb449c15ec1a82915581bf403fab29a45a9 (diff)
downloadFreeBSD-ports-4c2c8fadbbec6b8085cbf641d82494401901f96a.zip
FreeBSD-ports-4c2c8fadbbec6b8085cbf641d82494401901f96a.tar.gz
Update to 1.1.
PR: 62413 Submitted by: maintainer
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 9d4ff42..0433c8f 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 75c0480..3ca8fa2 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 92e2162..0000000
--- 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 1de755c..0000000
--- 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>
OpenPOWER on IntegriCloud