Index: head/math/py-spot/Makefile =================================================================== --- head/math/py-spot/Makefile (revision 542910) +++ head/math/py-spot/Makefile (revision 542911) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= spot -DISTVERSION= 2.9.1 +DISTVERSION= 2.9.2 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 Index: head/math/py-spot/distinfo =================================================================== --- head/math/py-spot/distinfo (revision 542910) +++ head/math/py-spot/distinfo (revision 542911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595295664 -SHA256 (spot-2.9.1.tar.gz) = 1805095607d7a860b5ee0130849bda64f7e1855711adc000ef520e037d3e8a9c -SIZE (spot-2.9.1.tar.gz) = 7664758 +TIMESTAMP = 1595472514 +SHA256 (spot-2.9.2.tar.gz) = c6a3ebe4d5c0139a2460a6307a8a8bfd372ff6d8cdb40d65ed5149940f8a0e3a +SIZE (spot-2.9.2.tar.gz) = 7669971