Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 14:35:20 +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: r491355 - in head/lang/ponyc: . files
Message-ID:  <201901271435.x0REZKCR042715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jan 27 14:35:19 2019
New Revision: 491355
URL: https://svnweb.freebsd.org/changeset/ports/491355

Log:
  lang/ponyc: update to 0.26.0
  
  PR:		235243
  Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)

Deleted:
  head/lang/ponyc/files/
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	Sun Jan 27 14:30:35 2019	(r491354)
+++ head/lang/ponyc/Makefile	Sun Jan 27 14:35:19 2019	(r491355)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ponyc
-DISTVERSION=	0.25.0
-PORTREVISION=	1
+DISTVERSION=	0.26.0
 CATEGORIES=	lang
 
 MAINTAINER=	greg@unrelenting.technology
@@ -54,7 +53,7 @@ PONYARCH?=	core2
 .endif
 
 # keep in sync with all platforms where libunwind is available
-.if (${ARCH} == amd64 || ${ARCH} == i386)
+.if (${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == aarch64)
 LIB_DEPENDS+=	libunwind.so:devel/libunwind
 .endif
 

Modified: head/lang/ponyc/distinfo
==============================================================================
--- head/lang/ponyc/distinfo	Sun Jan 27 14:30:35 2019	(r491354)
+++ head/lang/ponyc/distinfo	Sun Jan 27 14:35:19 2019	(r491355)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539770206
-SHA256 (ponylang-ponyc-0.25.0_GH0.tar.gz) = 8420d84f178db325934d77dc407a7f98d6bd14b8cf8036e17b41f886f5820cb2
-SIZE (ponylang-ponyc-0.25.0_GH0.tar.gz) = 1378042
+TIMESTAMP = 1548588554
+SHA256 (ponylang-ponyc-0.26.0_GH0.tar.gz) = e65631dbf5418abd465cbd5912794feb61c0db9b76b916b39772ad2f623ad16e
+SIZE (ponylang-ponyc-0.26.0_GH0.tar.gz) = 1391987

Modified: head/lang/ponyc/pkg-plist
==============================================================================
--- head/lang/ponyc/pkg-plist	Sun Jan 27 14:30:35 2019	(r491354)
+++ head/lang/ponyc/pkg-plist	Sun Jan 27 14:35:19 2019	(r491355)
@@ -62,6 +62,7 @@ lib/pony/%%VERSION%%/packages/cli/env_vars.pony
 lib/pony/%%VERSION%%/packages/collections/_test.pony
 lib/pony/%%VERSION%%/packages/collections/flag.pony
 lib/pony/%%VERSION%%/packages/collections/hashable.pony
+lib/pony/%%VERSION%%/packages/collections/heap.pony
 lib/pony/%%VERSION%%/packages/collections/list.pony
 lib/pony/%%VERSION%%/packages/collections/list_node.pony
 lib/pony/%%VERSION%%/packages/collections/map.pony



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901271435.x0REZKCR042715>