From owner-svn-ports-all@freebsd.org Sun Jun 9 06:20:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B39A415BEE73; Sun, 9 Jun 2019 06:20:53 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29B828B2E5; Sun, 9 Jun 2019 06:20:53 +0000 (UTC) (envelope-from kai@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05A4326D5C; Sun, 9 Jun 2019 06:20:53 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x596Kq6b043127; Sun, 9 Jun 2019 06:20:52 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x596KquR043124; Sun, 9 Jun 2019 06:20:52 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201906090620.x596KquR043124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 9 Jun 2019 06:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503797 - head/lang/ponyc X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/lang/ponyc X-SVN-Commit-Revision: 503797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 29B828B2E5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2019 06:20:54 -0000 Author: kai Date: Sun Jun 9 06:20:52 2019 New Revision: 503797 URL: https://svnweb.freebsd.org/changeset/ports/503797 Log: lang/ponyc: Update to 0.28.1 PR: 238280 Submitted by: Greg V Modified: head/lang/ponyc/Makefile head/lang/ponyc/distinfo head/lang/ponyc/pkg-plist Modified: head/lang/ponyc/Makefile ============================================================================== --- head/lang/ponyc/Makefile Sun Jun 9 06:12:48 2019 (r503796) +++ head/lang/ponyc/Makefile Sun Jun 9 06:20:52 2019 (r503797) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ponyc -DISTVERSION= 0.28.0 +DISTVERSION= 0.28.1 CATEGORIES= lang MAINTAINER= greg@unrelenting.technology Modified: head/lang/ponyc/distinfo ============================================================================== --- head/lang/ponyc/distinfo Sun Jun 9 06:12:48 2019 (r503796) +++ head/lang/ponyc/distinfo Sun Jun 9 06:20:52 2019 (r503797) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553293024 -SHA256 (ponylang-ponyc-0.28.0_GH0.tar.gz) = 4075c1d3848ba128d7c88a83a839215ccdb930edf32d47c48f6b547ce082fbb8 -SIZE (ponylang-ponyc-0.28.0_GH0.tar.gz) = 1399836 +TIMESTAMP = 1559414480 +SHA256 (ponylang-ponyc-0.28.1_GH0.tar.gz) = d397a21007a42cba46376a5c5c5440c82ef1576f459b61df96e2c42542e18120 +SIZE (ponylang-ponyc-0.28.1_GH0.tar.gz) = 1416365 Modified: head/lang/ponyc/pkg-plist ============================================================================== --- head/lang/ponyc/pkg-plist Sun Jun 9 06:12:48 2019 (r503796) +++ head/lang/ponyc/pkg-plist Sun Jun 9 06:20:52 2019 (r503797) @@ -175,9 +175,11 @@ lib/pony/%%VERSION%%/packages/promises/_then.pony lib/pony/%%VERSION%%/packages/promises/fulfill.pony lib/pony/%%VERSION%%/packages/promises/promise.pony lib/pony/%%VERSION%%/packages/random/_test.pony +lib/pony/%%VERSION%%/packages/random/benchmarks/main.pony lib/pony/%%VERSION%%/packages/random/dice.pony lib/pony/%%VERSION%%/packages/random/mt.pony lib/pony/%%VERSION%%/packages/random/random.pony +lib/pony/%%VERSION%%/packages/random/splitmix64.pony lib/pony/%%VERSION%%/packages/random/xoroshiro.pony lib/pony/%%VERSION%%/packages/random/xorshift.pony lib/pony/%%VERSION%%/packages/regex/_test.pony