svn commit: r475500 - head/math/stp

Gleb Popov arrowd at FreeBSD.org
Sat Jul 28 06:46:12 UTC 2018


Author: arrowd
Date: Sat Jul 28 06:46:10 2018
New Revision: 475500
URL: https://svnweb.freebsd.org/changeset/ports/475500

Log:
  math/stp: Pull in fixes from the PR I missed.
  
  PR:		229974
  Submitted by:	yuri, Nathan <ndowens.fbsd at yandex.com>
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16447

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

Modified: head/math/stp/Makefile
==============================================================================
--- head/math/stp/Makefile	Sat Jul 28 06:41:07 2018	(r475499)
+++ head/math/stp/Makefile	Sat Jul 28 06:46:10 2018	(r475500)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stp
 DISTVERSION=	2.3.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	math
 
@@ -22,5 +23,9 @@ LIB_DEPENDS=	libboost_program_options.so:devel/boost-l
 USES=		bison:build cmake:outsource perl5 python
 USE_GITHUB=	yes
 USE_PERL5=	build
+USE_LDCONFIG=	yes
+
+post-install:
+	@${MV} ${STAGEDIR}${PREFIX}/bin/stp-2.1.2 ${STAGEDIR}${PREFIX}/bin/stp
 
 .include <bsd.port.mk>

Modified: head/math/stp/pkg-plist
==============================================================================
--- head/math/stp/pkg-plist	Sat Jul 28 06:41:07 2018	(r475499)
+++ head/math/stp/pkg-plist	Sat Jul 28 06:46:10 2018	(r475500)
@@ -1,5 +1,4 @@
 bin/stp
-bin/stp-2.1.2
 bin/stp_simple
 include/stp/c_interface.h
 lib/cmake/STP/STPConfig.cmake


More information about the svn-ports-all mailing list