pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/thin * Use lang/ruby/gem.mk instead of misc/rubyge...
details: https://anonhg.NetBSD.org/pkgsrc/rev/faaca4e3b650
branches: trunk
changeset: 580209:faaca4e3b650
user: taca <taca%pkgsrc.org@localhost>
date: Fri Sep 10 13:22:19 2010 +0000
description:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
diffstat:
www/thin/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r bfb7a408502d -r faaca4e3b650 www/thin/Makefile
--- a/www/thin/Makefile Fri Sep 10 13:21:33 2010 +0000
+++ b/www/thin/Makefile Fri Sep 10 13:22:19 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/03/08 13:38:24 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/10 13:22:19 taca Exp $
DISTNAME= thin-1.2.7
CATEGORIES= www
@@ -6,12 +6,13 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://code.macournoyer.com/thin/
COMMENT= Fast and very simple Ruby web server
+LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine
-GEM_BUILD= gemspec
+CONFLICTS+= ruby[1-9][0-9]-thin-*
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index