From owner-svn-ports-all@FreeBSD.ORG Sat Dec 6 12:38:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFF86C85; Sat, 6 Dec 2014 12:38:54 +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 C2677C3C; Sat, 6 Dec 2014 12:38:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6Ccs7x073962; Sat, 6 Dec 2014 12:38:54 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6Ccsp9073958; Sat, 6 Dec 2014 12:38:54 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201412061238.sB6Ccsp9073958@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 6 Dec 2014 12:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374103 - head/lang/ceylon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 12:38:55 -0000 Author: lwhsu Date: Sat Dec 6 12:38:53 2014 New Revision: 374103 URL: https://svnweb.freebsd.org/changeset/ports/374103 QAT: https://qat.redports.org/buildarchive/r374103/ Log: - Update to 1.1.0 Modified: head/lang/ceylon/Makefile head/lang/ceylon/distinfo head/lang/ceylon/pkg-plist Modified: head/lang/ceylon/Makefile ============================================================================== --- head/lang/ceylon/Makefile Sat Dec 6 12:16:15 2014 (r374102) +++ head/lang/ceylon/Makefile Sat Dec 6 12:38:53 2014 (r374103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ceylon -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= lang java MASTER_SITES= http://downloads.ceylon-lang.org/cli/ @@ -16,7 +16,7 @@ NO_BUILD= yes USES= zip USE_JAVA= yes -JAVA_VERSION= 1.7 +JAVA_VERSION= 1.7+ JAVA_RUN= yes PORTDATA= * Modified: head/lang/ceylon/distinfo ============================================================================== --- head/lang/ceylon/distinfo Sat Dec 6 12:16:15 2014 (r374102) +++ head/lang/ceylon/distinfo Sat Dec 6 12:38:53 2014 (r374103) @@ -1,2 +1,2 @@ -SHA256 (ceylon-1.0.0.zip) = d8d902b3bbe56a790fee71bdfd6d3206bdaaf6ef9c6ff5cf545358b446f5ad19 -SIZE (ceylon-1.0.0.zip) = 11617390 +SHA256 (ceylon-1.1.0.zip) = c08a900b13f42c38a38b403d620afd436cd18f2fe9a0942b626254bf4ad821c1 +SIZE (ceylon-1.1.0.zip) = 13486105 Modified: head/lang/ceylon/pkg-plist ============================================================================== --- head/lang/ceylon/pkg-plist Sat Dec 6 12:16:15 2014 (r374102) +++ head/lang/ceylon/pkg-plist Sat Dec 6 12:38:53 2014 (r374103) @@ -1,18 +1,25 @@ bin/ceylon bin/ceylon-sh-setup +man/man1/ceylon-all.1.gz man/man1/ceylon-bash-completion.1.gz +man/man1/ceylon-build.1.gz +man/man1/ceylon-classpath.1.gz man/man1/ceylon-compile-js.1.gz man/man1/ceylon-compile.1.gz man/man1/ceylon-config.1.gz +man/man1/ceylon-copy.1.gz man/man1/ceylon-doc-tool.1.gz man/man1/ceylon-doc.1.gz +man/man1/ceylon-format.1.gz man/man1/ceylon-help.1.gz man/man1/ceylon-import-jar.1.gz man/man1/ceylon-info.1.gz -man/man1/ceylon-new.1.gz +man/man1/ceylon-plugin.1.gz man/man1/ceylon-run-js.1.gz man/man1/ceylon-run.1.gz man/man1/ceylon-src.1.gz +man/man1/ceylon-test-js.1.gz man/man1/ceylon-test.1.gz man/man1/ceylon-version.1.gz man/man1/ceylon.1.gz +@dir %%DATADIR%%/samples/helloworld/modules