summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-23 09:22:13 +0000
committertaca <taca@pkgsrc.org>2010-09-23 09:22:13 +0000
commited7aacd54977a3447473e64dc00f66c09e158f26 (patch)
treeb079eccd1578200967416534deeb6c70c484ab0f
parent0def8e94d366abdf596904774cd343203048afb6 (diff)
downloadpkgsrc-ed7aacd54977a3447473e64dc00f66c09e158f26.tar.gz
Remove empty value of LICENSE.
-rw-r--r--databases/ruby-activerecord-cassandra/Makefile3
-rw-r--r--devel/ruby-metaid/Makefile3
-rw-r--r--devel/ruby-simple_uuid/Makefile3
-rw-r--r--misc/ruby-configuration/Makefile3
-rw-r--r--textproc/ruby-markaby/Makefile3
-rw-r--r--textproc/xhtmldiff/Makefile3
-rw-r--r--www/mongrel-console/Makefile3
-rw-r--r--www/mongrel-upload-progress/Makefile3
8 files changed, 8 insertions, 16 deletions
diff --git a/databases/ruby-activerecord-cassandra/Makefile b/databases/ruby-activerecord-cassandra/Makefile
index b654d5c995d..6fa813e4763 100644
--- a/databases/ruby-activerecord-cassandra/Makefile
+++ b/databases/ruby-activerecord-cassandra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 04:11:12 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/23 09:22:13 taca Exp $
DISTNAME= activerecord-cassandra-adapter-0.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-adapter//}
@@ -7,7 +7,6 @@ CATEGORIES= databases
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://github.com/winebarrel/activerecord-cassandra-adapter
COMMENT= ActiveRecord Cassandra adapter
-LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.0.2:../../databases/ruby-activerecord
DEPENDS+= ${RUBY_PKGPREFIX}-cassandra>=0:../../databases/ruby-cassandra
diff --git a/devel/ruby-metaid/Makefile b/devel/ruby-metaid/Makefile
index 14eefae1c8a..ddfba9f8e3d 100644
--- a/devel/ruby-metaid/Makefile
+++ b/devel/ruby-metaid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 05:57:24 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/23 09:22:13 taca Exp $
DISTNAME= metaid-1.0
CATEGORIES= devel
@@ -6,7 +6,6 @@ CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # http://code.whytheluckystiff.net/metaid/
COMMENT= Ruby metaprogramming helpers
-LICENSE= # unknown
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-simple_uuid/Makefile b/devel/ruby-simple_uuid/Makefile
index d1da5067c15..dc95f75b053 100644
--- a/devel/ruby-simple_uuid/Makefile
+++ b/devel/ruby-simple_uuid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 06:28:03 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/23 09:22:13 taca Exp $
DISTNAME= simple_uuid-0.1.1
CATEGORIES= devel
@@ -6,7 +6,6 @@ CATEGORIES= devel
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/simple_uuid/
COMMENT= Simple, scalable UUID generation for Ruby
-LICENSE= # unknown, LICENSE file is empty.
GEM_CLEANBUILD= Makefile *.o mkmf.log
diff --git a/misc/ruby-configuration/Makefile b/misc/ruby-configuration/Makefile
index 5373090c6a3..fad4fc86be6 100644
--- a/misc/ruby-configuration/Makefile
+++ b/misc/ruby-configuration/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 07:22:08 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/23 09:22:14 taca Exp $
DISTNAME= configuration-1.1.0
CATEGORIES= misc
@@ -6,7 +6,6 @@ CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/ahoward/configuration
COMMENT= Library for loading Ruby configuration files
-LICENSE= # unknown
pre-configure:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
diff --git a/textproc/ruby-markaby/Makefile b/textproc/ruby-markaby/Makefile
index b4e265f6c12..9e7c9768f38 100644
--- a/textproc/ruby-markaby/Makefile
+++ b/textproc/ruby-markaby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 08:21:04 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/23 09:22:14 taca Exp $
DISTNAME= markaby-0.7.1
CATEGORIES= textproc
@@ -6,7 +6,6 @@ CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://markaby.github.com/markaby/
COMMENT= HTML Markup as Ruby
-LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder
diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile
index 15e9d530958..28bd3b5f65d 100644
--- a/textproc/xhtmldiff/Makefile
+++ b/textproc/xhtmldiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/09/13 14:39:30 taca Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/23 09:22:14 taca Exp $
DISTNAME= xhtmldiff-1.2.2
PKGREVISION= 2
@@ -9,7 +9,6 @@ EXTRACT_SUFX= .tar.gz
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= # http://theinternetco.net/projects/ruby/xhtmldiff.html
COMMENT= Tool for generating valid XHTML redline documents
-LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
diff --git a/www/mongrel-console/Makefile b/www/mongrel-console/Makefile
index 82a8e3951ce..76b589e2a01 100644
--- a/www/mongrel-console/Makefile
+++ b/www/mongrel-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/09/13 14:39:31 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/23 09:22:14 taca Exp $
DISTNAME= mongrel_console-0.2.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -8,7 +8,6 @@ CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/fauna/mongrel
COMMENT= Mongrel & Rails IRB console
-LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
diff --git a/www/mongrel-upload-progress/Makefile b/www/mongrel-upload-progress/Makefile
index 02ab6d03a85..cd039d91381 100644
--- a/www/mongrel-upload-progress/Makefile
+++ b/www/mongrel-upload-progress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/09/13 14:39:31 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/23 09:22:14 taca Exp $
DISTNAME= mongrel_upload_progress-0.2.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -8,7 +8,6 @@ CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/fauna/mongrel
COMMENT= Mongrel plugin to track file upload status
-LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=0.3.13.3:../../www/mongrel