svn commit: r496102 - head/math/cadabra2

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 17 19:25:59 UTC 2019


Author: yuri
Date: Sun Mar 17 19:25:57 2019
New Revision: 496102
URL: https://svnweb.freebsd.org/changeset/ports/496102

Log:
  math/cadabra2: Restore the unbundling of websocketpp (directory location has changed during port updates)
  
  Reported by:	jbeich

Modified:
  head/math/cadabra2/Makefile

Modified: head/math/cadabra2/Makefile
==============================================================================
--- head/math/cadabra2/Makefile	Sun Mar 17 19:15:09 2019	(r496101)
+++ head/math/cadabra2/Makefile	Sun Mar 17 19:25:57 2019	(r496102)
@@ -3,6 +3,7 @@
 PORTNAME=	cadabra2
 DISTVERSION=	2.2.5-5
 DISTVERSIONSUFFIX=	-gf10cac6b9a
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -44,6 +45,6 @@ GUI_CMAKE_BOOL=	ENABLE_FRONTEND
 GUI_INSTALLS_ICONS=	yes
 
 post-extract: # unbundle
-	@${RM} -r ${WRKSRC}/client_server/jsoncpp ${WRKSRC}/client_server/websocketpp
+	@${RM} -r ${WRKSRC}/libs/jsoncpp ${WRKSRC}/libs/websocketpp
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list