From owner-svn-ports-head@freebsd.org Thu Sep 29 19:34:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE56C02DB4; Thu, 29 Sep 2016 19:34:01 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CDDA13E0; Thu, 29 Sep 2016 19:34:01 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8TJY0pQ051054; Thu, 29 Sep 2016 19:34:00 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8TJY0it051052; Thu, 29 Sep 2016 19:34:00 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201609291934.u8TJY0it051052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Thu, 29 Sep 2016 19:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422941 - head/comms/wy60 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 19:34:01 -0000 Author: naddy Date: Thu Sep 29 19:34:00 2016 New Revision: 422941 URL: https://svnweb.freebsd.org/changeset/ports/422941 Log: * Replace the canonical upstream with a random copy found on GitHub, as decreed by the powers that be. No differences in the extracted source. * Add LICENSE while here. Modified: head/comms/wy60/Makefile head/comms/wy60/distinfo Modified: head/comms/wy60/Makefile ============================================================================== --- head/comms/wy60/Makefile Thu Sep 29 19:32:53 2016 (r422940) +++ head/comms/wy60/Makefile Thu Sep 29 19:34:00 2016 (r422941) @@ -3,11 +3,16 @@ PORTNAME= wy60 PORTVERSION= 2.0.9 CATEGORIES= comms -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 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_TUPLE= mieko:wy60:8e082bf + USES= ncurses GNU_CONFIGURE= yes MAKE_ARGS= etc_DATA=wy60.rc.sample Modified: head/comms/wy60/distinfo ============================================================================== --- head/comms/wy60/distinfo Thu Sep 29 19:32:53 2016 (r422940) +++ head/comms/wy60/distinfo Thu Sep 29 19:34:00 2016 (r422941) @@ -1,2 +1,3 @@ -SHA256 (wy60-2.0.9.tar.gz) = f7379404f0baf38faba48af7b05f9e0df65266ab75071b2ca56195b63fc05ed0 -SIZE (wy60-2.0.9.tar.gz) = 159764 +TIMESTAMP = 1475176800 +SHA256 (mieko-wy60-2.0.9-8e082bf_GH0.tar.gz) = 1aaa886b125efe8b198494ba172d10c2f96cadae54bf0d6bd6a2056bbaa95d69 +SIZE (mieko-wy60-2.0.9-8e082bf_GH0.tar.gz) = 159974