diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 06:26:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 06:26:34 +0000 |
commit | 08aeb618e8c60baab42242d18ff7bc53c37d46c6 (patch) | |
tree | 87cc7b74d5286420ad78f6f132aa05ac9083d589 /irc/miau | |
parent | 33c3b2023aeab6920ee25b919c8390e193c94521 (diff) | |
download | ports-08aeb618e8c60baab42242d18ff7bc53c37d46c6.tar.gz ports-08aeb618e8c60baab42242d18ff7bc53c37d46c6.zip |
Notes
Diffstat (limited to 'irc/miau')
-rw-r--r-- | irc/miau/Makefile | 4 | ||||
-rw-r--r-- | irc/miau/distinfo | 6 | ||||
-rw-r--r-- | irc/miau/files/patch-src-dcc.h | 12 |
3 files changed, 5 insertions, 17 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile index b16455cb24f7..8f4f378df31f 100644 --- a/irc/miau/Makefile +++ b/irc/miau/Makefile @@ -6,12 +6,12 @@ # PORTNAME= miau -PORTVERSION= 0.5.4 +PORTVERSION= 0.6.0.2 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= miau -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= A fully featured easy to use IRC-bouncer USE_BZIP2= yes diff --git a/irc/miau/distinfo b/irc/miau/distinfo index 209821bef83c..e19e71f4e0ba 100644 --- a/irc/miau/distinfo +++ b/irc/miau/distinfo @@ -1,3 +1,3 @@ -MD5 (miau-0.5.4.tar.bz2) = 4f4f74e3e271d51d184c21871b09600f -SHA256 (miau-0.5.4.tar.bz2) = 17ba3c88db01c6685d39ba30565eb6d691bc5209eb82929b1d3af2fa68c0447b -SIZE (miau-0.5.4.tar.bz2) = 165876 +MD5 (miau-0.6.0.2.tar.bz2) = 6b54413611804c04777203ca8736cf0d +SHA256 (miau-0.6.0.2.tar.bz2) = 648150a6fb68325b27e37b406737981447a9a626a8e111267c542d4b547ccc77 +SIZE (miau-0.6.0.2.tar.bz2) = 183696 diff --git a/irc/miau/files/patch-src-dcc.h b/irc/miau/files/patch-src-dcc.h deleted file mode 100644 index 85a05c86d62a..000000000000 --- a/irc/miau/files/patch-src-dcc.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/dcc.h.orig Mon May 16 19:35:50 2005 -+++ src/dcc.h Wed Jul 13 16:54:30 2005 -@@ -19,6 +19,9 @@ - - #include <config.h> - #include <string.h> -+#include <sys/types.h> -+#include <sys/select.h> -+ - - #ifdef DCCBOUNCE - |