From owner-svn-ports-head@freebsd.org Mon Aug 12 12:17:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC1DDB20DE; Mon, 12 Aug 2019 12:17:49 +0000 (UTC) (envelope-from tobik@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 466ZcF4qksz4HjF; Mon, 12 Aug 2019 12:17:49 +0000 (UTC) (envelope-from tobik@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 83A42266A6; Mon, 12 Aug 2019 12:17:49 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7CCHnUT023665; Mon, 12 Aug 2019 12:17:49 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7CCHmEe023662; Mon, 12 Aug 2019 12:17:48 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908121217.x7CCHmEe023662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 12 Aug 2019 12:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508729 - head/lang/ponyc X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/lang/ponyc X-SVN-Commit-Revision: 508729 X-SVN-Commit-Repository: ports 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.29 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: Mon, 12 Aug 2019 12:17:49 -0000 Author: tobik Date: Mon Aug 12 12:17:48 2019 New Revision: 508729 URL: https://svnweb.freebsd.org/changeset/ports/508729 Log: lang/ponyc: Update to 0.30.0 Changes: https://github.com/ponylang/ponyc/issues/3221 PR: 239581 Submitted by: Greg V (maintainer) Deleted: head/lang/ponyc/pkg-message Modified: head/lang/ponyc/Makefile head/lang/ponyc/distinfo head/lang/ponyc/pkg-plist Modified: head/lang/ponyc/Makefile ============================================================================== --- head/lang/ponyc/Makefile Mon Aug 12 11:54:15 2019 (r508728) +++ head/lang/ponyc/Makefile Mon Aug 12 12:17:48 2019 (r508729) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ponyc -DISTVERSION= 0.29.0 -PORTREVISION= 1 +DISTVERSION= 0.30.0 CATEGORIES= lang MAINTAINER= greg@unrelenting.technology @@ -57,12 +56,8 @@ PONYARCH?= core2 LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 -MAKE_ENV+= default_ssl=openssl_1.1.0 -.endif - .if ${CHOSEN_COMPILER_TYPE} == clang -# Building the bitcode with clang70 and linking with llvm50 fails, +# Building the bitcode with clangX and linking with llvmY often fails, # so let's use the clang from the LLVM version that will be used by ponyc CC= ${LOCALBASE}/bin/clang${LLVM_VERSION} CXX= ${LOCALBASE}/bin/clang++${LLVM_VERSION} Modified: head/lang/ponyc/distinfo ============================================================================== --- head/lang/ponyc/distinfo Mon Aug 12 11:54:15 2019 (r508728) +++ head/lang/ponyc/distinfo Mon Aug 12 12:17:48 2019 (r508729) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562545676 -SHA256 (ponylang-ponyc-0.29.0_GH0.tar.gz) = 9e20afeaf46343633fc93f995a15a62acd01b42943050c7c282381e4a0144241 -SIZE (ponylang-ponyc-0.29.0_GH0.tar.gz) = 1420203 +TIMESTAMP = 1564680808 +SHA256 (ponylang-ponyc-0.30.0_GH0.tar.gz) = 9f78f4e7cd7965d46818db84a2ab4d3f5891ba10f16bcb189496238f503e6009 +SIZE (ponylang-ponyc-0.30.0_GH0.tar.gz) = 1398063 Modified: head/lang/ponyc/pkg-plist ============================================================================== --- head/lang/ponyc/pkg-plist Mon Aug 12 11:54:15 2019 (r508728) +++ head/lang/ponyc/pkg-plist Mon Aug 12 12:17:48 2019 (r508729) @@ -82,11 +82,6 @@ lib/pony/%%VERSION%%/packages/collections/reverse.pony lib/pony/%%VERSION%%/packages/collections/ring_buffer.pony lib/pony/%%VERSION%%/packages/collections/set.pony lib/pony/%%VERSION%%/packages/collections/sort.pony -lib/pony/%%VERSION%%/packages/crypto/_test.pony -lib/pony/%%VERSION%%/packages/crypto/constant_time_compare.pony -lib/pony/%%VERSION%%/packages/crypto/crypto.pony -lib/pony/%%VERSION%%/packages/crypto/digest.pony -lib/pony/%%VERSION%%/packages/crypto/hash_fn.pony lib/pony/%%VERSION%%/packages/debug/debug.pony lib/pony/%%VERSION%%/packages/encode/base64/_test.pony lib/pony/%%VERSION%%/packages/encode/base64/base64.pony @@ -109,8 +104,6 @@ lib/pony/%%VERSION%%/packages/format/align.pony lib/pony/%%VERSION%%/packages/format/format.pony lib/pony/%%VERSION%%/packages/format/format_spec.pony lib/pony/%%VERSION%%/packages/format/prefix_spec.pony -lib/pony/%%VERSION%%/packages/glob/_test.pony -lib/pony/%%VERSION%%/packages/glob/glob.pony lib/pony/%%VERSION%%/packages/ini/_test.pony lib/pony/%%VERSION%%/packages/ini/ini.pony lib/pony/%%VERSION%%/packages/ini/ini_map.pony @@ -132,15 +125,6 @@ lib/pony/%%VERSION%%/packages/net/net.pony lib/pony/%%VERSION%%/packages/net/net_address.pony lib/pony/%%VERSION%%/packages/net/ossocket.pony lib/pony/%%VERSION%%/packages/net/ossockopt.pony -lib/pony/%%VERSION%%/packages/net/ssl/_ssl_init.pony -lib/pony/%%VERSION%%/packages/net/ssl/_ssl_versions.pony -lib/pony/%%VERSION%%/packages/net/ssl/_test.pony -lib/pony/%%VERSION%%/packages/net/ssl/alpn.pony -lib/pony/%%VERSION%%/packages/net/ssl/ssl.pony -lib/pony/%%VERSION%%/packages/net/ssl/ssl_connection.pony -lib/pony/%%VERSION%%/packages/net/ssl/ssl_context.pony -lib/pony/%%VERSION%%/packages/net/ssl/ssl_versions.pony -lib/pony/%%VERSION%%/packages/net/ssl/x509.pony lib/pony/%%VERSION%%/packages/net/tcp_connection.pony lib/pony/%%VERSION%%/packages/net/tcp_connection_notify.pony lib/pony/%%VERSION%%/packages/net/tcp_listen_notify.pony @@ -182,10 +166,6 @@ 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 -lib/pony/%%VERSION%%/packages/regex/match.pony -lib/pony/%%VERSION%%/packages/regex/match_iterator.pony -lib/pony/%%VERSION%%/packages/regex/regex.pony lib/pony/%%VERSION%%/packages/serialise/_test.pony lib/pony/%%VERSION%%/packages/serialise/serialise.pony lib/pony/%%VERSION%%/packages/signals/_test.pony @@ -236,9 +216,7 @@ lib/pony/%%VERSION%%/packages/time/timers.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/message-ubench/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed/main.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-body/n-body.pony -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/cert.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/client.pony -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/key.pem %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/listener.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/net.pony %%PORTEXAMPLES%%%%EXAMPLESDIR%%/net/ping.pony