svn commit: r342139 - head/science/R-cran-AMORE

Antoine Brodin antoine at FreeBSD.org
Sat Feb 1 14:02:25 UTC 2014


Author: antoine
Date: Sat Feb  1 14:02:24 2014
New Revision: 342139
URL: http://svnweb.freebsd.org/changeset/ports/342139
QAT: https://qat.redports.org/buildarchive/r342139/

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

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

Modified: head/science/R-cran-AMORE/Makefile
==============================================================================
--- head/science/R-cran-AMORE/Makefile	Sat Feb  1 13:58:01 2014	(r342138)
+++ head/science/R-cran-AMORE/Makefile	Sat Feb  1 14:02:24 2014	(r342139)
@@ -4,7 +4,7 @@
 PORTNAME=	AMORE
 PORTVERSION=	0.2.14
 CATEGORIES=	science
-DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
+DISTNAME=	${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
 
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	MORE flexible neural network package


More information about the svn-ports-head mailing list