pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-twitter-text-simpleidn



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Aug 25 16:10:08 UTC 2019

Modified Files:
        pkgsrc/net/ruby-twitter-text-simpleidn: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-twitter-text-simpleidn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-twitter-text-simpleidn/Makefile
diff -u pkgsrc/net/ruby-twitter-text-simpleidn/Makefile:1.1 pkgsrc/net/ruby-twitter-text-simpleidn/Makefile:1.2
--- pkgsrc/net/ruby-twitter-text-simpleidn/Makefile:1.1 Sun Aug 25 15:05:00 2019
+++ pkgsrc/net/ruby-twitter-text-simpleidn/Makefile     Sun Aug 25 16:10:08 2019
@@ -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 @@ COMMENT=        Forked version of Twitter-text 
 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