Date: Sat, 1 Feb 2014 13:49:10 +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: r342136 - head/science/R-cran-eco Message-ID: <201402011349.s11DnAUo088149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= R Package for Ecological Inference in 2x2 Tables
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011349.s11DnAUo088149>