mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
42fff2c274
commit
d59e4fcbc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49275
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (delegate7.3.4.tar.gz) = b138776031fe7f81592892b4edd1985e
|
||||
MD5 (delegate7.5.4.tar.gz) = 9a59433d622753584cac8908e4c55494
|
||||
|
Loading…
Reference in New Issue
Block a user