diff options
author | obache <obache@pkgsrc.org> | 2013-06-20 09:12:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-20 09:12:13 +0000 |
commit | c4ea6045206cb328c0b8bc909cb7bcdbd4331307 (patch) | |
tree | b1c3bc5fe32b1c973d2a7be7998bdda0722a193a /devel | |
parent | 1a727e8f2778b2b74bdc24f43eb0c9dabfd6d976 (diff) | |
download | pkgsrc-c4ea6045206cb328c0b8bc909cb7bcdbd4331307.tar.gz |
revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gnome2-atk/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gnome2-gio/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gnome2-glib/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gnome2-gobject-introspection/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gnome2-pango/Makefile | 4 |
5 files changed, 5 insertions, 15 deletions
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile index 39c60811a2c..6e0e9f49c00 100644 --- a/devel/ruby-gnome2-atk/Makefile +++ b/devel/ruby-gnome2-atk/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2013/06/19 13:40:29 obache Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/20 09:12:14 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-atk-${VERSION} COMMENT= Ruby binding of ATK-1.0.x or later CATEGORIES= devel -RUBY_VERSION_SUPPORTED= 193 - CONFLICTS+= ruby-gnome2-atk-[0-9]* CONFLICTS+= ruby[0-9][0-9]-gnome2-atk-[0-9]* diff --git a/devel/ruby-gnome2-gio/Makefile b/devel/ruby-gnome2-gio/Makefile index b3a00662cc3..7bb542cdd69 100644 --- a/devel/ruby-gnome2-gio/Makefile +++ b/devel/ruby-gnome2-gio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/06/19 13:40:29 obache Exp $ +# $NetBSD: Makefile,v 1.14 2013/06/20 09:12:14 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gio-${VERSION} @@ -7,8 +7,6 @@ CATEGORIES= devel CONFLICTS+= ruby[0-9][0-9]-gnome2-gio-[0-9]* -RUBY_VERSION_SUPPORTED= 193 - RUBY_EXTCONF_SUBDIRS= gio2 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile index 97ae8ae3467..64e7f17e713 100644 --- a/devel/ruby-gnome2-glib/Makefile +++ b/devel/ruby-gnome2-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/06/19 13:40:29 obache Exp $ +# $NetBSD: Makefile,v 1.24 2013/06/20 09:12:14 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION} @@ -8,8 +8,6 @@ CATEGORIES= devel CONFLICTS+= ruby-gnome2-glib-[0-9]* CONFLICTS+= ruby[0-9][0-9]-gnome2-glib-[0-9]* -RUBY_VERSION_SUPPORTED= 193 - RUBY_EXTCONF_SUBDIRS= glib2 DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config-[0-9]*:../../devel/ruby-pkg-config diff --git a/devel/ruby-gnome2-gobject-introspection/Makefile b/devel/ruby-gnome2-gobject-introspection/Makefile index 775f36fabbb..8558b8c2bf4 100644 --- a/devel/ruby-gnome2-gobject-introspection/Makefile +++ b/devel/ruby-gnome2-gobject-introspection/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/06/19 13:40:29 obache Exp $ +# $NetBSD: Makefile,v 1.3 2013/06/20 09:12:14 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection-${VERSION} @@ -8,8 +8,6 @@ CATEGORIES= devel CONFLICTS+= ruby-gnome2-gobject-introspection-[0-9]* CONFLICTS+= ruby[0-9][0-9]-gnome2-gobject-introspection-[0-9]* -RUBY_VERSION_SUPPORTED= 193 - RUBY_EXTCONF_SUBDIRS= gobject-introspection do-test: diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile index a712d4be514..04f91af765d 100644 --- a/devel/ruby-gnome2-pango/Makefile +++ b/devel/ruby-gnome2-pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2013/06/19 13:40:29 obache Exp $ +# $NetBSD: Makefile,v 1.40 2013/06/20 09:12:14 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION} @@ -8,8 +8,6 @@ CATEGORIES= devel fonts CONFLICTS+= ruby-gnome2-pango-[0-9]* CONFLICTS+= ruby[0-9][0-9]-gnome2-pango-[0-9]* -RUBY_VERSION_SUPPORTED= 193 - RUBY_EXTCONF_SUBDIRS= pango DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib |