From owner-svn-ports-head@freebsd.org Thu Sep 15 11:36:58 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 1B7A8BD9158; Thu, 15 Sep 2016 11:36:58 +0000 (UTC) (envelope-from robak@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 C81151E4; Thu, 15 Sep 2016 11:36:57 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8FBavSB047055; Thu, 15 Sep 2016 11:36:57 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8FBauQE047052; Thu, 15 Sep 2016 11:36:56 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201609151136.u8FBauQE047052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 15 Sep 2016 11:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422187 - head/lang/ypsilon 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, 15 Sep 2016 11:36:58 -0000 Author: robak Date: Thu Sep 15 11:36:56 2016 New Revision: 422187 URL: https://svnweb.freebsd.org/changeset/ports/422187 Log: lang/ypsilon: Update sources and fix builds - Remove MASTER_SITES and add USE_GITHUB to fetch sources from new location - Add USE_GCC= to fix builds failing with CLANG - Add LICENSE and LICENSE_FILE - Update pkg-descr PR: 212694 Submitted by: Vitaly Magerya (maintainer) Modified: head/lang/ypsilon/Makefile head/lang/ypsilon/distinfo head/lang/ypsilon/pkg-descr Modified: head/lang/ypsilon/Makefile ============================================================================== --- head/lang/ypsilon/Makefile Thu Sep 15 11:21:37 2016 (r422186) +++ head/lang/ypsilon/Makefile Thu Sep 15 11:36:56 2016 (r422187) @@ -3,17 +3,20 @@ PORTNAME= ypsilon PORTVERSION= 0.9.6.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang scheme -MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME}-0.9.6.update3 MAINTAINER= vmagerya@gmail.com COMMENT= Scheme implementation for real-time applications -BROKEN= Unfetchable (google code has gone away) +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/license.txt + +USE_GITHUB= yes +GH_TUPLE= fujita-y:ypsilon:0.9.6-update3 USES= gmake +USE_GCC= yes MAKE_ARGS= DATADIR="${DATADIR}" Modified: head/lang/ypsilon/distinfo ============================================================================== --- head/lang/ypsilon/distinfo Thu Sep 15 11:21:37 2016 (r422186) +++ head/lang/ypsilon/distinfo Thu Sep 15 11:36:56 2016 (r422187) @@ -1,2 +1,3 @@ -SHA256 (ypsilon-0.9.6.update3.tar.gz) = 2ca3c901dc3f6bca857a94a9d991d14ecc12727d2833694f0e4f5aa1a8a4064d -SIZE (ypsilon-0.9.6.update3.tar.gz) = 4555843 +TIMESTAMP = 1473879222 +SHA256 (fujita-y-ypsilon-0.9.6.3-0.9.6-update3_GH0.tar.gz) = b4d8536f76b750c873529fa1dc2511ecf335e68bdc892e3f06fa57b4f0e89886 +SIZE (fujita-y-ypsilon-0.9.6.3-0.9.6-update3_GH0.tar.gz) = 3258648 Modified: head/lang/ypsilon/pkg-descr ============================================================================== --- head/lang/ypsilon/pkg-descr Thu Sep 15 11:21:37 2016 (r422186) +++ head/lang/ypsilon/pkg-descr Thu Sep 15 11:36:56 2016 (r422187) @@ -3,4 +3,5 @@ applications, which conforms to the late Ypsilon features mostly concurrent garbage collector optimized for systems with multiple CPUs, and an easy to use FFI. -WWW: http://code.google.com/p/ypsilon/ +WWW: http://www.littlewingpinball.net/mediawiki/index.php/Ypsilon +WWW: https://github.com/fujita-y/ypsilon