Date: Sat, 16 Nov 2013 14:56:04 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334003 - head/math/sage Message-ID: <201311161456.rAGEu4XC044634@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sat Nov 16 14:56:03 2013 New Revision: 334003 URL: http://svnweb.freebsd.org/changeset/ports/334003 Log: - Add pkgnamesuffix of -math. to avoid pkgname collision with graphics/sage. Noticed by: portmgr Reference: http://blogs.freebsdish.org/portmgr/2013/10/03/package-name-collisions/ Modified: head/math/sage/Makefile Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Sat Nov 16 14:52:00 2013 (r334002) +++ head/math/sage/Makefile Sat Nov 16 14:56:03 2013 (r334003) @@ -9,6 +9,7 @@ MASTER_SITES= http://boxen.math.washingt http://mirrors.xmission.com/sage/src/ \ http://www-ftp.lip6.fr/pub/math/sagemath/src/ \ http://www.sagemath.org/src-old/ +PKGNAMESUFFIX= -math EXTRACT_SUFX= .tar MAINTAINER= stephen@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311161456.rAGEu4XC044634>