Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 18:58:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387324 - in head/print: . rubygem-color-tools rubygem-colortools
Message-ID:  <201505241858.t4OIwLsO071407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 24 18:58:20 2015
New Revision: 387324
URL: https://svnweb.freebsd.org/changeset/ports/387324

Log:
  - Move print/rubygem-colortools to print/rubygem-color-tools
  - Add LICENSE
  - Update WWW

Added:
  head/print/rubygem-color-tools/
     - copied from r387289, head/print/rubygem-colortools/
Deleted:
  head/print/rubygem-colortools/
Modified:
  head/print/Makefile
  head/print/rubygem-color-tools/Makefile
  head/print/rubygem-color-tools/pkg-descr

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sun May 24 18:58:15 2015	(r387323)
+++ head/print/Makefile	Sun May 24 18:58:20 2015	(r387324)
@@ -208,7 +208,7 @@
     SUBDIR += rtf2latex2e
     SUBDIR += rubygem-afm
     SUBDIR += rubygem-color
-    SUBDIR += rubygem-colortools
+    SUBDIR += rubygem-color-tools
     SUBDIR += rubygem-pdf-core
     SUBDIR += rubygem-pdf-reader
     SUBDIR += rubygem-pdf-writer

Modified: head/print/rubygem-color-tools/Makefile
==============================================================================
--- head/print/rubygem-colortools/Makefile	Sun May 24 18:04:01 2015	(r387289)
+++ head/print/rubygem-color-tools/Makefile	Sun May 24 18:58:20 2015	(r387324)
@@ -1,17 +1,17 @@
 # $FreeBSD$
 
-PORTNAME=	colortools
+PORTNAME=	color-tools
 PORTVERSION=	1.3.0
 CATEGORIES=	print rubygems
 MASTER_SITES=	RG
-DISTNAME=	color-tools-${PORTVERSION}
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Provides colour space definition and manipulation
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-GEM_NAME=	${DISTNAME}
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/print/rubygem-color-tools/pkg-descr
==============================================================================
--- head/print/rubygem-colortools/pkg-descr	Sun May 24 18:04:01 2015	(r387289)
+++ head/print/rubygem-color-tools/pkg-descr	Sun May 24 18:58:20 2015	(r387324)
@@ -5,4 +5,4 @@ that are commonly supported and used in 
 A technique for generating a monochromatic contrasting palette is also
 included.
 
-WWW: http://rubygems.org/gems/colortools/
+WWW: https://github.com/ripta/color-tools



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