pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-twitter-text-simpleidn ruby-twitter-text-simp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9383dcd7c20a
branches:  trunk
changeset: 338459:9383dcd7c20a
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Aug 25 16:10:08 2019 +0000

description:
ruby-twitter-text-simpleidn: fix pasto in DEPEND line.

diffstat:

 net/ruby-twitter-text-simpleidn/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dd0da7acfec0 -r 9383dcd7c20a net/ruby-twitter-text-simpleidn/Makefile
--- a/net/ruby-twitter-text-simpleidn/Makefile  Sun Aug 25 15:17:35 2019 +0000
+++ b/net/ruby-twitter-text-simpleidn/Makefile  Sun Aug 25 16:10:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/25 15:05:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/25 16:10:08 tsutsui Exp $
 
 DISTNAME=      twitter-text-simpleidn-3.0.0.0
 CATEGORIES=    net
@@ -9,7 +9,7 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-unf-[0-9]*:../../converters/ruby-unf
-DEPENDS+=      ${RUBY_PKGPREFIX}-idn-[0-9]*:../../devel/ruby-simpleidn
+DEPENDS+=      ${RUBY_PKGPREFIX}-simpleidn-[0-9]*:../../devel/ruby-simpleidn
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index