pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mongrel-cluster * Use lang/ruby/gem.mk instead of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1faba396a34
branches:  trunk
changeset: 580185:c1faba396a34
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Sep 10 12:28:30 2010 +0000

description:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

diffstat:

 www/mongrel-cluster/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 57c922a6a9d6 -r c1faba396a34 www/mongrel-cluster/Makefile
--- a/www/mongrel-cluster/Makefile      Fri Sep 10 12:27:34 2010 +0000
+++ b/www/mongrel-cluster/Makefile      Fri Sep 10 12:28:30 2010 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:31 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 12:28:30 taca Exp $
 
 DISTNAME=      mongrel_cluster-1.0.5
-PKGNAME=       ${DISTNAME:S/_/-/g}
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://mongrel.rubyforge.org/
+HOMEPAGE=      http://github.com/fauna/mongrel
 COMMENT=       Mongrel plugin to manage a mongrel cluster
+LICENSE=       gnu-gpl-v2 OR ruby-license
 
-DEPENDS+=      mongrel>=1.0.2:../../www/mongrel
 DEPENDS+=      ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
-
-GEM_BUILD=     gemspec
+DEPENDS+=      ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
 
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index