diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-10-27 19:43:37 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-10-27 19:43:37 +0000 |
commit | 8905042799632bd2a106c9b88c375c63fb417f43 (patch) | |
tree | 701b42ec867173b4da2396c5ba7226731431cdae /comms | |
parent | - Fix a ruby vulnerabuility in the safe level settings. (diff) |
Use MASTER_SITE_LOCAL. The real master site uses a temporary redirect to
insert a session ID into the URL, which causes fetching problems.
PR: 88065
Notes
Notes:
svn path=/head/; revision=146506
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wy60/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile index 863ecb356246..5df3a1125d67 100644 --- a/comms/wy60/Makefile +++ b/comms/wy60/Makefile @@ -7,7 +7,10 @@ PORTNAME= wy60 PORTVERSION= 2.0.8 CATEGORIES= comms -MASTER_SITES= http://gutschke.com/wy60/html/archive/ +# MASTER_SITES= http://gutschke.com/wy60/html/archive/ +# issues a temporary redirect to insert a session ID into the URL +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= naddy MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal |