Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2019 16:24:49 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493698 - head/math/stp
Message-ID:  <201902231624.x1NGOn47031874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Sat Feb 23 16:24:49 2019
New Revision: 493698
URL: https://svnweb.freebsd.org/changeset/ports/493698

Log:
  math/stp: Update to 2.3.2.
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19305

Modified:
  head/math/stp/Makefile
  head/math/stp/distinfo
  head/math/stp/pkg-plist

Modified: head/math/stp/Makefile
==============================================================================
--- head/math/stp/Makefile	Sat Feb 23 16:22:51 2019	(r493697)
+++ head/math/stp/Makefile	Sat Feb 23 16:24:49 2019	(r493698)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	stp
-DISTVERSION=	2.3.1
-PORTREVISION=	4
+DISTVERSION=	2.3.2
 PORTEPOCH=	1
 CATEGORIES=	math
 
@@ -25,6 +24,6 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 
 post-install:
-	@${MV} ${STAGEDIR}${PREFIX}/bin/stp-2.1.2 ${STAGEDIR}${PREFIX}/bin/stp
+	@${MV} ${STAGEDIR}${PREFIX}/bin/stp-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/stp
 
 .include <bsd.port.mk>

Modified: head/math/stp/distinfo
==============================================================================
--- head/math/stp/distinfo	Sat Feb 23 16:22:51 2019	(r493697)
+++ head/math/stp/distinfo	Sat Feb 23 16:24:49 2019	(r493698)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531729804
-SHA256 (stp-stp-2.3.1_GH0.tar.gz) = d5d4fcc76626eb25adbc06ad0da2811efcfb5d2a368726535bbfcb914d6588ce
-SIZE (stp-stp-2.3.1_GH0.tar.gz) = 2556392
+TIMESTAMP = 1550915610
+SHA256 (stp-stp-2.3.2_GH0.tar.gz) = 146592168eaf094c8ea47cb55d6908919798a1b46de9948704d97224f0212f42
+SIZE (stp-stp-2.3.2_GH0.tar.gz) = 2575880

Modified: head/math/stp/pkg-plist
==============================================================================
--- head/math/stp/pkg-plist	Sat Feb 23 16:22:51 2019	(r493697)
+++ head/math/stp/pkg-plist	Sat Feb 23 16:24:49 2019	(r493698)
@@ -6,7 +6,7 @@ lib/cmake/STP/STPConfigVersion.cmake
 lib/cmake/STP/STPTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/STP/STPTargets.cmake
 lib/libstp.so
-lib/libstp.so.2.1
+lib/libstp.so.2.3
 %%PYTHON_SITELIBDIR%%/stp/__init__.py
 %%PYTHON_SITELIBDIR%%/stp/library_path.py
 %%PYTHON_SITELIBDIR%%/stp/stp.py



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