svn commit: r475224 - head/math/stp

Gleb Popov arrowd at FreeBSD.org
Tue Jul 24 06:19:17 UTC 2018


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 at gmail.com
+MAINTAINER=	arrowd at 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>

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


More information about the svn-ports-all mailing list