From owner-svn-ports-head@FreeBSD.ORG Fri Jun 27 09:26:27 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 3825C30B; Fri, 27 Jun 2014 09:26:27 +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 25443268F; Fri, 27 Jun 2014 09:26:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5R9QRB7069292; Fri, 27 Jun 2014 09:26:27 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5R9QQbb069290; Fri, 27 Jun 2014 09:26:26 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201406270926.s5R9QQbb069290@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 27 Jun 2014 09:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359487 - head/lang/io 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 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, 27 Jun 2014 09:26:27 -0000 Author: gahr Date: Fri Jun 27 09:26:26 2014 New Revision: 359487 URL: http://svnweb.freebsd.org/changeset/ports/359487 QAT: https://qat.redports.org/buildarchive/r359487/ Log: - Update to 2013.12.04 - Specify which BSD license it is Modified: head/lang/io/Makefile head/lang/io/distinfo Modified: head/lang/io/Makefile ============================================================================== --- head/lang/io/Makefile Fri Jun 27 09:23:45 2014 (r359486) +++ head/lang/io/Makefile Fri Jun 27 09:26:26 2014 (r359487) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= io -PORTVERSION= 2011.09.12 -PORTREVISION= 3 +PORTVERSION= 2013.12.04 CATEGORIES= lang MAINTAINER= gahr@FreeBSD.org COMMENT= Small prototype-based programming language -LICENSE= BSD +LICENSE= BSD3CLAUSE OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_GROUP= ADDONS Modified: head/lang/io/distinfo ============================================================================== --- head/lang/io/distinfo Fri Jun 27 09:23:45 2014 (r359486) +++ head/lang/io/distinfo Fri Jun 27 09:26:26 2014 (r359487) @@ -1,2 +1,2 @@ -SHA256 (io-2011.09.12.tar.gz) = 7b4cb97a0aa3abb562703e1dbfe46925c22820eeca6969865b979c397799d092 -SIZE (io-2011.09.12.tar.gz) = 9212774 +SHA256 (io-2013.12.04.tar.gz) = 7b4cb97a0aa3abb562703e1dbfe46925c22820eeca6969865b979c397799d092 +SIZE (io-2013.12.04.tar.gz) = 9212774