svn commit: r302946 - head/graphics/R-cran-GDD

Steven Kreuzer skreuzer at FreeBSD.org
Wed Aug 22 15:39:56 UTC 2012


Author: skreuzer
Date: Wed Aug 22 15:39:55 2012
New Revision: 302946
URL: http://svn.freebsd.org/changeset/ports/302946

Log:
  Define DISTVERSION instead of PORTVERSION

Modified:
  head/graphics/R-cran-GDD/Makefile

Modified: head/graphics/R-cran-GDD/Makefile
==============================================================================
--- head/graphics/R-cran-GDD/Makefile	Wed Aug 22 15:18:33 2012	(r302945)
+++ head/graphics/R-cran-GDD/Makefile	Wed Aug 22 15:39:55 2012	(r302946)
@@ -5,9 +5,9 @@
 # $FreeBSD$
 
 PORTNAME=	GDD
-PORTVERSION=	0.1.13.1
+DISTVERSION=	0.1-13.1
 CATEGORIES=	graphics
-DISTNAME=	${PORTNAME}_0.1-13.1
+DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Graphics device for R for creating bitmap output



More information about the svn-ports-head mailing list