svn commit: r342138 - head/science/R-cran-bayesm

Antoine Brodin antoine at FreeBSD.org
Sat Feb 1 13:58:02 UTC 2014


Author: antoine
Date: Sat Feb  1 13:58:01 2014
New Revision: 342138
URL: http://svnweb.freebsd.org/changeset/ports/342138
QAT: https://qat.redports.org/buildarchive/r342138/

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

Modified:
  head/science/R-cran-bayesm/Makefile

Modified: head/science/R-cran-bayesm/Makefile
==============================================================================
--- head/science/R-cran-bayesm/Makefile	Sat Feb  1 13:56:20 2014	(r342137)
+++ head/science/R-cran-bayesm/Makefile	Sat Feb  1 13:58:01 2014	(r342138)
@@ -4,7 +4,7 @@
 PORTNAME=	bayesm
 PORTVERSION=	2.2.5
 CATEGORIES=	science
-DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
+DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
 
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Bayesian Inference for Marketing/Micro-econometrics


More information about the svn-ports-all mailing list