diff options
author | pat <pat@FreeBSD.org> | 2002-07-23 05:29:04 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-23 05:29:04 +0800 |
commit | a159f50e70d999f427965290a5002d1544b4b205 (patch) | |
tree | e58d2c7d235282f7050561dc51068745ff31a5e6 /irc | |
parent | 26be7bf84e21f786e43dd2578cc8a717ba4257a3 (diff) | |
download | freebsd-ports-gnome-a159f50e70d999f427965290a5002d1544b4b205.tar.gz freebsd-ports-gnome-a159f50e70d999f427965290a5002d1544b4b205.tar.zst freebsd-ports-gnome-a159f50e70d999f427965290a5002d1544b4b205.zip |
Update to 0.1.4
PR: ports/40880
Submitted by: maintainer
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 - |