Fri Sep 10 12:30:39 2010 UTC ()
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.


(taca)
diff -r1.1.1.1 -r1.2 pkgsrc/www/mongrel-console/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/mongrel-console/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/mongrel-console/Attic/Makefile 2008/04/04 15:25:46 1.1.1.1
+++ pkgsrc/www/mongrel-console/Attic/Makefile 2010/09/10 12:30:39 1.2
@@ -1,17 +1,15 @@ @@ -1,17 +1,15 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:46 jlam Exp $ 1# $NetBSD: Makefile,v 1.2 2010/09/10 12:30:39 taca Exp $
2 2
3DISTNAME= mongrel_console-0.2.1 3DISTNAME= mongrel_console-0.2.1
4PKGNAME= ${DISTNAME:S/_/-/g} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://mongrel.rubyforge.org/ 8HOMEPAGE= http://github.com/fauna/mongrel
9COMMENT= Mongrel & Rails IRB console 9COMMENT= Mongrel & Rails IRB console
 10LICENSE= # unknown
10 11
11DEPENDS+= mongrel>=1.0.2:../../www/mongrel 12DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
12DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin 
13 13
14GEM_BUILD= gemspec 14.include "../../lang/ruby/gem.mk"
15 
16.include "../../misc/rubygems/rubygem.mk" 
17.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"