svn commit: r454500 - head/math/ambit

Yuri Victorovich yuri at FreeBSD.org
Sun Nov 19 21:22:25 UTC 2017


Author: yuri
Date: Sun Nov 19 21:22:24 2017
New Revision: 454500
URL: https://svnweb.freebsd.org/changeset/ports/454500

Log:
  math/ambit: Fix the conflict with shells/ambit by adding PKGNAMESUFFIX
  
  Reported by:	antoine
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13157

Modified:
  head/math/ambit/Makefile

Modified: head/math/ambit/Makefile
==============================================================================
--- head/math/ambit/Makefile	Sun Nov 19 20:41:59 2017	(r454499)
+++ head/math/ambit/Makefile	Sun Nov 19 21:22:24 2017	(r454500)
@@ -4,7 +4,9 @@ PORTNAME=	ambit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2-37
 DISTVERSIONSUFFIX=	-g9c7049a
+PORTREVISION=	1
 CATEGORIES=	math
+PKGNAMESUFFIX=	-tensor # avoid clash with shells/ambit
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	C++ library for tensor product calculations


More information about the svn-ports-head mailing list