Date: Thu, 29 Sep 2016 15:04:31 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422933 - head/comms/wy60 Message-ID: <201609291504.u8TF4VIp049514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Thu Sep 29 15:04:31 2016 New Revision: 422933 URL: https://svnweb.freebsd.org/changeset/ports/422933 Log: Trivial fix for master site. Modified: head/comms/wy60/Makefile Modified: head/comms/wy60/Makefile ============================================================================== --- head/comms/wy60/Makefile Thu Sep 29 14:47:52 2016 (r422932) +++ head/comms/wy60/Makefile Thu Sep 29 15:04:31 2016 (r422933) @@ -3,13 +3,11 @@ PORTNAME= wy60 PORTVERSION= 2.0.9 CATEGORIES= comms -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal -BROKEN= Unfetchable (google code has gone away) - USES= ncurses GNU_CONFIGURE= yes MAKE_ARGS= etc_DATA=wy60.rc.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609291504.u8TF4VIp049514>