aboutsummaryrefslogtreecommitdiffstats
path: root/net/delegate/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2001-10-28 08:10:09 +0800
committermax <max@FreeBSD.org>2001-10-28 08:10:09 +0800
commit2bd00ba097f902c29484819c16232c82ac34779a (patch)
tree8c92721c1fedcbd1a681fd49e5d84566daa9f8a0 /net/delegate/Makefile
parent6122531b46347fb5d9777de44d1d03a4e7109429 (diff)
downloadfreebsd-ports-graphics-2bd00ba097f902c29484819c16232c82ac34779a.tar.gz
freebsd-ports-graphics-2bd00ba097f902c29484819c16232c82ac34779a.tar.zst
freebsd-ports-graphics-2bd00ba097f902c29484819c16232c82ac34779a.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.
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r--net/delegate/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
index 9208b6bf626..fb20cce3ea4 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