diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-04-08 19:05:36 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-04-08 19:05:36 +0000 |
commit | 6919f1bde09eb2e697188df18e647d2508db7d7f (patch) | |
tree | a307d163782bc776e4c0bd1c8dec309419041ba3 /math/cloog | |
parent | 757abae7f7409c5525c74e7de74367798d4bb12b (diff) |
Notes
Diffstat (limited to 'math/cloog')
-rw-r--r-- | math/cloog/Makefile | 14 | ||||
-rw-r--r-- | math/cloog/distinfo | 5 |
2 files changed, 12 insertions, 7 deletions
diff --git a/math/cloog/Makefile b/math/cloog/Makefile index ccf49fd33e96..307e90ef4f14 100644 --- a/math/cloog/Makefile +++ b/math/cloog/Makefile @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= cloog -PORTVERSION= 0.18.4 -PORTREVISION= 1 +PORTVERSION= 0.19.0 CATEGORIES= math -MASTER_SITES= http://www.bastoul.net/cloog/pages/download/ MAINTAINER= danilo@FreeBSD.org COMMENT= Code generator in the polyhedral model @@ -15,10 +13,16 @@ LICENSE= LGPL21 LIB_DEPENDS= libgmp.so:math/gmp \ libisl.so:devel/isl +USES= autoreconf gmake libtool + +USE_GITHUB= yes +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} +GH_ACCOUNT= periscop + USE_LDCONFIG= yes -USES= libtool GNU_CONFIGURE= yes +INSTALL_TARGET=install-strip CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${LOCALBASE} -CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ +CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ ac_cv_prog_TEXI2DVI="" .include <bsd.port.mk> diff --git a/math/cloog/distinfo b/math/cloog/distinfo index 3d44033c5b0d..8a74f5b8e6bd 100644 --- a/math/cloog/distinfo +++ b/math/cloog/distinfo @@ -1,2 +1,3 @@ -SHA256 (cloog-0.18.4.tar.gz) = 325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e -SIZE (cloog-0.18.4.tar.gz) = 4796456 +TIMESTAMP = 1523210594 +SHA256 (periscop-cloog-0.19.0-cloog-0.19.0_GH0.tar.gz) = 8cb2f645a15744fd6c7d0a789fa229742326a24bf37794a93d0300ab6c5c3eee +SIZE (periscop-cloog-0.19.0-cloog-0.19.0_GH0.tar.gz) = 512061 |