summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libcapsinetwork/Makefile2
-rw-r--r--devel/libcapsinetwork/distinfo2
-rw-r--r--devel/libcapsinetwork/files/patch-listener.cc21
-rw-r--r--devel/libcapsinetwork/files/patch-listener.h12
-rw-r--r--devel/libcapsinetwork/files/patch-listenport.cc20
5 files changed, 2 insertions, 55 deletions
diff --git a/devel/libcapsinetwork/Makefile b/devel/libcapsinetwork/Makefile
index e5b4855efe0d..193efc23a3f2 100644
--- a/devel/libcapsinetwork/Makefile
+++ b/devel/libcapsinetwork/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libcapsinetwork
-PORTVERSION= 0.2.0
+PORTVERSION= 0.2.3
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/devel/libcapsinetwork/distinfo b/devel/libcapsinetwork/distinfo
index 2d8321314dbb..29cb70fb392a 100644
--- a/devel/libcapsinetwork/distinfo
+++ b/devel/libcapsinetwork/distinfo
@@ -1 +1 @@
-MD5 (libcapsinetwork-0.2.0.tar.gz) = 43d5515aac68401cf383b45a0bb8162c
+MD5 (libcapsinetwork-0.2.3.tar.gz) = f322d688c043b8dc41e4491606f1d119
diff --git a/devel/libcapsinetwork/files/patch-listener.cc b/devel/libcapsinetwork/files/patch-listener.cc
deleted file mode 100644
index b55316a974b0..000000000000
--- a/devel/libcapsinetwork/files/patch-listener.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-$FreeBSD$
-
---- listener.cc.orig Thu Oct 24 14:26:02 2002
-+++ listener.cc Thu Oct 24 14:34:19 2002
-@@ -14,11 +14,13 @@
- // the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- // Boston, MA 02111-1307, USA.
-
--//#include <netinet/in.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <sys/time.h>
-+
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>
--#include <sys/socket.h>
--#include <sys/types.h>
- #include <unistd.h>
-
- #include "listener.h"
diff --git a/devel/libcapsinetwork/files/patch-listener.h b/devel/libcapsinetwork/files/patch-listener.h
deleted file mode 100644
index e768b044a6d2..000000000000
--- a/devel/libcapsinetwork/files/patch-listener.h
+++ /dev/null
@@ -1,12 +0,0 @@
-$FreeBSD$
-
---- listener.h.orig Thu Oct 24 14:37:41 2002
-+++ listener.h Thu Oct 24 14:37:55 2002
-@@ -19,6 +19,7 @@
-
- #include <string>
- #include <vector>
-+#include <sys/types.h>
-
- class ListenPort;
- class Socket;
diff --git a/devel/libcapsinetwork/files/patch-listenport.cc b/devel/libcapsinetwork/files/patch-listenport.cc
deleted file mode 100644
index 68630eab8f3d..000000000000
--- a/devel/libcapsinetwork/files/patch-listenport.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-$FreeBSD$
-
---- listenport.cc.orig Thu Oct 24 14:36:09 2002
-+++ listenport.cc Thu Oct 24 14:36:27 2002
-@@ -15,12 +15,12 @@
- // Boston, MA 02111-1307, USA.
-
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <arpa/inet.h>
- #include <fcntl.h>
- #include <netdb.h>
--//#include <netinet/in.h>
--#include <sys/socket.h>
--#include <sys/types.h>
-+#include <netinet/in.h>
- #include <unistd.h>
-
- #include "listenport.h"