View | Details | Raw Unified | Return to bug 91437
Collapse All | Expand All

(-)miau/Makefile (-2 / +2 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=		miau
8
PORTNAME=		miau
9
PORTVERSION=		0.5.4
9
PORTVERSION=		0.6.0.2
10
CATEGORIES=		irc
10
CATEGORIES=		irc
11
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	miau
12
MASTER_SITE_SUBDIR=	miau
13
13
14
MAINTAINER=		ports@FreeBSD.org
14
MAINTAINER=		laszlof@vonostingroup.com
15
COMMENT=		A fully featured easy to use IRC-bouncer
15
COMMENT=		A fully featured easy to use IRC-bouncer
16
16
17
USE_BZIP2=		yes
17
USE_BZIP2=		yes
(-)miau/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (miau-0.5.4.tar.bz2) = 4f4f74e3e271d51d184c21871b09600f
1
MD5 (miau-0.6.0.2.tar.bz2) = 6b54413611804c04777203ca8736cf0d
2
SHA256 (miau-0.5.4.tar.bz2) = 17ba3c88db01c6685d39ba30565eb6d691bc5209eb82929b1d3af2fa68c0447b
2
SHA256 (miau-0.6.0.2.tar.bz2) = 648150a6fb68325b27e37b406737981447a9a626a8e111267c542d4b547ccc77
3
SIZE (miau-0.5.4.tar.bz2) = 165876
3
SIZE (miau-0.6.0.2.tar.bz2) = 183696
(-)miau/files/patch-src-dcc.h (-12 lines)
Lines 1-12 Link Here
1
--- src/dcc.h.orig	Mon May 16 19:35:50 2005
2
+++ src/dcc.h	Wed Jul 13 16:54:30 2005
3
@@ -19,6 +19,9 @@
4
 
5
 #include <config.h>
6
 #include <string.h>
7
+#include <sys/types.h>
8
+#include <sys/select.h>
9
+
10
 
11
 #ifdef DCCBOUNCE
12
 

Return to bug 91437