diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 06:29:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 06:29:40 +0000 |
commit | d2622f2b67bf4b1e09be907826dd7fae611a544b (patch) | |
tree | 65732fe5e5e04342011ad79c1fb18ecada0a4871 /devel | |
parent | 5b5f2f9125de8382a45d9e07c47260c2724580e8 (diff) | |
download | pkgsrc-d2622f2b67bf4b1e09be907826dd7fae611a544b.tar.gz |
Update devel/ruby-termcolor to 1.2.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
Changes are unknown.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-termcolor/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-termcolor/PLIST | 6 | ||||
-rw-r--r-- | devel/ruby-termcolor/distinfo | 8 |
3 files changed, 12 insertions, 14 deletions
diff --git a/devel/ruby-termcolor/Makefile b/devel/ruby-termcolor/Makefile index aa65bea0839..687a8486874 100644 --- a/devel/ruby-termcolor/Makefile +++ b/devel/ruby-termcolor/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/02 11:48:02 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 06:29:40 taca Exp $ -DISTNAME= termcolor-1.2.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= termcolor-1.2.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://rubyforge.org/projects/termcolor/ +HOMEPAGE= http://github.com/jugyo/termcolor COMMENT= ANSI color formatting like HTML for output in terminal +LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-termcolor/PLIST b/devel/ruby-termcolor/PLIST index ee1888dcc15..38f7ddebf15 100644 --- a/devel/ruby-termcolor/PLIST +++ b/devel/ruby-termcolor/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/02 11:48:02 obache Exp $ -${GEM_HOME}/cache/termcolor-${PKGVERSION}.gem +@comment $NetBSD: PLIST,v 1.2 2010/09/10 06:29:40 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/History.txt ${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile @@ -7,4 +7,4 @@ ${GEM_LIBDIR}/examples/example.rb ${GEM_LIBDIR}/lib/termcolor.rb ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/termcolor_spec.rb -${GEM_HOME}/specifications/termcolor-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-termcolor/distinfo b/devel/ruby-termcolor/distinfo index c3e49686bc5..0f5ff59ab21 100644 --- a/devel/ruby-termcolor/distinfo +++ b/devel/ruby-termcolor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/03/02 11:48:02 obache Exp $ +$NetBSD: distinfo,v 1.2 2010/09/10 06:29:40 taca Exp $ -SHA1 (termcolor-1.2.0.gem) = ccb19dc24757f5a2a27f948fe7bfc7a72e8a4601 -RMD160 (termcolor-1.2.0.gem) = 234b7c6e5fdae65febe9214442c66062908d91af -Size (termcolor-1.2.0.gem) = 6656 bytes +SHA1 (termcolor-1.2.1.gem) = e3d24785ab4123ca60d3a26f50b258ee8e6c8d3b +RMD160 (termcolor-1.2.1.gem) = 2d1fc9cf80f59c9b87d64ca5110c9c6e661dec98 +Size (termcolor-1.2.1.gem) = 6656 bytes |