Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2017 21:22:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454500 - head/math/ambit
Message-ID:  <201711192122.vAJLMOUx064618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	C++ library for tensor product calculations



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