diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 15:30:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 15:30:44 +0000 |
commit | 82a5c08f74eda235d0acd0927cda6f2b09946456 (patch) | |
tree | 9f2e8c63cc008d643e9689b6b7c695c24a5a4cba | |
parent | eb383bc88a9f5328aff30f9603b89cd787de36b0 (diff) | |
download | pkgsrc-82a5c08f74eda235d0acd0927cda6f2b09946456.tar.gz |
Remove support of ruby19 (Ruby 1.9.2).
-rw-r--r-- | mail/quickml/Makefile | 4 | ||||
-rw-r--r-- | misc/howm/Makefile | 4 | ||||
-rw-r--r-- | net/mikutter/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/migemo/Makefile.common | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/mail/quickml/Makefile b/mail/quickml/Makefile index 44133ddfb26..711af0a93f7 100644 --- a/mail/quickml/Makefile +++ b/mail/quickml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/08/11 13:51:20 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/16 15:30:44 taca Exp $ # DISTNAME= quickml-0.7 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= # none RCD_SCRIPTS+= quickml -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 QUICKML_USER= quickml QUICKML_GROUP= quickml diff --git a/misc/howm/Makefile b/misc/howm/Makefile index 239efcf7d88..e18f5bb16a0 100644 --- a/misc/howm/Makefile +++ b/misc/howm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/08/19 02:49:56 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/16 15:30:45 taca Exp $ DISTNAME= howm-1.3.9.1 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${RUBY_PKGPREFIX}-migemo-[0-9]*:../../textproc/migemo DEPENDS+= ${EMACS_PKGNAME_PREFIX}migemo-elisp-[0-9]*:../../textproc/migemo-elisp -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 887412bb4e2..30ddbc71abc 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2012/09/06 12:24:09 obache Exp $ +# $NetBSD: Makefile,v 1.52 2012/09/16 15:30:45 taca Exp $ # DISTNAME= mikutter.0.1.1.863 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 .include "../../lang/ruby/rubyversion.mk" diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 4230868189f..383fd2e6960 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/09/15 10:06:36 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/16 15:30:45 taca Exp $ # DISTNAME= groonga-2.0.3 @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 .include "../../lang/ruby/rubyversion.mk" DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE} diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index 44d8b903689..e2589fb8fad 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2012/08/12 11:52:26 obache Exp $ +# $NetBSD: Makefile.common,v 1.4 2012/09/16 15:30:45 taca Exp $ # # used by textproc/migemo/Makefile # used by textproc/migemo-elisp/Makefile @@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/ MAINTAINER= yamajun@ofug.net HOMEPAGE= http://0xcc.net/migemo/ -RUBY_VERSION_SUPPORTED= 192 193 +RUBY_VERSION_SUPPORTED= 193 |