From owner-svn-ports-head@freebsd.org Mon May 11 05:49:47 2020 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 02F322D702E; Mon, 11 May 2020 05:49:47 +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 49L94V6Gjbz45tt; Mon, 11 May 2020 05:49:46 +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 D291819B69; Mon, 11 May 2020 05:49:46 +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 04B5nkq3051609; Mon, 11 May 2020 05:49:46 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04B5nklL051607; Mon, 11 May 2020 05:49:46 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202005110549.04B5nklL051607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 11 May 2020 05:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534880 - head/lang/janet X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/lang/janet X-SVN-Commit-Revision: 534880 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.33 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, 11 May 2020 05:49:47 -0000 Author: tobik Date: Mon May 11 05:49:45 2020 New Revision: 534880 URL: https://svnweb.freebsd.org/changeset/ports/534880 Log: lang/janet: Update to v1.9.0 Changes: https://github.com/janet-lang/janet/releases/tag/v1.9.0 Modified: head/lang/janet/Makefile head/lang/janet/distinfo head/lang/janet/pkg-plist Modified: head/lang/janet/Makefile ============================================================================== --- head/lang/janet/Makefile Mon May 11 05:47:40 2020 (r534879) +++ head/lang/janet/Makefile Mon May 11 05:49:45 2020 (r534880) @@ -2,9 +2,12 @@ PORTNAME= janet DISTVERSIONPREFIX= v -DISTVERSION= 1.8.1 +DISTVERSION= 1.9.0 CATEGORIES= lang +PATCH_SITES= https://github.com/janet-lang/janet/commit/ +PATCHFILES= 7275370ae563e8bfa7e907c9931bb1e0c88686d3.patch:-p1 + MAINTAINER= tobik@FreeBSD.org COMMENT= Functional embeddable lisp with C interop, & performant data types @@ -15,5 +18,8 @@ USES= meson USE_GITHUB= yes GH_ACCOUNT= janet-lang USE_LDCONFIG= yes + +PLIST_SUB= SOVERSION=${DISTVERSION} \ + SOVERSION_R=${DISTVERSION:R} .include Modified: head/lang/janet/distinfo ============================================================================== --- head/lang/janet/distinfo Mon May 11 05:47:40 2020 (r534879) +++ head/lang/janet/distinfo Mon May 11 05:49:45 2020 (r534880) @@ -1,3 +1,5 @@ -TIMESTAMP = 1585689244 -SHA256 (janet-lang-janet-v1.8.1_GH0.tar.gz) = 0f3ee438fb159d3081b38506e51df6406b355eb241c662ca1a3529dac0140b92 -SIZE (janet-lang-janet-v1.8.1_GH0.tar.gz) = 977929 +TIMESTAMP = 1589169987 +SHA256 (janet-lang-janet-v1.9.0_GH0.tar.gz) = 30ca113843e597127912719a03a7da5f93fd1cf321245d8dbbcbae64d307ad5c +SIZE (janet-lang-janet-v1.9.0_GH0.tar.gz) = 994545 +SHA256 (7275370ae563e8bfa7e907c9931bb1e0c88686d3.patch) = ea43e632c9dab2bad9517b89fef994bbcdbb9f64523da1bbe9b8a010cdd27dfd +SIZE (7275370ae563e8bfa7e907c9931bb1e0c88686d3.patch) = 902 Modified: head/lang/janet/pkg-plist ============================================================================== --- head/lang/janet/pkg-plist Mon May 11 05:47:40 2020 (r534879) +++ head/lang/janet/pkg-plist Mon May 11 05:49:45 2020 (r534880) @@ -5,6 +5,8 @@ include/janet/janetconf.h lib/janet/.keep lib/libjanet.a lib/libjanet.so +lib/libjanet.so.%%SOVERSION_R%% +lib/libjanet.so.%%SOVERSION%% libdata/pkgconfig/janet.pc man/man1/janet.1.gz man/man1/jpm.1.gz