diff options
author | knu <knu@FreeBSD.org> | 2000-10-29 13:41:28 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-29 13:41:28 +0000 |
commit | 4faf354efe6fb9d30ccc76448ca9869e0a750b6c (patch) | |
tree | 162fce2d96c02b0c3ed93e771347c4954305b747 /net/delegate | |
parent | 4e4e88d85e72f858d72b26d045f4fa2432583476 (diff) | |
download | FreeBSD-ports-4faf354efe6fb9d30ccc76448ca9869e0a750b6c.zip FreeBSD-ports-4faf354efe6fb9d30ccc76448ca9869e0a750b6c.tar.gz |
Update to 6.1.19.
Add patches for -current.
PR: ports/19665 (update to 6.1.16), ports/19914 (update to 6.1.17)
Submitted by: Naoki IDO <ido@hitachi-ms.co.jp>
Additional patches by: knu
Diffstat (limited to 'net/delegate')
-rw-r--r-- | net/delegate/Makefile | 5 | ||||
-rw-r--r-- | net/delegate/distinfo | 2 | ||||
-rw-r--r-- | net/delegate/files/delegated.sh | 5 | ||||
-rw-r--r-- | net/delegate/files/patch-aj | 7 | ||||
-rw-r--r-- | net/delegate/files/patch-ak | 7 |
5 files changed, 20 insertions, 6 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 3d6fd45..ffa7280 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -6,9 +6,10 @@ # PORTNAME= delegate -PORTVERSION= 6.1.16 +PORTVERSION= 6.1.19 CATEGORIES= net www japanese -MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ +MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ + ftp://ftp.etl.go.jp/pub/DeleGate/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= max@FreeBSD.org diff --git a/net/delegate/distinfo b/net/delegate/distinfo index 550e3c9..c1041df 100644 --- a/net/delegate/distinfo +++ b/net/delegate/distinfo @@ -1 +1 @@ -MD5 (delegate6.1.16.tar.gz) = 558db358eaae9f511396f0e81971addd +MD5 (delegate6.1.19.tar.gz) = 3cfa4f8b801a669bb4d1588e9afd62a8 diff --git a/net/delegate/files/delegated.sh b/net/delegate/files/delegated.sh index e8670c8..8058803 100644 --- a/net/delegate/files/delegated.sh +++ b/net/delegate/files/delegated.sh @@ -3,12 +3,11 @@ umask 027 if [ -x /usr/local/sbin/delegated ]; then echo -n ' delegated' - /usr/local/sbin/delegated -P8080 \ - MANAGER=delegate-master@your.host.domain \ + /usr/local/sbin/delegated -P8080 -Txt \ + ADMIN=delegate-master@your.host.domain \ CHARCODE=JIS \ CACHEDIR=/var/spool/delegate/cache \ EXPIRE=7d \ RELIABLE=hostname \ > /dev/null 2>&1 - fi diff --git a/net/delegate/files/patch-aj b/net/delegate/files/patch-aj new file mode 100644 index 0000000..55cf79d --- /dev/null +++ b/net/delegate/files/patch-aj @@ -0,0 +1,7 @@ +--- maker/__fork.c.orig Tue Jun 3 22:56:42 1997 ++++ maker/__fork.c Sun Oct 29 22:32:55 2000 +@@ -1,3 +1,4 @@ ++#include <sys/types.h> + #include <sys/wait.h> + + INHERENT_fork(){ return 1; } diff --git a/net/delegate/files/patch-ak b/net/delegate/files/patch-ak new file mode 100644 index 0000000..960895f --- /dev/null +++ b/net/delegate/files/patch-ak @@ -0,0 +1,7 @@ +--- maker/spawnvp_.c.orig Thu Jun 19 02:40:16 1997 ++++ maker/spawnvp_.c Sun Oct 29 22:32:55 2000 +@@ -1,3 +1,4 @@ ++#include <sys/types.h> + #include <sys/wait.h> + + INHERENT_spawn(){ return 0; } |