svn commit: r359877 - head/devel/isl

Xin LI delphij at FreeBSD.org
Mon Jun 30 16:12:58 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	delphij at 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 @@
- at 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
- at dirrmtry include/isl
+ at dirrm include/isl/deprecated
+ at dirrm include/isl


More information about the svn-ports-head mailing list