svn commit: r342136 - head/science/R-cran-eco

Antoine Brodin antoine at FreeBSD.org
Sat Feb 1 13:49:10 UTC 2014


Author: antoine
Date: Sat Feb  1 13:49:09 2014
New Revision: 342136
URL: http://svnweb.freebsd.org/changeset/ports/342136
QAT: https://qat.redports.org/buildarchive/r342136/

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

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

Modified: head/science/R-cran-eco/Makefile
==============================================================================
--- head/science/R-cran-eco/Makefile	Sat Feb  1 13:32:43 2014	(r342135)
+++ head/science/R-cran-eco/Makefile	Sat Feb  1 13:49:09 2014	(r342136)
@@ -5,7 +5,7 @@ PORTNAME=	eco
 PORTVERSION=	3.1.6
 PORTREVISION=	3
 CATEGORIES=	science
-DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
+DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
 
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	R Package for Ecological Inference in 2x2 Tables


More information about the svn-ports-all mailing list