From owner-svn-ports-head@freebsd.org Sun Nov 19 21:22:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC666DBEC49; Sun, 19 Nov 2017 21:22:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8123864584; Sun, 19 Nov 2017 21:22:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAJLMOdW064619; Sun, 19 Nov 2017 21:22:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAJLMOUx064618; Sun, 19 Nov 2017 21:22:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711192122.vAJLMOUx064618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 19 Nov 2017 21:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454500 - head/math/ambit X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/ambit X-SVN-Commit-Revision: 454500 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2017 21:22:25 -0000 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