pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Comment dependency on non-existing package out.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a748fcdc97cf
branches:  trunk
changeset: 632128:a748fcdc97cf
user:      asau <asau%pkgsrc.org@localhost>
date:      Mon Mar 17 02:02:40 2014 +0000

description:
Comment dependency on non-existing package out.

diffstat:

 devel/ruby-simplecov/Makefile      |  4 ++--
 devel/ruby-term-ansicolor/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 07584faa9dd2 -r a748fcdc97cf devel/ruby-simplecov/Makefile
--- a/devel/ruby-simplecov/Makefile     Mon Mar 17 00:04:43 2014 +0000
+++ b/devel/ruby-simplecov/Makefile     Mon Mar 17 02:02:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/03/14 16:54:29 taca Exp $
+# $NetBSD: Makefile,v 1.7 2014/03/17 02:04:12 asau Exp $
 
 DISTNAME=      simplecov-0.8.2
 CATEGORIES=    devel
@@ -10,7 +10,7 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json
 DEPENDS+=      ${RUBY_PKGPREFIX}-simplecov-html>=0.8.0<0.9:../../devel/ruby-simplecov-html
-DEPENDS+=      ${RUBY_PKGPREFIX}-docile>=1.1.0<1.2:../../devel/ruby-docile
+#DEPENDS+=     ${RUBY_PKGPREFIX}-docile>=1.1.0<1.2:../../devel/ruby-docile
 
 RUBY_VERSION_SUPPORTED=        21 200 193
 
diff -r 07584faa9dd2 -r a748fcdc97cf devel/ruby-term-ansicolor/Makefile
--- a/devel/ruby-term-ansicolor/Makefile        Mon Mar 17 00:04:43 2014 +0000
+++ b/devel/ruby-term-ansicolor/Makefile        Mon Mar 17 02:02:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/03/14 17:01:08 taca Exp $
+# $NetBSD: Makefile,v 1.3 2014/03/17 02:02:40 asau Exp $
 
 DISTNAME=      term-ansicolor-1.3.0
 CATEGORIES=    devel
@@ -8,7 +8,7 @@
 COMMENT=       Ruby library colors strings using ANSI escape sequences
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-tins>=1.0<2:../../devel/ruby-tins
+#DEPENDS+=     ${RUBY_PKGPREFIX}-tins>=1.0<2:../../devel/ruby-tins
 
 pre-configure:
        ${CHMOD} +x ${WRKSRC}/bin/*



Home | Main Index | Thread Index | Old Index