Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 18:10:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541796 - head/math/ltl2ba
Message-ID:  <202007091810.069IAWuf040531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jul  9 18:10:32 2020
New Revision: 541796
URL: https://svnweb.freebsd.org/changeset/ports/541796

Log:
  math/ltl2ba: Update 1.2 -> 1.3
  
  Take maintainership.
  
  Also
  * Simplify Makefile
  * Update WWW and MASTER_SITES

Modified:
  head/math/ltl2ba/Makefile
  head/math/ltl2ba/distinfo
  head/math/ltl2ba/pkg-descr

Modified: head/math/ltl2ba/Makefile
==============================================================================
--- head/math/ltl2ba/Makefile	Thu Jul  9 18:10:30 2020	(r541795)
+++ head/math/ltl2ba/Makefile	Thu Jul  9 18:10:32 2020	(r541796)
@@ -2,21 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	ltl2ba
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	math
-MASTER_SITES=	http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/
+MASTER_SITES=	http://www.lsv.fr/~gastin/ltl2ba/
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Fast translation from LTL formulae to Buechi automata
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Fast translation from LTL formulae to Buchi automata
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ALL_TARGET=	ltl2ba
 CFLAGS+=	-DNXT
-PLIST_FILES=	bin/ltl2ba
 
-post-patch:
-	${REINPLACE_CMD} -e '/^CC=/d' -e '/^CFLAGS=/d' ${WRKSRC}/Makefile
+MAKE_ARGS=	CC=${CC} CFLAGS="${CFLAGS}"
+
+ALL_TARGET=	ltl2ba
+
+PLIST_FILES=	bin/ltl2ba
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ltl2ba ${STAGEDIR}${PREFIX}/bin

Modified: head/math/ltl2ba/distinfo
==============================================================================
--- head/math/ltl2ba/distinfo	Thu Jul  9 18:10:30 2020	(r541795)
+++ head/math/ltl2ba/distinfo	Thu Jul  9 18:10:32 2020	(r541796)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527187553
-SHA256 (ltl2ba-1.2.tar.gz) = 9dfe16c2362e953982407eabf773fff49d69b137b13bd5360b241fb4cf2bfb6f
-SIZE (ltl2ba-1.2.tar.gz) = 33026
+TIMESTAMP = 1594317391
+SHA256 (ltl2ba-1.3.tar.gz) = 912877cb2929cddeadfd545a467135a2c61c507bbd5ae0edb695f8b5af7ce9af
+SIZE (ltl2ba-1.3.tar.gz) = 38265

Modified: head/math/ltl2ba/pkg-descr
==============================================================================
--- head/math/ltl2ba/pkg-descr	Thu Jul  9 18:10:30 2020	(r541795)
+++ head/math/ltl2ba/pkg-descr	Thu Jul  9 18:10:32 2020	(r541796)
@@ -1,11 +1,11 @@
 ltl2ba implements an algorithm of P. Gastin and D. Oddoux to generate
-Buechi automata from linear temporal logic (LTL) formulae.  This
+Buchi automata from linear temporal logic (LTL) formulae. This
 algorithm generates a very weak alternating automaton and then
-transforms it into a Buechi automaton, using a generalized Buechi
+transforms it into a Buchi automaton, using a generalized Buchi
 automaton as an intermediate step. Each automaton is simplified
 on-the-fly in order to save memory and time. As usual the LTL formula
-is simplified before any treatment.  ltl2ba is more efficient than
+is simplified before any treatment. ltl2ba is more efficient than
 Spin 3.4.1, with regard to the size of the resulting automaton,
 the time of the computation, and the memory used.
 
-WWW: http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/
+WWW: http://www.lsv.fr/~gastin/ltl2ba/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007091810.069IAWuf040531>