Date: Thu, 29 Sep 2016 19:34:00 +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: r422941 - head/comms/wy60 Message-ID: <201609291934.u8TJY0it051052@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609291934.u8TJY0it051052>