From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 16:12:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6956A58; Mon, 30 Jun 2014 16:12:57 +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 B38DD2838; Mon, 30 Jun 2014 16:12:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UGCvGU078276; Mon, 30 Jun 2014 16:12:57 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UGCvK9078272; Mon, 30 Jun 2014 16:12:57 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201406301612.s5UGCvK9078272@svn.freebsd.org> From: Xin LI Date: Mon, 30 Jun 2014 16:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359877 - 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.18 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: Mon, 30 Jun 2014 16:12:58 -0000 Author: delphij Date: Mon Jun 30 16:12:56 2014 New Revision: 359877 URL: http://svnweb.freebsd.org/changeset/ports/359877 QAT: https://qat.redports.org/buildarchive/r359877/ Log: - Update to 0.13 - Switch to use xz - Grab. Modified: head/devel/isl/Makefile head/devel/isl/distinfo head/devel/isl/pkg-plist (contents, props changed) Modified: head/devel/isl/Makefile ============================================================================== --- head/devel/isl/Makefile Mon Jun 30 16:01:37 2014 (r359876) +++ head/devel/isl/Makefile Mon Jun 30 16:12:56 2014 (r359877) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= isl -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= devel MASTER_SITES= http://isl.gforge.inria.fr/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= delphij@FreeBSD.org COMMENT= Integer Set Library LICENSE= MIT @@ -16,7 +15,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} GNU_CONFIGURE= yes -USES= libtool tar:bzip2 +USES= libtool tar:xz USE_LDCONFIG= yes post-patch: Modified: head/devel/isl/distinfo ============================================================================== --- head/devel/isl/distinfo Mon Jun 30 16:01:37 2014 (r359876) +++ head/devel/isl/distinfo Mon Jun 30 16:12:56 2014 (r359877) @@ -1,2 +1,2 @@ -SHA256 (isl-0.12.tar.bz2) = 11079ec95f9375d4e069735029e031d310baca8e15f18ef94d17676a6ca02410 -SIZE (isl-0.12.tar.bz2) = 1294448 +SHA256 (isl-0.13.tar.xz) = ef500e595aa307f980f941069aa569f569374ac3b170a1dc17bec1b12d2c2317 +SIZE (isl-0.13.tar.xz) = 1197112 Modified: head/devel/isl/pkg-plist ============================================================================== --- head/devel/isl/pkg-plist Mon Jun 30 16:01:37 2014 (r359876) +++ head/devel/isl/pkg-plist Mon Jun 30 16:12:56 2014 (r359877) @@ -1,24 +1,39 @@ -@comment $FreeBSD$ include/isl/aff.h include/isl/aff_type.h include/isl/arg.h include/isl/ast.h include/isl/ast_build.h +include/isl/ast_type.h include/isl/band.h -include/isl/blk.h include/isl/config.h include/isl/constraint.h include/isl/ctx.h +include/isl/deprecated/aff_int.h +include/isl/deprecated/ast_int.h +include/isl/deprecated/constraint_int.h +include/isl/deprecated/ilp_int.h +include/isl/deprecated/int.h +include/isl/deprecated/map_int.h +include/isl/deprecated/mat_int.h +include/isl/deprecated/point_int.h +include/isl/deprecated/polynomial_int.h +include/isl/deprecated/set_int.h +include/isl/deprecated/union_map_int.h +include/isl/deprecated/val_int.h +include/isl/deprecated/vec_int.h include/isl/dim.h include/isl/flow.h include/isl/hash.h +include/isl/hmap.h include/isl/id.h +include/isl/id_to_ast_expr.h +include/isl/id_to_pw_aff.h include/isl/ilp.h -include/isl/int.h include/isl/list.h include/isl/local_space.h include/isl/lp.h include/isl/map.h +include/isl/map_to_basic_set.h include/isl/map_type.h include/isl/mat.h include/isl/multi.h @@ -29,7 +44,6 @@ include/isl/polynomial.h include/isl/polynomial_type.h include/isl/printer.h include/isl/schedule.h -include/isl/seq.h include/isl/set.h include/isl/set_type.h include/isl/space.h @@ -41,14 +55,14 @@ include/isl/union_set.h include/isl/union_set_type.h include/isl/val.h include/isl/val_gmp.h -include/isl/val_int.h include/isl/vec.h include/isl/version.h include/isl/vertices.h lib/libisl.a lib/libisl.so -lib/libisl.so.10 -lib/libisl.so.10.2.0 -lib/libisl.so.10.2.0-gdb.py +lib/libisl.so.13 +lib/libisl.so.13.0.0 +lib/libisl.so.13.0.0-gdb.py libdata/pkgconfig/isl.pc -@dirrmtry include/isl +@dirrm include/isl/deprecated +@dirrm include/isl