summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2018-07-24 06:19:15 +0000
committerGleb Popov <arrowd@FreeBSD.org>2018-07-24 06:19:15 +0000
commitcc1433db6ed7077679f031dd1b8b267ebad4af9a (patch)
tree5672fdcf125ef4d91b10063563a0e9f5cdcdb6d2
parentupdate MooseFS to 3.0.101 (diff)
math/stp: Update to latest 2.3.1 version.
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16286
Notes
Notes: svn path=/head/; revision=475224
-rw-r--r--math/stp/Makefile15
-rw-r--r--math/stp/distinfo5
-rw-r--r--math/stp/pkg-plist10
3 files changed, 19 insertions, 11 deletions
diff --git a/math/stp/Makefile b/math/stp/Makefile
index 3f3a37c286f8..1e1cb3215f03 100644
--- a/math/stp/Makefile
+++ b/math/stp/Makefile
@@ -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 <bsd.port.mk>
diff --git a/math/stp/distinfo b/math/stp/distinfo
index 3b5e7afd67ef..0b36b04d1d8a 100644
--- a/math/stp/distinfo
+++ b/math/stp/distinfo
@@ -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
diff --git a/math/stp/pkg-plist b/math/stp/pkg-plist
index 755fc37d7113..a61708367126 100644
--- a/math/stp/pkg-plist
+++ b/math/stp/pkg-plist
@@ -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