From owner-svn-ports-all@freebsd.org Fri Jun 10 18:55:26 2016 Return-Path: Delivered-To: svn-ports-all@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 DB1BDADAEAC; Fri, 10 Jun 2016 18:55:26 +0000 (UTC) (envelope-from danilo@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 89C992043; Fri, 10 Jun 2016 18:55:26 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5AItPeU041501; Fri, 10 Jun 2016 18:55:25 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5AItPmA041498; Fri, 10 Jun 2016 18:55:25 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201606101855.u5AItPmA041498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 10 Jun 2016 18:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416687 - head/devel/isl 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.22 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: Fri, 10 Jun 2016 18:55:27 -0000 Author: danilo Date: Fri Jun 10 18:55:25 2016 New Revision: 416687 URL: https://svnweb.freebsd.org/changeset/ports/416687 Log: - Update to 0.17.1 Modified: head/devel/isl/Makefile head/devel/isl/distinfo head/devel/isl/pkg-plist Modified: head/devel/isl/Makefile ============================================================================== --- head/devel/isl/Makefile Fri Jun 10 18:47:34 2016 (r416686) +++ head/devel/isl/Makefile Fri Jun 10 18:55:25 2016 (r416687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= isl -PORTVERSION= 0.16.1 +PORTVERSION= 0.17.1 CATEGORIES= devel MASTER_SITES= http://isl.gforge.inria.fr/ Modified: head/devel/isl/distinfo ============================================================================== --- head/devel/isl/distinfo Fri Jun 10 18:47:34 2016 (r416686) +++ head/devel/isl/distinfo Fri Jun 10 18:55:25 2016 (r416687) @@ -1,2 +1,3 @@ -SHA256 (isl-0.16.1.tar.xz) = 45292f30b3cb8b9c03009804024df72a79e9b5ab89e41c94752d6ea58a1e4b02 -SIZE (isl-0.16.1.tar.xz) = 1449164 +TIMESTAMP = 1465584301 +SHA256 (isl-0.17.1.tar.xz) = be152e5c816b477594f4c6194b5666d8129f3a27702756ae9ff60346a8731647 +SIZE (isl-0.17.1.tar.xz) = 1440564 Modified: head/devel/isl/pkg-plist ============================================================================== --- head/devel/isl/pkg-plist Fri Jun 10 18:47:34 2016 (r416686) +++ head/devel/isl/pkg-plist Fri Jun 10 18:55:25 2016 (r416687) @@ -23,8 +23,10 @@ include/isl/deprecated/vec_int.h include/isl/flow.h include/isl/hash.h include/isl/hmap.h +include/isl/hmap_templ.c include/isl/id.h include/isl/id_to_ast_expr.h +include/isl/id_to_id.h include/isl/id_to_pw_aff.h include/isl/ilp.h include/isl/list.h @@ -34,6 +36,12 @@ include/isl/map.h include/isl/map_to_basic_set.h include/isl/map_type.h include/isl/mat.h +include/isl/maybe.h +include/isl/maybe_ast_expr.h +include/isl/maybe_basic_set.h +include/isl/maybe_id.h +include/isl/maybe_pw_aff.h +include/isl/maybe_templ.h include/isl/multi.h include/isl/obj.h include/isl/options.h @@ -41,6 +49,7 @@ include/isl/point.h include/isl/polynomial.h include/isl/polynomial_type.h include/isl/printer.h +include/isl/printer_type.h include/isl/schedule.h include/isl/schedule_node.h include/isl/schedule_type.h @@ -61,6 +70,6 @@ include/isl/vertices.h lib/libisl.a lib/libisl.so lib/libisl.so.15 -lib/libisl.so.15.1.1 -lib/libisl.so.15.1.1-gdb.py +lib/libisl.so.15.2.1 +lib/libisl.so.15.2.1-gdb.py libdata/pkgconfig/isl.pc