pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/termtter



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan 14 16:22:18 UTC 2022

Modified Files:
        pkgsrc/www/termtter: Makefile

Log Message:
www/termtter: drop dependency to ruby-fiddle

Now devel/ruby-fiddle is part of ruby*-base package.

Bump PKGREVISION.

XXX: Is this package still supported?


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/termtter/Makefile

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

Modified files:

Index: pkgsrc/www/termtter/Makefile
diff -u pkgsrc/www/termtter/Makefile:1.17 pkgsrc/www/termtter/Makefile:1.18
--- pkgsrc/www/termtter/Makefile:1.17   Sat Jan 18 23:35:46 2020
+++ pkgsrc/www/termtter/Makefile        Fri Jan 14 16:22:17 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 23:35:46 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2022/01/14 16:22:17 taca Exp $
 
 DISTNAME=      termtter-2.2.8
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,6 @@ HOMEPAGE=       https://termtter.github.com/
 COMMENT=       Terminal based Twitter client
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-fiddle-[0-9]*:../../devel/ruby-fiddle
 DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline
 DEPENDS+=      ${RUBY_PKGPREFIX}-readline-[0-9]*:../../devel/ruby-readline
 DEPENDS+=      ${RUBY_PKGPREFIX}-termcolor>=1.0.0:../../devel/ruby-termcolor



Home | Main Index | Thread Index | Old Index