diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/lostirc/Makefile | 2 | ||||
-rw-r--r-- | irc/lostirc/distinfo | 2 | ||||
-rw-r--r-- | irc/lostirc/files/patch-libirc_Socket.h | 15 |
3 files changed, 2 insertions, 17 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 18449d168215..a5c7c0325753 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lostirc -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.4 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/irc/lostirc/distinfo b/irc/lostirc/distinfo index a82388136441..7a86d436321e 100644 --- a/irc/lostirc/distinfo +++ b/irc/lostirc/distinfo @@ -1 +1 @@ -MD5 (lostirc-0.1.2.tar.gz) = 89518342feaeb5a64d2b3204071a3a50 +MD5 (lostirc-0.1.4.tar.gz) = 3c0f826692622c67912d70ef6cc47051 diff --git a/irc/lostirc/files/patch-libirc_Socket.h b/irc/lostirc/files/patch-libirc_Socket.h deleted file mode 100644 index be72d7cc1bda..000000000000 --- a/irc/lostirc/files/patch-libirc_Socket.h +++ /dev/null @@ -1,15 +0,0 @@ ---- src/libirc/Socket.h.orig Mon Jul 1 01:17:10 2002 -+++ src/libirc/Socket.h Mon Jul 1 01:17:30 2002 -@@ -22,6 +22,9 @@ - #include <netdb.h> - #include <string> - #include <exception> -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <sigc++/signal_system.h> - - class Socket : public SigC::Object -END-of-lostirc/fileEND-of-lostirc/files/patch-libirc_Socket.h -exit - |