Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 01:44:32 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321515 - head/math/R-cran-labeling
Message-ID:  <201306220144.r5M1iWaW027423@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sat Jun 22 01:44:32 2013
New Revision: 321515
URL: http://svnweb.freebsd.org/changeset/ports/321515

Log:
  - Update to 0.2
  - Add LICENSE section
  - Replace tab with a space after WWW: in pkg-descr

Modified:
  head/math/R-cran-labeling/Makefile
  head/math/R-cran-labeling/distinfo
  head/math/R-cran-labeling/pkg-descr

Modified: head/math/R-cran-labeling/Makefile
==============================================================================
--- head/math/R-cran-labeling/Makefile	Sat Jun 22 01:39:27 2013	(r321514)
+++ head/math/R-cran-labeling/Makefile	Sat Jun 22 01:44:32 2013	(r321515)
@@ -2,14 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	labeling
-PORTVERSION=	0.1
-PORTREVISION=	4
+PORTVERSION=	0.2
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Provides a range of axis labeling algorithms
 
+LICENSE=	MIT
+
 USE_R_MOD=	yes
 R_MOD_AUTOPLIST=	yes
 

Modified: head/math/R-cran-labeling/distinfo
==============================================================================
--- head/math/R-cran-labeling/distinfo	Sat Jun 22 01:39:27 2013	(r321514)
+++ head/math/R-cran-labeling/distinfo	Sat Jun 22 01:44:32 2013	(r321515)
@@ -1,2 +1,2 @@
-SHA256 (labeling_0.1.tar.gz) = 381e9ee4c981eec1640926885f410067408e4ac75abe553d7311e566400f8299
-SIZE (labeling_0.1.tar.gz) = 9992
+SHA256 (labeling_0.2.tar.gz) = 8aaa7f8b91923088da4e47ae42620fadcff7f2bc566064c63d138e2145e38aa4
+SIZE (labeling_0.2.tar.gz) = 9998

Modified: head/math/R-cran-labeling/pkg-descr
==============================================================================
--- head/math/R-cran-labeling/pkg-descr	Sat Jun 22 01:39:27 2013	(r321514)
+++ head/math/R-cran-labeling/pkg-descr	Sat Jun 22 01:44:32 2013	(r321515)
@@ -2,4 +2,4 @@ Implements a number of axis labeling sch
 compared in An Extension of Wilkinson's Algorithm for Positioning
 Tick Labels on Axes by Talbot, Lin, and Hanrahan, InfoVis 2010.
 
-WWW:	http://cran.r-project.org/web/packages/labeling/
+WWW: http://cran.r-project.org/web/packages/labeling/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220144.r5M1iWaW027423>