Date: Thu, 14 Jun 2018 23:25:25 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472413 - head/lang/ponyc Message-ID: <201806142325.w5ENPPUq085083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Jun 14 23:25:25 2018 New Revision: 472413 URL: https://svnweb.freebsd.org/changeset/ports/472413 Log: lang/ponyc: update to 0.23.0 PR: 228906 Submitted by: Greg V <greg@unrelenting.technology> (maintainer) Modified: head/lang/ponyc/Makefile (contents, props changed) head/lang/ponyc/distinfo (contents, props changed) head/lang/ponyc/pkg-plist (contents, props changed) Modified: head/lang/ponyc/Makefile ============================================================================== --- head/lang/ponyc/Makefile Thu Jun 14 23:22:21 2018 (r472412) +++ head/lang/ponyc/Makefile Thu Jun 14 23:25:25 2018 (r472413) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ponyc -DISTVERSION= 0.22.2 +DISTVERSION= 0.23.0 CATEGORIES= lang MAINTAINER= greg@unrelenting.technology Modified: head/lang/ponyc/distinfo ============================================================================== --- head/lang/ponyc/distinfo Thu Jun 14 23:22:21 2018 (r472412) +++ head/lang/ponyc/distinfo Thu Jun 14 23:25:25 2018 (r472413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527444982 -SHA256 (ponylang-ponyc-0.22.2_GH0.tar.gz) = 7bf1290a4a3f6f74a12482ed1698b45d7766495958f1181e92564991ff7a09b6 -SIZE (ponylang-ponyc-0.22.2_GH0.tar.gz) = 1490218 +TIMESTAMP = 1528747607 +SHA256 (ponylang-ponyc-0.23.0_GH0.tar.gz) = 13bace89b4d069c7fa01e514d38fdcf02a8d2bf011367081186c4b00decf83bd +SIZE (ponylang-ponyc-0.23.0_GH0.tar.gz) = 1520685 Modified: head/lang/ponyc/pkg-plist ============================================================================== --- head/lang/ponyc/pkg-plist Thu Jun 14 23:22:21 2018 (r472412) +++ head/lang/ponyc/pkg-plist Thu Jun 14 23:25:25 2018 (r472413) @@ -209,13 +209,12 @@ lib/pony/%%VERSION%%/packages/term/readline.pony lib/pony/%%VERSION%%/packages/term/readline_notify.pony lib/pony/%%VERSION%%/packages/time/_test.pony lib/pony/%%VERSION%%/packages/time/_timing_wheel.pony -lib/pony/%%VERSION%%/packages/time/date.pony lib/pony/%%VERSION%%/packages/time/nanos.pony +lib/pony/%%VERSION%%/packages/time/posix_date.pony lib/pony/%%VERSION%%/packages/time/time.pony lib/pony/%%VERSION%%/packages/time/timer.pony lib/pony/%%VERSION%%/packages/time/timer_notify.pony lib/pony/%%VERSION%%/packages/time/timers.pony -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/circle/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/commandline/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/counter/main.pony @@ -243,7 +242,6 @@ lib/pony/%%VERSION%%/packages/time/timers.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifdef/ifdef.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lambda/lambda.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mailbox/main.pony -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mandelbrot/mandelbrot.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/message-ubench/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed/main.pony
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806142325.w5ENPPUq085083>