From owner-svn-ports-head@freebsd.org Sun Jul 1 06:48:24 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 ABE341030E84; Sun, 1 Jul 2018 06:48:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79DB480EE3; Sun, 1 Jul 2018 06:48:24 +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 545181B45D; Sun, 1 Jul 2018 06:48:24 +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 w616mOp7078621; Sun, 1 Jul 2018 06:48:24 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w616mNh8078619; Sun, 1 Jul 2018 06:48:24 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201807010648.w616mNh8078619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 1 Jul 2018 06:48:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473654 - head/lang/myrddin X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/lang/myrddin X-SVN-Commit-Revision: 473654 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.27 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: Sun, 01 Jul 2018 06:48:24 -0000 Author: tobik Date: Sun Jul 1 06:48:23 2018 New Revision: 473654 URL: https://svnweb.freebsd.org/changeset/ports/473654 Log: lang/myrddin: Update to 0.3.1 - No functional change on FreeBSD in this version - Building the bootstrap target is enough to build Myrddin - Always run the test suite after the build Modified: head/lang/myrddin/Makefile head/lang/myrddin/distinfo Modified: head/lang/myrddin/Makefile ============================================================================== --- head/lang/myrddin/Makefile Sun Jul 1 06:24:17 2018 (r473653) +++ head/lang/myrddin/Makefile Sun Jul 1 06:48:23 2018 (r473654) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= myrddin -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= lang MASTER_SITES= http://myrlang.org/releases/ @@ -17,7 +17,7 @@ USES= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix "${PREFIX}" -ALL_TARGET= bootstrap all +ALL_TARGET= bootstrap TEST_TARGET= check WRKSRC= ${WRKDIR}/mc @@ -26,6 +26,8 @@ OPTIONS_DEFAULT= VIM OPTIONS_SUB= yes VIM_DESC= Install Vim plugin + +pre-install: do-test post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* Modified: head/lang/myrddin/distinfo ============================================================================== --- head/lang/myrddin/distinfo Sun Jul 1 06:24:17 2018 (r473653) +++ head/lang/myrddin/distinfo Sun Jul 1 06:48:23 2018 (r473654) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530328508 -SHA256 (myrddin-0.3.0.tar.gz) = f82e47e9207d3aa7bfc5524f789691cc0711faa541d392b762bab860a5b027a0 -SIZE (myrddin-0.3.0.tar.gz) = 1111618 +TIMESTAMP = 1530426120 +SHA256 (myrddin-0.3.1.tar.gz) = f3ca5e144894a537eb2c5ffc062b96f8988c78354431dbdefafc6c37977f36f5 +SIZE (myrddin-0.3.1.tar.gz) = 1111547