From owner-svn-ports-head@freebsd.org Sun Mar 12 21:35:53 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E06FCD09931; Sun, 12 Mar 2017 21:35:53 +0000 (UTC) (envelope-from tijl@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 mx1.freebsd.org (Postfix) with ESMTPS id 888CD19AD; Sun, 12 Mar 2017 21:35:53 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2CLZqTc069346; Sun, 12 Mar 2017 21:35:52 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2CLZqKe069343; Sun, 12 Mar 2017 21:35:52 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201703122135.v2CLZqKe069343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 12 Mar 2017 21:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436029 - in head/lang: . OpenCoarrays opencoarrays 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.23 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, 12 Mar 2017 21:35:54 -0000 Author: tijl Date: Sun Mar 12 21:35:52 2017 New Revision: 436029 URL: https://svnweb.freebsd.org/changeset/ports/436029 Log: - Rename to lower case opencoarrays. - Add parallel pseudo category. Requested by: danfe Added: head/lang/opencoarrays/ - copied from r436028, head/lang/OpenCoarrays/ Deleted: head/lang/OpenCoarrays/ Modified: head/lang/Makefile head/lang/opencoarrays/Makefile head/lang/opencoarrays/distinfo Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun Mar 12 21:30:15 2017 (r436028) +++ head/lang/Makefile Sun Mar 12 21:35:52 2017 (r436029) @@ -4,7 +4,6 @@ COMMENT = Programming languages SUBDIR += Gofer - SUBDIR += OpenCoarrays SUBDIR += abcl SUBDIR += adacontrol SUBDIR += afnix @@ -206,6 +205,7 @@ SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c + SUBDIR += opencoarrays SUBDIR += opendylan SUBDIR += p2c SUBDIR += p5-Data-JavaScript Modified: head/lang/opencoarrays/Makefile ============================================================================== --- head/lang/OpenCoarrays/Makefile Sun Mar 12 21:30:15 2017 (r436028) +++ head/lang/opencoarrays/Makefile Sun Mar 12 21:35:52 2017 (r436029) @@ -1,9 +1,9 @@ # Created by: Anton Shterenlikht # $FreeBSD$ -PORTNAME= OpenCoarrays +PORTNAME= opencoarrays PORTVERSION= 1.8.4 -CATEGORIES= lang +CATEGORIES= lang parallel MAINTAINER= mexas@bris.ac.uk COMMENT= Transport layer for coarray Fortran compilers Modified: head/lang/opencoarrays/distinfo ============================================================================== --- head/lang/OpenCoarrays/distinfo Sun Mar 12 21:30:15 2017 (r436028) +++ head/lang/opencoarrays/distinfo Sun Mar 12 21:35:52 2017 (r436029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487389722 -SHA256 (sourceryinstitute-OpenCoarrays-1.8.4_GH0.tar.gz) = c40b504a65ea2933a3b68979c4e08dc9522f22b7a8d560d734d1a8bc6bcc1ee7 -SIZE (sourceryinstitute-OpenCoarrays-1.8.4_GH0.tar.gz) = 243759 +TIMESTAMP = 1489354410 +SHA256 (sourceryinstitute-opencoarrays-1.8.4_GH0.tar.gz) = c40b504a65ea2933a3b68979c4e08dc9522f22b7a8d560d734d1a8bc6bcc1ee7 +SIZE (sourceryinstitute-opencoarrays-1.8.4_GH0.tar.gz) = 243759