Date: Sat, 1 Feb 2014 13:58:01 +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: r342138 - head/science/R-cran-bayesm Message-ID: <201402011358.s11Dw1LT091815@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Bayesian Inference for Marketing/Micro-econometrics
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011358.s11Dw1LT091815>