Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 14:23:20 +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: r342143 - head/math/R-cran-mvtnorm
Message-ID:  <201402011423.s11ENKXE003598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  1 14:23:20 2014
New Revision: 342143
URL: http://svnweb.freebsd.org/changeset/ports/342143
QAT: https://qat.redports.org/buildarchive/r342143/

Log:
  Fix DISTNAME
  
  Reported by:	pkg-fallout since august 2013
  With hat:	portmgr

Modified:
  head/math/R-cran-mvtnorm/Makefile

Modified: head/math/R-cran-mvtnorm/Makefile
==============================================================================
--- head/math/R-cran-mvtnorm/Makefile	Sat Feb  1 14:19:14 2014	(r342142)
+++ head/math/R-cran-mvtnorm/Makefile	Sat Feb  1 14:23:20 2014	(r342143)
@@ -5,7 +5,7 @@ PORTNAME=	mvtnorm
 PORTVERSION=	0.9.96
 PORTREVISION=	13
 CATEGORIES=	math
-DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
+DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Multivariate Normal and t Distributions



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