From owner-svn-ports-head@freebsd.org Fri Aug 23 19:42:04 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 91805CCE7C; Fri, 23 Aug 2019 19:42:04 +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 46FWxm3Mdfz47F4; Fri, 23 Aug 2019 19:42:04 +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 56AC821731; Fri, 23 Aug 2019 19:42:04 +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 x7NJg44X021275; Fri, 23 Aug 2019 19:42:04 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7NJg3q3021273; Fri, 23 Aug 2019 19:42:03 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908231942.x7NJg3q3021273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 23 Aug 2019 19:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509655 - head/devel/mill X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/mill X-SVN-Commit-Revision: 509655 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: Fri, 23 Aug 2019 19:42:04 -0000 Author: tobik Date: Fri Aug 23 19:42:03 2019 New Revision: 509655 URL: https://svnweb.freebsd.org/changeset/ports/509655 Log: devel/mill: Update to 0.5.0 Changelog: - several bug fixes - ease declaration of optional dependencies - use binary version of compiler bridge if available - add ability to define jar manifest PR: 239943 Submitted by: Jens Grassel (maintainer) Modified: head/devel/mill/Makefile head/devel/mill/distinfo Modified: head/devel/mill/Makefile ============================================================================== --- head/devel/mill/Makefile Fri Aug 23 17:38:24 2019 (r509654) +++ head/devel/mill/Makefile Fri Aug 23 19:42:03 2019 (r509655) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= mill -DISTVERSION= 0.4.2 +DISTVERSION= 0.5.0 CATEGORIES= devel java MASTER_SITES= https://github.com/lihaoyi/mill/releases/download/${PORTVERSION}/ -DISTNAME= ${PORTVERSION} +DISTNAME= ${PORTVERSION}-assembly EXTRACT_SUFX= DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= Modified: head/devel/mill/distinfo ============================================================================== --- head/devel/mill/distinfo Fri Aug 23 17:38:24 2019 (r509654) +++ head/devel/mill/distinfo Fri Aug 23 19:42:03 2019 (r509655) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562334393 -SHA256 (mill/0.4.2) = 39c080df57338ac0e554ca9942b5e886f71300f53127a56a2a147e6c2620c656 -SIZE (mill/0.4.2) = 38821355 +TIMESTAMP = 1566497755 +SHA256 (mill/0.5.0-assembly) = 6f10e4f74bedf2dc2a181ee039b0a324929a89f5b0702238f9d89539d5958660 +SIZE (mill/0.5.0-assembly) = 38821677