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

(-)Makefile (-3 / +3 lines)
Lines 7-20 Link Here
7
7
8
PORTNAME=	eddie
8
PORTNAME=	eddie
9
PORTVERSION=	1.5.1
9
PORTVERSION=	1.5.1
10
PORTREVISION=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	http://eddie.sourceforge.net/release/
12
MASTER_SITES=	http://www.aims.com.au/chris/
13
DISTNAME=	eddie-1.5.1-20020619
12
14
13
MAINTAINER=	sam@inf.enst.fr
15
MAINTAINER=	sam@inf.enst.fr
14
16
15
BUILD_DEPENDS=	erlc:${PORTSDIR}/lang/erlang
17
BUILD_DEPENDS=	erlc:${PORTSDIR}/lang/erlang
16
17
BROKEN=		"Missing header driver.h"
18
18
19
USE_AUTOCONF=	yes
19
USE_AUTOCONF=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (eddie-1.5.1.tar.gz) = 9caee99bc98d307cfc7ff5b80b8b726a
1
MD5 (eddie-1.5.1-20020619.tar.gz) = 29b1a6e6d937b37530bdb776e656a1cc
(-)files/patch-aa (-20 lines)
Removed Link Here
1
--- system/system.mk.orig	Fri Dec 15 22:43:58 2000
2
+++ system/system.mk	Thu May 10 15:34:18 2001
3
@@ -2,13 +2,13 @@
4
 ERTS_VSN      = 5.0.1.1
5
 SYSTEM_VSN    = 1.5.1
6
 
7
-KERNEL_VSN    = 2.6.1.5
8
-STDLIB_VSN    = 1.9.2
9
+KERNEL_VSN    = 2.6.2
10
+STDLIB_VSN    = 1.9.4
11
 SASL_VSN      = 1.9.1
12
 OS_MON_VSN    = 1.3.9
13
-MNESIA_VSN    = 3.9.3
14
+MNESIA_VSN    = 3.9.4
15
 MNEMOSYNE_VSN = 1.2.5
16
-ERL_INTERFACE_VSN = 3.2.4
17
+ERL_INTERFACE_VSN = 3.2.9
18
 
19
 
20
 
(-)files/patch-ab (-13 lines)
Removed Link Here
1
--- dns_server/system/system.mk.orig	Fri Dec 15 22:43:37 2000
2
+++ dns_server/system/system.mk	Thu May 10 16:56:52 2001
3
@@ -2,8 +2,8 @@
4
 ERTS_VSN = 5.0.1.1
5
 SYSTEM_VSN = 1.5.1
6
 
7
-KERNEL_VSN = 2.6.1.5
8
-STDLIB_VSN = 1.9.2
9
+KERNEL_VSN = 2.6.2
10
+STDLIB_VSN = 1.9.4
11
 SASL_VSN = 1.9.1
12
 CRYPTO_VSN = 1.1.2
13

Return to bug 39500