diff --git a/math/py-spot/Makefile b/math/py-spot/Makefile index 588f190103e7..78fd9054178f 100644 --- a/math/py-spot/Makefile +++ b/math/py-spot/Makefile @@ -1,36 +1,36 @@ PORTNAME= spot -DISTVERSION= 2.9.7 +DISTVERSION= 2.9.8 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for 'Spot', the library for omega automata manipulation LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libspot.so:math/spot USES= compiler:c++14-lang gmake libtool python:3.4+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --disable-static # otherwise shared libs aren't linked to spot libs for some reason LDFLAGS+= -L${LOCALBASE}/lib .for l in spot bddx spotgen spotltsmin LDFLAGS+= -l${l} .endfor post-configure: @${REINPLACE_CMD} ' \ s|^BUDDY_LDFLAGS =.*|BUDDY_LDFLAGS = ${LOCALBASE}/lib/libbddx.so|; \ s|$$(top_builddir)/spot/libspot.la|${LOCALBASE}/lib/libspot.so|; \ s|$$(top_builddir)/spot/ltsmin/libspotltsmin.la|${LOCALBASE}/lib/libspotltsmin.so|; \ s|$$(top_builddir)/spot/gen/libspotgen.la|${LOCALBASE}/lib/libspotgen.so|' \ ${WRKSRC}/python/Makefile post-install: @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD} .include diff --git a/math/py-spot/distinfo b/math/py-spot/distinfo index 334ed7b97640..74f221cef145 100644 --- a/math/py-spot/distinfo +++ b/math/py-spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621188873 -SHA256 (spot-2.9.7.tar.gz) = 1eea67e3446cdbbbb705ee6e26fd869020cdb7d82c563fead9cb4394b9baa04c -SIZE (spot-2.9.7.tar.gz) = 6980523 +TIMESTAMP = 1628748237 +SHA256 (spot-2.9.8.tar.gz) = b7f404bb90a335a5914384ecc3fc3a2021ff22c57ee97a40c07bb2ab40e20cf9 +SIZE (spot-2.9.8.tar.gz) = 6998569 diff --git a/math/spot/Makefile b/math/spot/Makefile index cb6f5f4c1e2b..ad76159b018b 100644 --- a/math/spot/Makefile +++ b/math/spot/Makefile @@ -1,29 +1,29 @@ PORTNAME= spot -DISTVERSION= 2.9.7 +DISTVERSION= 2.9.8 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Library for omega automata manipulation and model checking LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix compiler:c++14-lang gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-python --disable-static INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS PORTDOCS= tl.pdf TEST_TARGET= check post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include diff --git a/math/spot/distinfo b/math/spot/distinfo index 054a2238895e..3782f34df604 100644 --- a/math/spot/distinfo +++ b/math/spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621188039 -SHA256 (spot-2.9.7.tar.gz) = 1eea67e3446cdbbbb705ee6e26fd869020cdb7d82c563fead9cb4394b9baa04c -SIZE (spot-2.9.7.tar.gz) = 6980523 +TIMESTAMP = 1628745414 +SHA256 (spot-2.9.8.tar.gz) = b7f404bb90a335a5914384ecc3fc3a2021ff22c57ee97a40c07bb2ab40e20cf9 +SIZE (spot-2.9.8.tar.gz) = 6998569