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

(-)net/spread/Makefile (-2 / +4 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	spread
8
PORTNAME=	spread
9
PORTVERSION=	3.17.1
9
PORTVERSION=	3.17.2
10
CATEGORIES=	net perl5
10
CATEGORIES=	net perl5
11
MASTER_SITES=	http://www.cnds.jhu.edu/download/noformdown/
11
MASTER_SITES=	http://www.cnds.jhu.edu/download/noformdown/ \
12
		http://www.roughtrade.net/distfiles/
12
DISTNAME=	${PORTNAME}-src-${PORTVERSION}
13
DISTNAME=	${PORTNAME}-src-${PORTVERSION}
13
14
14
MAINTAINER=	joshua@roughtrade.net
15
MAINTAINER=	joshua@roughtrade.net
15
COMMENT=	The Spread Group Communication System, a network toolkit
16
COMMENT=	The Spread Group Communication System, a network toolkit
16
17
18
WRKSRC= 	${WRKDIR}/${PORTNAME}_src-${PORTVERSION}
17
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
21
(-)net/spread/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (spread-src-3.17.1.tar.gz) = b423da7012f0237a877b604ebd80cfc4
1
MD5 (spread-src-3.17.2.tar.gz) = 5ed0fae793978353a4ed5f195989b9d1
2
SIZE (spread-src-3.17.1.tar.gz) = 290861
2
SIZE (spread-src-3.17.2.tar.gz) = 289180
(-)net/spread/files/patch-Makefile.in (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.in	Wed Jun 18 05:00:10 2003
1
--- Makefile.in	Thu Nov 13 08:42:54 2003
2
+++ Makefile.in	Tue Aug  5 21:26:23 2003
2
+++ Makefile.in	Thu Jul 15 21:42:27 2004
3
@@ -26,7 +26,7 @@
3
@@ -26,7 +26,7 @@
4
 #Rules: major  -- inc for incompatible change
4
 #Rules: major  -- inc for incompatible change
5
 #     : minor  -- inc for bugfix or forward compatible change
5
 #     : minor  -- inc for bugfix or forward compatible change
Lines 91-97 Link Here
91
 	rm -f config.cache config.log docs/*.out core
91
 	rm -f config.cache config.log docs/*.out core
92
 	rm -rf autom4te.cache
92
 	rm -rf autom4te.cache
93
 
93
 
94
@@ -247,11 +255,6 @@
94
@@ -248,11 +256,6 @@
95
 	done
95
 	done
96
 	if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
96
 	if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
97
 		$(buildtoolsdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
97
 		$(buildtoolsdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
(-)net/spread/files/patch-auth-ip.c (-7 / +7 lines)
Lines 1-17 Link Here
1
--- auth-ip.c	Sun Sep 22 12:56:52 2002
1
--- auth-ip.c	Fri Mar  5 11:32:46 2004
2
+++ auth-ip.c	Tue Aug  5 21:27:40 2003
2
+++ auth-ip.c	Thu Jul 15 21:38:09 2004
3
@@ -90,12 +90,9 @@
3
@@ -90,12 +90,9 @@
4
     /* load spread.access_ip file */
4
     /* load spread.access_ip file */
5
     if (NULL != (fp = fopen(file_name,"r")) )
5
     if (NULL != (fp = fopen(file_name,"r")) )
6
         Alarm( PRINT, "ip_init: using file: %s\n", file_name);
6
         Alarmp( SPLOG_INFO, ACM, "ip_init: using file: %s\n", file_name);
7
-    if (fp == NULL) 
7
-    if (fp == NULL) 
8
-        if (NULL != (fp = fopen("./spread.access_ip", "r")) )
8
-        if (NULL != (fp = fopen("./spread.access_ip", "r")) )
9
-            Alarm( PRINT, "ip_init: using file: ./spread.access_ip\n");
9
-            Alarmp( SPLOG_INFO, ACM, "ip_init: using file: ./spread.access_ip\n");
10
     if (fp == NULL)
10
     if (fp == NULL)
11
-        if (NULL != (fp = fopen("/etc/spread.access_ip", "r")) )
11
-        if (NULL != (fp = fopen("/etc/spread.access_ip", "r")) )
12
-            Alarm( PRINT, "ip_init: using file: /etc/spread.access_ip\n");
12
-            Alarmp( SPLOG_INFO, ACM, "ip_init: using file: /etc/spread.access_ip\n");
13
+        if (NULL != (fp = fopen(SPREAD_ETCDIR "/spread.access_ip", "r")) )
13
+        if (NULL != (fp = fopen(SPREAD_ETCDIR "/spread.access_ip", "r")) )
14
+            Alarm( PRINT, "ip_init: using file: " SPREAD_ETCDIR "/spread.access_ip\n");
14
+            Alarmp( SPLOG_INFO, ACM, "ip_init: using file: " SPREAD_ETCDIR "/spread.access_ip\n");
15
     if (fp == NULL)
15
     if (fp == NULL)
16
     {
16
     {
17
         Alarm( PRINT, "ip_init: IP access control file not found.\nIf you are using IP based access controls, please make sure the file exists.\n");
17
         Alarmp( SPLOG_ERROR, ACM, "ip_init: IP access control file not found.\nIf you are using IP based access controls, please make sure the file exists.\n");
(-)net/spread/files/patch-auth-pword.c (-7 / +7 lines)
Lines 1-17 Link Here
1
--- auth-pword.c	Sun Sep 22 12:56:52 2002
1
--- auth-pword.c	Fri Mar  5 11:32:46 2004
2
+++ auth-pword.c	Tue Aug  5 21:28:50 2003
2
+++ auth-pword.c	Thu Jul 15 21:40:16 2004
3
@@ -118,12 +118,9 @@
3
@@ -118,12 +118,9 @@
4
     /* load spread.access_ip file */
4
     /* load spread.access_ip file */
5
     if (NULL != (fp = fopen(file_name,"r")) )
5
     if (NULL != (fp = fopen(file_name,"r")) )
6
         Alarm( PRINT, "pword_init: using file: %s\n", file_name);
6
         Alarmp( SPLOG_INFO, ACM, "pword_init: using file: %s\n", file_name);
7
-    if (fp == NULL) 
7
-    if (fp == NULL) 
8
-        if (NULL != (fp = fopen("./spread.access_pword", "r")) )
8
-        if (NULL != (fp = fopen("./spread.access_pword", "r")) )
9
-            Alarm( PRINT, "pword_init: using file: ./spread.access_pword\n");
9
-            Alarmp( SPLOG_INFO,ACM, "pword_init: using file: ./spread.access_pword\n");
10
     if (fp == NULL)
10
     if (fp == NULL)
11
-        if (NULL != (fp = fopen("/etc/spread.access_pword", "r")) )
11
-        if (NULL != (fp = fopen("/etc/spread.access_pword", "r")) )
12
-            Alarm( PRINT, "pword_init: using file: /etc/spread.access_pword\n");
12
-            Alarmp( SPLOG_INFO, ACM, "pword_init: using file: /etc/spread.access_pword\n");
13
+        if (NULL != (fp = fopen(SPREAD_ETCDIR "/spread.access_pword", "r")) )
13
+        if (NULL != (fp = fopen(SPREAD_ETCDIR "/spread.access_pword", "r")) )
14
+            Alarm( PRINT, "pword_init: using file: " SPREAD_ETCDIR "/spread.access_pword\n");
14
+            Alarmp( SPLOG_INFO, ACM, "pword_init: using file: " SPREAD_ETCDIR "/spread.access_pword\n");
15
     if (fp == NULL)
15
     if (fp == NULL)
16
         Alarm( EXIT, "pword_init: error opening config file %s in any of the standard locations. Please make sure the file exists\n", file_name);
16
         Alarmp( SPLOG_FATAL, ACM, "pword_init: error opening config file %s in any of the standard locations. Please make sure the file exists\n", file_name);
17
 
17
 
(-)net/spread-j/Makefile (-3 / +4 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	spread-j
8
PORTNAME=	spread-j
9
PORTVERSION=	3.17.1
9
PORTVERSION=	3.17.2
10
CATEGORIES=	net java
10
CATEGORIES=	net java
11
MASTER_SITES=	http://www.cnds.jhu.edu/download/noformdown/
11
MASTER_SITES=	http://www.cnds.jhu.edu/download/noformdown/ \
12
		http://www.roughtrade.net/distfiles/
12
DISTNAME=	spread-src-${PORTVERSION}
13
DISTNAME=	spread-src-${PORTVERSION}
13
14
14
MAINTAINER=	joshua@roughtrade.net
15
MAINTAINER=	joshua@roughtrade.net
Lines 31-37 Link Here
31
.endif
32
.endif
32
ANT_PARAMS+=	-Dlib.dir=${JAVALIBDIR} -Djavadoc.destdir=docs -Dversion=${PORTVERSION}
33
ANT_PARAMS+=	-Dlib.dir=${JAVALIBDIR} -Djavadoc.destdir=docs -Dversion=${PORTVERSION}
33
34
34
WRKSRC=		${WRKDIR}/${DISTNAME}/java
35
WRKSRC=		${WRKDIR}/spread_src-${PORTVERSION}/java
35
PLIST_SUB+=	JAVALIBDIR=share/java/classes
36
PLIST_SUB+=	JAVALIBDIR=share/java/classes
36
37
37
do-build:
38
do-build:
(-)net/spread-j/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (spread-src-3.17.1.tar.gz) = b423da7012f0237a877b604ebd80cfc4
1
MD5 (spread-src-3.17.2.tar.gz) = 5ed0fae793978353a4ed5f195989b9d1
2
SIZE (spread-src-3.17.1.tar.gz) = 290861
2
SIZE (spread-src-3.17.2.tar.gz) = 289180
(-)net/spread-j/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
%%JAVALIBDIR%%/spread-3.17.1.jar
1
%%JAVALIBDIR%%/spread-3.17.2.jar
2
%%PORTDOCS%%%%EXAMPLESDIR%%/Flooder.java
2
%%PORTDOCS%%%%EXAMPLESDIR%%/Flooder.java
3
%%PORTDOCS%%%%EXAMPLESDIR%%/recThread.java
3
%%PORTDOCS%%%%EXAMPLESDIR%%/recThread.java
4
%%PORTDOCS%%%%EXAMPLESDIR%%/User.java
4
%%PORTDOCS%%%%EXAMPLESDIR%%/User.java

Return to bug 69095