diff --git a/math/py-spot/Makefile b/math/py-spot/Makefile index 80b5eacf2ae3..d18b6a74f2b7 100644 --- a/math/py-spot/Makefile +++ b/math/py-spot/Makefile @@ -1,36 +1,36 @@ PORTNAME= spot -DISTVERSION= 2.10 +DISTVERSION= 2.10.1 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 e9a7b4a0595f..e567120e10ba 100644 --- a/math/py-spot/distinfo +++ b/math/py-spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637317444 -SHA256 (spot-2.10.tar.gz) = 966e323c1b9c11114adbf0030a852a571164f181d99e31bd616afe913c523160 -SIZE (spot-2.10.tar.gz) = 7583946 +TIMESTAMP = 1637348045 +SHA256 (spot-2.10.1.tar.gz) = 38002989fc8e3725841a0537665bb2d5dfc259d2e09358100322c38f4c7481ad +SIZE (spot-2.10.1.tar.gz) = 7587978 diff --git a/math/spot/Makefile b/math/spot/Makefile index ee707e6827cc..92e766815c24 100644 --- a/math/spot/Makefile +++ b/math/spot/Makefile @@ -1,29 +1,29 @@ PORTNAME= spot -DISTVERSION= 2.10 +DISTVERSION= 2.10.1 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 dd48e23f41ad..fde28cf9cd69 100644 --- a/math/spot/distinfo +++ b/math/spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637316613 -SHA256 (spot-2.10.tar.gz) = 966e323c1b9c11114adbf0030a852a571164f181d99e31bd616afe913c523160 -SIZE (spot-2.10.tar.gz) = 7583946 +TIMESTAMP = 1637346475 +SHA256 (spot-2.10.1.tar.gz) = 38002989fc8e3725841a0537665bb2d5dfc259d2e09358100322c38f4c7481ad +SIZE (spot-2.10.1.tar.gz) = 7587978