summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-10-13 07:37:08 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-10-13 07:37:08 +0000
commitdb5a434fb1e4fb1b2e1c2f682bc686ba8f91ee59 (patch)
tree031e8beb0e9f50e023adee621c489bb0cf3324d4 /net
parent1b600ff552940a2ddedfc3243fdc2f3e2d5de229 (diff)
downloadfreebsd-ports-db5a434fb1e4fb1b2e1c2f682bc686ba8f91ee59.zip
Update to 1.12.12
Diffstat (limited to 'net')
-rw-r--r--net/libsocket++/Makefile4
-rw-r--r--net/libsocket++/distinfo4
-rw-r--r--net/libsocket++/files/patch-local.h11
-rw-r--r--net/libsocket++/files/patch-sig.cpp11
-rw-r--r--net/libsocket++/pkg-descr3
5 files changed, 5 insertions, 28 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile
index b4f2793fc29c..afc1bb001f2b 100644
--- a/net/libsocket++/Makefile
+++ b/net/libsocket++/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= libsocket++
-PORTVERSION= 1.12.10
+PORTVERSION= 1.12.12
CATEGORIES= net
-MASTER_SITES= http://www.hstraub.at/linux/downloads/src/
+MASTER_SITES= http://www.linuxhacker.at/linux/downloads/src/
DISTNAME= socket++-${PORTVERSION}
MAINTAINER= arved@FreeBSD.org
diff --git a/net/libsocket++/distinfo b/net/libsocket++/distinfo
index d9ef42ddcabe..84ac4e72ce88 100644
--- a/net/libsocket++/distinfo
+++ b/net/libsocket++/distinfo
@@ -1,2 +1,2 @@
-MD5 (socket++-1.12.10.tar.gz) = 1636c25b9192bf92c3b0dcb69c907f2a
-SIZE (socket++-1.12.10.tar.gz) = 62741
+MD5 (socket++-1.12.12.tar.gz) = b96e06129504ae2b4005a5834264c5a4
+SIZE (socket++-1.12.12.tar.gz) = 64373
diff --git a/net/libsocket++/files/patch-local.h b/net/libsocket++/files/patch-local.h
deleted file mode 100644
index 6961b3a69c1c..000000000000
--- a/net/libsocket++/files/patch-local.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- socket++/local.h.orig Mon Oct 13 14:36:26 2003
-+++ socket++/local.h Mon Oct 13 14:37:03 2003
-@@ -89,7 +89,7 @@
- // arpa/in.h does not provide a protype for the following
- extern "C" char* inet_ntoa (in_addr ina);
-
--#if !defined (__linux__)
-+#if !(defined (__linux__) || defined(__FreeBSD__))
- extern "C" int gethostname (char* hostname, int len);
- #if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
- extern char* SYS_SIGLIST [];
diff --git a/net/libsocket++/files/patch-sig.cpp b/net/libsocket++/files/patch-sig.cpp
deleted file mode 100644
index 0c8e9ad92809..000000000000
--- a/net/libsocket++/files/patch-sig.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- sig.cpp Thu Aug 12 14:49:29 2004
-+++ socket++/sig.cpp Thu Aug 12 16:42:32 2004
-@@ -21,7 +21,7 @@
- siginit siginit::init;
- sig& sig::nal = *siginit::init.s;
-
--typedef void (*sighnd_type) (...);
-+typedef void (*sighnd_type) (int);
-
- extern "C" {
- static void sighandler (int signo) {
diff --git a/net/libsocket++/pkg-descr b/net/libsocket++/pkg-descr
index 28c2a757066b..b4edcfe93b22 100644
--- a/net/libsocket++/pkg-descr
+++ b/net/libsocket++/pkg-descr
@@ -9,5 +9,4 @@ smtp (client only).
Socket++ is covered by the GPL.
--Sander
-sander@haldjas.folklore.ee
+WWW: http://www.linuxhacker.at/socketxx/