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

(-)/data2/FreeBSD/custom_ports/security/libprelude/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
# $FreeBSD: ports/security/libprelude/Makefile,v 1.29 2006/05/15 12:40:37 garga Exp $
4
# $FreeBSD: ports/security/libprelude/Makefile,v 1.29 2006/05/15 12:40:37 garga Exp $
5
5
6
PORTNAME=	libprelude
6
PORTNAME=	libprelude
7
PORTVERSION=	0.9.8
7
PORTVERSION=	0.9.9
8
CATEGORIES=	security
8
CATEGORIES=	security
9
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
9
MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
10
		http://www.prelude-ids.org/download/releases/old/
10
		http://www.prelude-ids.org/download/releases/old/
(-)/data2/FreeBSD/custom_ports/security/libprelude/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libprelude-0.9.8.tar.gz) = d46527e7b036d20c3cc72c887486d773
1
MD5 (libprelude-0.9.9.tar.gz) = dc416fa0ef9ed792a84a43cb8a9f6025
2
SHA256 (libprelude-0.9.8.tar.gz) = e4d9e54ba6a55881c33f9e008eb9e70862d17e7fa3210a8a6476aafa09053ee8
2
SHA256 (libprelude-0.9.9.tar.gz) = cf713230c2a2f3a9c637abe0cae24b56bb625eee1255dda2f04e0d21645cbc77
3
SIZE (libprelude-0.9.8.tar.gz) = 1759203
3
SIZE (libprelude-0.9.9.tar.gz) = 1760237
(-)/data2/FreeBSD/custom_ports/security/libprelude/files/patch-src_include_libmissing.h (-12 / +1 lines)
Lines 1-12 Link Here
1
--- src/include/libmissing.h.orig	Mon May 15 09:10:13 2006
1
# please remove this file. No need for it anymore.
2
+++ src/include/libmissing.h	Mon May 15 09:09:54 2006
3
@@ -35,8 +35,8 @@
4
 #include <stdbool.h>
5
 #include <stdlib.h>
6
 #include <string.h>
7
-#include <sys/socket.h>
8
 #include <sys/types.h>
9
+#include <sys/socket.h>
10
 #include <time.h>
11
 #include "ftw_.h"
12
 #include "getaddrinfo.h"

Return to bug 98585