From owner-svn-ports-head@freebsd.org Tue Jul 24 06:19:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 372CE1041906; Tue, 24 Jul 2018 06:19:17 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C38A2815FD; Tue, 24 Jul 2018 06:19:16 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96B4327886; Tue, 24 Jul 2018 06:19:16 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6O6JGOZ010740; Tue, 24 Jul 2018 06:19:16 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6O6JFus010737; Tue, 24 Jul 2018 06:19:15 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <201807240619.w6O6JFus010737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Tue, 24 Jul 2018 06:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475224 - head/math/stp X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: head/math/stp X-SVN-Commit-Revision: 475224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 06:19:17 -0000 Author: arrowd Date: Tue Jul 24 06:19:15 2018 New Revision: 475224 URL: https://svnweb.freebsd.org/changeset/ports/475224 Log: math/stp: Update to latest 2.3.1 version. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16286 Modified: head/math/stp/Makefile head/math/stp/distinfo head/math/stp/pkg-plist Modified: head/math/stp/Makefile ============================================================================== --- head/math/stp/Makefile Tue Jul 24 03:44:25 2018 (r475223) +++ head/math/stp/Makefile Tue Jul 24 06:19:15 2018 (r475224) @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= stp -PORTVERSION= 1436 -PORTREVISION= 8 +DISTVERSION= 2.3.1 +PORTEPOCH= 1 CATEGORIES= math -MASTER_SITES= http://intara.arrowdodger.ru/ -MAINTAINER= 6yearold@gmail.com +MAINTAINER= arrowd@FreeBSD.org COMMENT= Decision Procedure for Bitvectors and Arrays LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: undefined reference to sbrk BROKEN_powerpc64= fails to compile: main.cpp.o: undefined reference to boost::program_options::error_with_option_name::get_canonical_option_name() LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ - libboost_system.so:devel/boost-libs + libminisat.so:math/minisat \ + libcryptominisat5.so:math/cryptominisat -USES= bison:build cmake:noninja perl5 tar:xz +USES= bison:build cmake:outsource perl5 python +USE_GITHUB= yes USE_PERL5= build -CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a .include Modified: head/math/stp/distinfo ============================================================================== --- head/math/stp/distinfo Tue Jul 24 03:44:25 2018 (r475223) +++ head/math/stp/distinfo Tue Jul 24 06:19:15 2018 (r475224) @@ -1,2 +1,3 @@ -SHA256 (stp-1436.tar.xz) = 511b3f8c9e6103410e3ce2fe552dec4177fcae198e78be81a3c298328f778075 -SIZE (stp-1436.tar.xz) = 2964512 +TIMESTAMP = 1531729804 +SHA256 (stp-stp-2.3.1_GH0.tar.gz) = d5d4fcc76626eb25adbc06ad0da2811efcfb5d2a368726535bbfcb914d6588ce +SIZE (stp-stp-2.3.1_GH0.tar.gz) = 2556392 Modified: head/math/stp/pkg-plist ============================================================================== --- head/math/stp/pkg-plist Tue Jul 24 03:44:25 2018 (r475223) +++ head/math/stp/pkg-plist Tue Jul 24 06:19:15 2018 (r475224) @@ -1,7 +1,13 @@ bin/stp +bin/stp-2.1.2 +bin/stp_simple include/stp/c_interface.h -include/stp/cpp_interface.h lib/cmake/STP/STPConfig.cmake +lib/cmake/STP/STPConfigVersion.cmake lib/cmake/STP/STPTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/STP/STPTargets.cmake -lib/libstp.a +lib/libstp.so +lib/libstp.so.2.1 +%%PYTHON_SITELIBDIR%%/stp/__init__.py +%%PYTHON_SITELIBDIR%%/stp/library_path.py +%%PYTHON_SITELIBDIR%%/stp/stp.py