After some internal discussion, it was decided that MODRUBY_REV
should only be specified if the port does not build/run with the
default ruby version.  These three ports don't have a maintainer,
and appear to build/run using the default ruby version (2.1).
Unless I hear objections, I'll be committing this in a few days.

Thanks,
Jeremy

Index: textproc/ruby-rss/Makefile
===================================================================
RCS file: /cvs/ports/textproc/ruby-rss/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- textproc/ruby-rss/Makefile  11 Mar 2013 11:42:47 -0000      1.7
+++ textproc/ruby-rss/Makefile  24 Sep 2014 16:56:10 -0000
@@ -3,8 +3,7 @@
 COMMENT=       improved ruby RSS and Atom parser
 
 DISTNAME=      rss-0.2.4
-PKGNAME=       ruby19-${DISTNAME}
-REVISION=      3
+PKGNAME=       ${MODRUBY_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    textproc devel
 
 # ruby
@@ -13,7 +12,6 @@ PERMIT_PACKAGE_CDROM= yes
 MASTER_SITES=  http://www.cozmixng.org/~kou/download/
 
 MODULES=       lang/ruby
-MODRUBY_REV =  1.9
 
 CONFIGURE_STYLE=ruby setup
 
Index: sysutils/god/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/god/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- sysutils/god/Makefile       22 Sep 2014 15:18:44 -0000      1.18
+++ sysutils/god/Makefile       24 Sep 2014 16:59:07 -0000
@@ -4,6 +4,7 @@ COMMENT=        system monitoring framework wri
 
 DISTNAME=      god-0.7.22
 FULLPKGNAME=   ${DISTNAME}
+REVISION=      0
 CATEGORIES=    sysutils
 
 # MIT
@@ -11,7 +12,6 @@ PERMIT_PACKAGE_CDROM= Yes
 
 MODULES=       lang/ruby
 
-MODRUBY_REV =          1.9
 MODRUBY_HANDLE_FLAVORS = No
 
 CONFIGURE_STYLE=ruby gem ext
Index: net/weechat/Makefile
===================================================================
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- net/weechat/Makefile        19 Nov 2013 13:11:03 -0000      1.14
+++ net/weechat/Makefile        24 Sep 2014 17:02:48 -0000
@@ -14,6 +14,7 @@ REVISION-main=        0
 PKGNAME-lua=   weechat-lua-${V}
 PKGNAME-python=        weechat-python-${V}
 PKGNAME-ruby=  weechat-ruby-${V}
+REVISION-ruby= 0
 PKGNAME-tcl=   weechat-tcl-${V}
 
 CATEGORIES=    net
@@ -47,7 +48,6 @@ MODULES=      devel/cmake \
 MODLUA_RUNDEP= No
 MODPY_RUNDEP=  No
 MODRUBY_RUNDEP=        No
-MODRUBY_REV=   1.9
 
 BUILD_DEPENDS =        textproc/asciidoc
 LIB_DEPENDS=   security/libgcrypt \

Reply via email to