pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-webkit-gtk2
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun Aug 29 17:00:25 UTC 2021
Modified Files:
pkgsrc/www/ruby-webkit-gtk2: Makefile
Log Message:
ruby-webkit-gtk2: put kludge to make this work newer ruby-gnome gems.
Untested. (I will remove this soon if no one will maintain this)
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-webkit-gtk2/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/ruby-webkit-gtk2/Makefile
diff -u pkgsrc/www/ruby-webkit-gtk2/Makefile:1.2 pkgsrc/www/ruby-webkit-gtk2/Makefile:1.3
--- pkgsrc/www/ruby-webkit-gtk2/Makefile:1.2 Sun Aug 22 17:02:44 2021
+++ pkgsrc/www/ruby-webkit-gtk2/Makefile Sun Aug 29 17:00:25 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/08/22 17:02:44 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/29 17:00:25 tsutsui Exp $
#
-VERSION= 3.4.3
-DISTNAME= webkit-gtk2-${VERSION}
+DISTNAME= webkit-gtk2-3.4.3
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= tsutsui%NetBSD.org@localhost
@@ -13,9 +13,11 @@ LICENSE= gnu-lgpl-v2.1
CONFLICTS+= ruby-gnome2-webkit-gtk2-[0-9]*
SUPERSEDES+= ruby-gnome2-webkit-gtk2-[0-9]*
-DEPENDS+= ${RUBY_PKGPREFIX}-gtk2>=${VERSION}:../../x11/ruby-gtk2
-DEPENDS+= ${RUBY_PKGPREFIX}-gobject-introspection>=${VERSION}:../../devel/ruby-gobject-introspection
+DEPENDS+= ${RUBY_PKGPREFIX}-gtk2>=3.4.3nb1:../../x11/ruby-gtk2
+DEPENDS+= ${RUBY_PKGPREFIX}-gobject-introspection>=3.4.3:../../devel/ruby-gobject-introspection
DEPENDS+= webkit24-gtk>=1.10.2nb8:../../www/webkit24-gtk
+OVERRIDE_GEMSPEC+= gobject-introspection>=3.4.3
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index