summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mongrel-console/Makefile14
-rw-r--r--www/mongrel-upload-progress/Makefile14
2 files changed, 12 insertions, 16 deletions
diff --git a/www/mongrel-console/Makefile b/www/mongrel-console/Makefile
index efdcf1ae403..de309b2083b 100644
--- a/www/mongrel-console/Makefile
+++ b/www/mongrel-console/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:46 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 12:30:39 taca Exp $
DISTNAME= mongrel_console-0.2.1
-PKGNAME= ${DISTNAME:S/_/-/g}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mongrel.rubyforge.org/
+HOMEPAGE= http://github.com/fauna/mongrel
COMMENT= Mongrel & Rails IRB console
+LICENSE= # unknown
-DEPENDS+= mongrel>=1.0.2:../../www/mongrel
-DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
+DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/mongrel-upload-progress/Makefile b/www/mongrel-upload-progress/Makefile
index 96e8ae88b95..656d3fa5bbf 100644
--- a/www/mongrel-upload-progress/Makefile
+++ b/www/mongrel-upload-progress/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:54 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 12:31:33 taca Exp $
DISTNAME= mongrel_upload_progress-0.2.2
-PKGNAME= ${DISTNAME:S/_/-/g}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mongrel.rubyforge.org/
+HOMEPAGE= http://github.com/fauna/mongrel
COMMENT= Mongrel plugin to track file upload status
+LICENSE= # unknown
-DEPENDS+= mongrel>=0.3.13.3:../../www/mongrel
-DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.1:../../misc/ruby-gem_plugin
+DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=0.3.13.3:../../www/mongrel
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"