Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 13:47:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548986 - head/math/py-matplotlib2
Message-ID:  <202009191347.08JDlTWb013330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 19 13:47:29 2020
New Revision: 548986
URL: https://svnweb.freebsd.org/changeset/ports/548986

Log:
  Fix duplicate PKGBASE

Modified:
  head/math/py-matplotlib2/Makefile

Modified: head/math/py-matplotlib2/Makefile
==============================================================================
--- head/math/py-matplotlib2/Makefile	Sat Sep 19 13:23:30 2020	(r548985)
+++ head/math/py-matplotlib2/Makefile	Sat Sep 19 13:47:29 2020	(r548986)
@@ -7,6 +7,7 @@ PORTREVISION=	2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	mainland@apeiron.net
 COMMENT=	Plotting library uses a syntax familiar to MATLAB users (legacy)



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