diff options
author | anders <anders@FreeBSD.org> | 2002-04-20 04:59:21 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-04-20 04:59:21 +0800 |
commit | 6737907afdcdd39f851c9a3f0615d4fbe6b64d18 (patch) | |
tree | ba285082d62b14e9c0260a3389fed35c29095db5 /net | |
parent | 008fbbfeb11813256db85a2afa4df7a159c1fa1a (diff) | |
download | freebsd-ports-graphics-6737907afdcdd39f851c9a3f0615d4fbe6b64d18.tar.gz freebsd-ports-graphics-6737907afdcdd39f851c9a3f0615d4fbe6b64d18.tar.zst freebsd-ports-graphics-6737907afdcdd39f851c9a3f0615d4fbe6b64d18.zip |
Update to 3.0.1 rc8.
PR: 37131
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp3-server/Makefile | 2 | ||||
-rw-r--r-- | net/isc-dhcp3-server/distinfo | 2 | ||||
-rw-r--r-- | net/isc-dhcp3-server/files/patch-freebsd | 17 | ||||
-rw-r--r-- | net/isc-dhcp3/Makefile | 2 | ||||
-rw-r--r-- | net/isc-dhcp3/distinfo | 2 | ||||
-rw-r--r-- | net/isc-dhcp3/files/patch-freebsd | 17 | ||||
-rw-r--r-- | net/isc-dhcp30-server/Makefile | 2 | ||||
-rw-r--r-- | net/isc-dhcp30-server/distinfo | 2 | ||||
-rw-r--r-- | net/isc-dhcp30-server/files/patch-freebsd | 17 | ||||
-rw-r--r-- | net/isc-dhcp31-server/Makefile | 2 | ||||
-rw-r--r-- | net/isc-dhcp31-server/distinfo | 2 | ||||
-rw-r--r-- | net/isc-dhcp31-server/files/patch-freebsd | 17 | ||||
-rw-r--r-- | net/isc-dhcp40-server/Makefile | 2 | ||||
-rw-r--r-- | net/isc-dhcp40-server/distinfo | 2 | ||||
-rw-r--r-- | net/isc-dhcp40-server/files/patch-freebsd | 17 |
15 files changed, 30 insertions, 75 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile index e66bf9f9bc6..5ec2fe97e6c 100644 --- a/net/isc-dhcp3-server/Makefile +++ b/net/isc-dhcp3-server/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.1.r6 +PORTVERSION= 3.0.1.r8 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ diff --git a/net/isc-dhcp3-server/distinfo b/net/isc-dhcp3-server/distinfo index 85a550aa9f6..2ee55bee5fb 100644 --- a/net/isc-dhcp3-server/distinfo +++ b/net/isc-dhcp3-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49 +MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435 diff --git a/net/isc-dhcp3-server/files/patch-freebsd b/net/isc-dhcp3-server/files/patch-freebsd index 287cea9a545..61a0e0c093a 100644 --- a/net/isc-dhcp3-server/files/patch-freebsd +++ b/net/isc-dhcp3-server/files/patch-freebsd @@ -1,6 +1,6 @@ ---- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001 -+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001 -@@ -16,17 +16,17 @@ +--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002 ++++ client/scripts/freebsd Mon Apr 15 15:31:21 2002 +@@ -20,17 +20,17 @@ # Must be used on exit. Invokes the local dhcp client exit hooks, if any. exit_with_hooks() { exit_status=$1 @@ -22,7 +22,7 @@ # allow the local script to abort processing of this state # local script must set exit_status variable to nonzero. if [ $exit_status -ne 0 ]; then -@@ -35,11 +35,11 @@ +@@ -39,11 +39,11 @@ fi if [ x$new_network_number != x ]; then @@ -36,12 +36,3 @@ new_broadcast_arg="broadcast $new_broadcast_address" fi if [ x$old_broadcast_address != x ]; then -@@ -158,7 +158,7 @@ - shift; shift - done - fi -- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \ -+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \ - |sh >/dev/null 2>&1 - fi - if [ x$alias_ip_address != x ]; then diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index e66bf9f9bc6..5ec2fe97e6c 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.1.r6 +PORTVERSION= 3.0.1.r8 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ diff --git a/net/isc-dhcp3/distinfo b/net/isc-dhcp3/distinfo index 85a550aa9f6..2ee55bee5fb 100644 --- a/net/isc-dhcp3/distinfo +++ b/net/isc-dhcp3/distinfo @@ -1 +1 @@ -MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49 +MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435 diff --git a/net/isc-dhcp3/files/patch-freebsd b/net/isc-dhcp3/files/patch-freebsd index 287cea9a545..61a0e0c093a 100644 --- a/net/isc-dhcp3/files/patch-freebsd +++ b/net/isc-dhcp3/files/patch-freebsd @@ -1,6 +1,6 @@ ---- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001 -+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001 -@@ -16,17 +16,17 @@ +--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002 ++++ client/scripts/freebsd Mon Apr 15 15:31:21 2002 +@@ -20,17 +20,17 @@ # Must be used on exit. Invokes the local dhcp client exit hooks, if any. exit_with_hooks() { exit_status=$1 @@ -22,7 +22,7 @@ # allow the local script to abort processing of this state # local script must set exit_status variable to nonzero. if [ $exit_status -ne 0 ]; then -@@ -35,11 +35,11 @@ +@@ -39,11 +39,11 @@ fi if [ x$new_network_number != x ]; then @@ -36,12 +36,3 @@ new_broadcast_arg="broadcast $new_broadcast_address" fi if [ x$old_broadcast_address != x ]; then -@@ -158,7 +158,7 @@ - shift; shift - done - fi -- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \ -+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \ - |sh >/dev/null 2>&1 - fi - if [ x$alias_ip_address != x ]; then diff --git a/net/isc-dhcp30-server/Makefile b/net/isc-dhcp30-server/Makefile index e66bf9f9bc6..5ec2fe97e6c 100644 --- a/net/isc-dhcp30-server/Makefile +++ b/net/isc-dhcp30-server/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.1.r6 +PORTVERSION= 3.0.1.r8 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ diff --git a/net/isc-dhcp30-server/distinfo b/net/isc-dhcp30-server/distinfo index 85a550aa9f6..2ee55bee5fb 100644 --- a/net/isc-dhcp30-server/distinfo +++ b/net/isc-dhcp30-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49 +MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435 diff --git a/net/isc-dhcp30-server/files/patch-freebsd b/net/isc-dhcp30-server/files/patch-freebsd index 287cea9a545..61a0e0c093a 100644 --- a/net/isc-dhcp30-server/files/patch-freebsd +++ b/net/isc-dhcp30-server/files/patch-freebsd @@ -1,6 +1,6 @@ ---- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001 -+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001 -@@ -16,17 +16,17 @@ +--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002 ++++ client/scripts/freebsd Mon Apr 15 15:31:21 2002 +@@ -20,17 +20,17 @@ # Must be used on exit. Invokes the local dhcp client exit hooks, if any. exit_with_hooks() { exit_status=$1 @@ -22,7 +22,7 @@ # allow the local script to abort processing of this state # local script must set exit_status variable to nonzero. if [ $exit_status -ne 0 ]; then -@@ -35,11 +35,11 @@ +@@ -39,11 +39,11 @@ fi if [ x$new_network_number != x ]; then @@ -36,12 +36,3 @@ new_broadcast_arg="broadcast $new_broadcast_address" fi if [ x$old_broadcast_address != x ]; then -@@ -158,7 +158,7 @@ - shift; shift - done - fi -- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \ -+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \ - |sh >/dev/null 2>&1 - fi - if [ x$alias_ip_address != x ]; then diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile index e66bf9f9bc6..5ec2fe97e6c 100644 --- a/net/isc-dhcp31-server/Makefile +++ b/net/isc-dhcp31-server/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.1.r6 +PORTVERSION= 3.0.1.r8 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ diff --git a/net/isc-dhcp31-server/distinfo b/net/isc-dhcp31-server/distinfo index 85a550aa9f6..2ee55bee5fb 100644 --- a/net/isc-dhcp31-server/distinfo +++ b/net/isc-dhcp31-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49 +MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435 diff --git a/net/isc-dhcp31-server/files/patch-freebsd b/net/isc-dhcp31-server/files/patch-freebsd index 287cea9a545..61a0e0c093a 100644 --- a/net/isc-dhcp31-server/files/patch-freebsd +++ b/net/isc-dhcp31-server/files/patch-freebsd @@ -1,6 +1,6 @@ ---- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001 -+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001 -@@ -16,17 +16,17 @@ +--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002 ++++ client/scripts/freebsd Mon Apr 15 15:31:21 2002 +@@ -20,17 +20,17 @@ # Must be used on exit. Invokes the local dhcp client exit hooks, if any. exit_with_hooks() { exit_status=$1 @@ -22,7 +22,7 @@ # allow the local script to abort processing of this state # local script must set exit_status variable to nonzero. if [ $exit_status -ne 0 ]; then -@@ -35,11 +35,11 @@ +@@ -39,11 +39,11 @@ fi if [ x$new_network_number != x ]; then @@ -36,12 +36,3 @@ new_broadcast_arg="broadcast $new_broadcast_address" fi if [ x$old_broadcast_address != x ]; then -@@ -158,7 +158,7 @@ - shift; shift - done - fi -- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \ -+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \ - |sh >/dev/null 2>&1 - fi - if [ x$alias_ip_address != x ]; then diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile index e66bf9f9bc6..5ec2fe97e6c 100644 --- a/net/isc-dhcp40-server/Makefile +++ b/net/isc-dhcp40-server/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.1.r6 +PORTVERSION= 3.0.1.r8 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ diff --git a/net/isc-dhcp40-server/distinfo b/net/isc-dhcp40-server/distinfo index 85a550aa9f6..2ee55bee5fb 100644 --- a/net/isc-dhcp40-server/distinfo +++ b/net/isc-dhcp40-server/distinfo @@ -1 +1 @@ -MD5 (dhcp-3.0.1rc6.tar.gz) = 49bbcae04529d1791d1c30611fcc9e49 +MD5 (dhcp-3.0.1rc8.tar.gz) = 4229e0f1806d811f8fbe1e62fa57f435 diff --git a/net/isc-dhcp40-server/files/patch-freebsd b/net/isc-dhcp40-server/files/patch-freebsd index 287cea9a545..61a0e0c093a 100644 --- a/net/isc-dhcp40-server/files/patch-freebsd +++ b/net/isc-dhcp40-server/files/patch-freebsd @@ -1,6 +1,6 @@ ---- client/scripts/freebsd.orig Fri Apr 20 22:01:14 2001 -+++ client/scripts/freebsd Sat Apr 21 19:01:59 2001 -@@ -16,17 +16,17 @@ +--- client/scripts/freebsd.orig Tue Feb 19 17:59:35 2002 ++++ client/scripts/freebsd Mon Apr 15 15:31:21 2002 +@@ -20,17 +20,17 @@ # Must be used on exit. Invokes the local dhcp client exit hooks, if any. exit_with_hooks() { exit_status=$1 @@ -22,7 +22,7 @@ # allow the local script to abort processing of this state # local script must set exit_status variable to nonzero. if [ $exit_status -ne 0 ]; then -@@ -35,11 +35,11 @@ +@@ -39,11 +39,11 @@ fi if [ x$new_network_number != x ]; then @@ -36,12 +36,3 @@ new_broadcast_arg="broadcast $new_broadcast_address" fi if [ x$old_broadcast_address != x ]; then -@@ -158,7 +158,7 @@ - shift; shift - done - fi -- arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -n -d \1/p' \ -+ arp -n -a | sed -n -e 's/^.*(\(.*\)) at .*$/arp -d \1/p' \ - |sh >/dev/null 2>&1 - fi - if [ x$alias_ip_address != x ]; then |