summaryrefslogtreecommitdiffstats
path: root/net/delegate
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2002-07-27 19:48:31 +0000
committermax <max@FreeBSD.org>2002-07-27 19:48:31 +0000
commit54d689c11eb53fb4345d740e2af0f88a10217537 (patch)
tree7314dcfe6f464b2d060e9fdcc032f1c9703d82b7 /net/delegate
parent4c8639253668ed371ef5786e73719a478962d9ae (diff)
downloadFreeBSD-ports-54d689c11eb53fb4345d740e2af0f88a10217537.zip
FreeBSD-ports-54d689c11eb53fb4345d740e2af0f88a10217537.tar.gz
Upgrade to 7.9.10.
While at it: - Fix typo in the security warning. - Correct one of the master sites. - List the master site which accepts passive ftp before one which doesn't. - So remove the message that suggests to unsetenv FTP_PASSIVE_MODE.
Diffstat (limited to 'net/delegate')
-rw-r--r--net/delegate/Makefile14
-rw-r--r--net/delegate/distinfo2
-rw-r--r--net/delegate/pkg-message2
3 files changed, 7 insertions, 11 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
index 8b619b9..e69cb64 100644
--- a/net/delegate/Makefile
+++ b/net/delegate/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= delegate
-PORTVERSION= 7.9.4
+PORTVERSION= 7.9.10
CATEGORIES= net www
-MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \
- http://www.delegate.org/pub/DeleGate/
+MASTER_SITES= ftp://www.delegate.org/pub/DeleGate/ \
+ ftp://ftp.delegate.org/pub/DeleGate/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= max@FreeBSD.org
@@ -22,7 +22,7 @@ pre-fetch:
.if !defined(FORCE_BUILD) || ${FORCE_BUILD}!="YES"
@${ECHO} "*********************************************************************"
@${ECHO} "* WARNING! WARNING! WARNING! WARNING! WARNING! *"
- @${ECHO} "* This program has know security problems which may allow a remote *"
+ @${ECHO} "* This program has known security problems which may allow a remote *"
@${ECHO} "* attacker to take control of your machine. *"
@${ECHO} "* See FreeBSD security advisory 00:04 for more information. *"
@${ECHO} "* *"
@@ -37,15 +37,11 @@ pre-fetch:
@${ECHO} "*********************************************************************"
@${ECHO} "* WARNING! WARNING! WARNING! WARNING! WARNING! *"
@${ECHO} "* You have chosen to build an insecure program. *"
- @${ECHO} "* This program has know security problems which may allow a remote *"
+ @${ECHO} "* This program has known security problems which may allow a remote *"
@${ECHO} "* attacker to take control of your machine. *"
@${ECHO} "* See FreeBSD security advisory 00:04 for more information. *"
@${ECHO} "*********************************************************************"
.endif
-.if defined(FTP_PASSIVE_MODE) && ${FTP_PASSIVE_MODE}=="YES"
- @${ECHO} "Note: If you have trouble retrieving the distfile, try"
- @${ECHO} " \"unsetenv FTP_PASSIVE_MODE\" before running make."
-.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
diff --git a/net/delegate/distinfo b/net/delegate/distinfo
index 8a47e1a..630f280 100644
--- a/net/delegate/distinfo
+++ b/net/delegate/distinfo
@@ -1 +1 @@
-MD5 (delegate7.9.4.tar.bz2) = fe1c82a0afe15899c33a37b69a521384
+MD5 (delegate7.9.10.tar.bz2) = a10b551982e94d6849a15360683f6601
diff --git a/net/delegate/pkg-message b/net/delegate/pkg-message
index 5edcb50..77c73d3 100644
--- a/net/delegate/pkg-message
+++ b/net/delegate/pkg-message
@@ -1,7 +1,7 @@
*********************************************************************
* WARNING! WARNING! WARNING! WARNING! WARNING! *
* You have installed an insecure program. *
-* This program has know security problems which may allow a remote *
+* This program has known security problems which may allow a remote *
* attacker to take control of your machine. *
* Use with great caution! *
* See FreeBSD security advisory 00:04 for more information. *
OpenPOWER on IntegriCloud