From owner-svn-ports-head@freebsd.org Sat Dec 15 07:54:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1578E133A4C6; Sat, 15 Dec 2018 07:54:13 +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 AA9118A9C7; Sat, 15 Dec 2018 07:54:12 +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 96645C8A8; Sat, 15 Dec 2018 07:54:12 +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 wBF7sCje042676; Sat, 15 Dec 2018 07:54:12 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBF7sC67042674; Sat, 15 Dec 2018 07:54:12 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812150754.wBF7sC67042674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 15 Dec 2018 07:54:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487487 - head/devel/leiningen X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/leiningen X-SVN-Commit-Revision: 487487 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AA9118A9C7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.83 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.88)[-0.883,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Sat, 15 Dec 2018 07:54:13 -0000 Author: tobik Date: Sat Dec 15 07:54:11 2018 New Revision: 487487 URL: https://svnweb.freebsd.org/changeset/ports/487487 Log: devel/leiningen: Update to 2.8.3 Changes: https://github.com/technomancy/leiningen/blob/2.8.3/NEWS.md Modified: head/devel/leiningen/Makefile head/devel/leiningen/distinfo Modified: head/devel/leiningen/Makefile ============================================================================== --- head/devel/leiningen/Makefile Sat Dec 15 07:08:28 2018 (r487486) +++ head/devel/leiningen/Makefile Sat Dec 15 07:54:11 2018 (r487487) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= leiningen -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.3 CATEGORIES= devel lisp java MASTER_SITES= https://github.com/technomancy/leiningen/releases/download/${PORTVERSION}/:standalone DISTFILES= leiningen-${PORTVERSION}-standalone.zip:standalone @@ -34,6 +34,7 @@ bash_CMD= /bin/sh post-patch: @${REINPLACE_CMD} -E -e 's|function (.*) \{|\1() {|' \ -e 's|(local )-i |\1|' \ + -e 's|\.leinrc|./&|' -e 's|source "|. "|' \ -e 's|^if \[\[ (.*) \]\];|if [ \1 ];|' \ -e 's|(BOOTCLASSPATH)\[@\]|\1|' \ -e 's|^LEIN_JAR=.*|LEIN_JAR=${JAVAJARDIR}/leiningen.jar|' \ Modified: head/devel/leiningen/distinfo ============================================================================== --- head/devel/leiningen/distinfo Sat Dec 15 07:08:28 2018 (r487486) +++ head/devel/leiningen/distinfo Sat Dec 15 07:54:11 2018 (r487487) @@ -1,5 +1,5 @@ -TIMESTAMP = 1510062793 -SHA256 (leiningen-2.8.1-standalone.zip) = fc49bbc7ff25ef42ad9c0a8b5f3d0641702abc9a9a8e847bc845bca4c09a7c58 -SIZE (leiningen-2.8.1-standalone.zip) = 13541128 -SHA256 (technomancy-leiningen-2.8.1_GH0.tar.gz) = 7c6ca968f365e0a0893781b1eb03f920695ed8982ac7dbc2803a3188fbd75242 -SIZE (technomancy-leiningen-2.8.1_GH0.tar.gz) = 726998 +TIMESTAMP = 1544859809 +SHA256 (leiningen-2.8.3-standalone.zip) = 7f0aafc93b1e32e49b7b15beaeefdbd6521dabb3cdbe541225e2524a503b6b1e +SIZE (leiningen-2.8.3-standalone.zip) = 13598124 +SHA256 (technomancy-leiningen-2.8.3_GH0.tar.gz) = adabd2f0412a507ef0dbbcf59e91f6aa0a8b0de0348b98d7b2c63a80a0a37024 +SIZE (technomancy-leiningen-2.8.3_GH0.tar.gz) = 732420