aboutsummaryrefslogtreecommitdiff
path: root/net/delegate
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2001-10-28 00:10:09 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2001-10-28 00:10:09 +0000
commitd59e4fcbc434309b3efb231d35907be7f85d76d4 (patch)
treef610a34350a244537aff2bb51405605c8e18e06a /net/delegate
parent42fff2c2741774e091cec9389e684a0d5c955789 (diff)
downloadports-d59e4fcbc434309b3efb231d35907be7f85d76d4.tar.gz
ports-d59e4fcbc434309b3efb231d35907be7f85d76d4.zip
Upgrade to 7.5.4.
While at it, change the pre-fetch to display a note suggesting unsetenv'ing FTP_PASSIVE_MODE if set, as the master site seems to have problem w/ passive ftp.
Notes
Notes: svn path=/head/; revision=49275
Diffstat (limited to 'net/delegate')
-rw-r--r--net/delegate/Makefile7
-rw-r--r--net/delegate/distinfo2
2 files changed, 7 insertions, 2 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
index 9208b6bf6261..fb20cce3ea47 100644
--- a/net/delegate/Makefile
+++ b/net/delegate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= delegate
-PORTVERSION= 7.3.4
+PORTVERSION= 7.5.4
CATEGORIES= net www
MASTER_SITES= ftp://www.delegate.org/pub/DeleGate/ \
ftp://ftp.etl.go.jp/pub/DeleGate/
@@ -41,6 +41,11 @@ pre-fetch:
@${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
@${MKDIR} ${PREFIX}/share/examples/delegate
diff --git a/net/delegate/distinfo b/net/delegate/distinfo
index 2ff2c1198464..c60bb5d3a881 100644
--- a/net/delegate/distinfo
+++ b/net/delegate/distinfo
@@ -1 +1 @@
-MD5 (delegate7.3.4.tar.gz) = b138776031fe7f81592892b4edd1985e
+MD5 (delegate7.5.4.tar.gz) = 9a59433d622753584cac8908e4c55494