From owner-svn-ports-head@FreeBSD.ORG Wed Sep 24 08:10:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04ED1F05; Wed, 24 Sep 2014 08:10:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4378FBA; Wed, 24 Sep 2014 08:10:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8O8AL40034106; Wed, 24 Sep 2014 08:10:21 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8O8AL5g034103; Wed, 24 Sep 2014 08:10:21 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201409240810.s8O8AL5g034103@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Wed, 24 Sep 2014 08:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369164 - head/lang/micropython X-SVN-Group: ports-head 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.18-1 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: Wed, 24 Sep 2014 08:10:22 -0000 Author: mva Date: Wed Sep 24 08:10:20 2014 New Revision: 369164 URL: http://svnweb.freebsd.org/changeset/ports/369164 QAT: https://qat.redports.org/buildarchive/r369164/ Log: - Update to version 1.3.1 Changelog: https://github.com/micropython/micropython/releases/tag/v1.3.1 Modified: head/lang/micropython/Makefile head/lang/micropython/distinfo Modified: head/lang/micropython/Makefile ============================================================================== --- head/lang/micropython/Makefile Wed Sep 24 07:42:21 2014 (r369163) +++ head/lang/micropython/Makefile Wed Sep 24 08:10:20 2014 (r369164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= micropython -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= lang python MAINTAINER= mva@FreeBSD.org @@ -11,13 +11,13 @@ LICENSE= MIT LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -USES= gmake pkgconfig python:build readline shebangfix +USES= gmake pkgconfig python:build readline shebangfix USE_GITHUB= yes GH_ACCOUNT= micropython GH_PROJECT= micropython -GH_TAGNAME= v1.2 -GH_COMMIT= d94863d +GH_TAGNAME= v1.3.1 +GH_COMMIT= 0f6d298 PLIST_FILES= bin/micropython Modified: head/lang/micropython/distinfo ============================================================================== --- head/lang/micropython/distinfo Wed Sep 24 07:42:21 2014 (r369163) +++ head/lang/micropython/distinfo Wed Sep 24 08:10:20 2014 (r369164) @@ -1,2 +1,2 @@ -SHA256 (micropython-1.2.tar.gz) = 45220badf244817ab8e04941e3fb4a49d5b8748190e3ee7eeb2b0e8bfd6a7fb8 -SIZE (micropython-1.2.tar.gz) = 4170808 +SHA256 (micropython-1.3.1.tar.gz) = c65cff07c1fba2e7aa75f62a53da4721635ff528fef28e98c5746c87d5f553bc +SIZE (micropython-1.3.1.tar.gz) = 4328886