summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-22 21:29:04 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-22 21:29:04 +0000
commit4dd7ec3e1643d7d55042e3a6999f3fcfdc1245ad (patch)
treef6c0d089973f92217f993466170d3a0b1093bea6 /irc
parentFix download and project site: directory structure changed (diff)
Update to 0.1.4
PR: ports/40880 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=63405
Diffstat (limited to 'irc')
-rw-r--r--irc/lostirc/Makefile2
-rw-r--r--irc/lostirc/distinfo2
-rw-r--r--irc/lostirc/files/patch-libirc_Socket.h15
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
-