This is the last port that requires ruby 1.9.  It doesn't build on ruby
2.0, but it does work with ruby 1.8.  Since ruby 1.8 will be sticking
around for the foreseeable future, just switch to that.

Tested on amd64, will be committing in a few days unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/arirang/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    3 Oct 2014 07:25:06 -0000       1.30
+++ Makefile    22 Aug 2015 15:34:36 -0000
@@ -5,6 +5,7 @@ COMMENT =       powerful webserver security sc
 DISTNAME =     arirang-2.03
 PKGNAME =      ruby-${DISTNAME}
 CATEGORIES =   security
+REVISION =     0
 
 MASTER_SITES = http://monkey.org/~pilot/arirang/ \
                ${MASTER_SITE_PACKETSTORM:=UNIX/cgi-scanners/}
@@ -17,7 +18,7 @@ MAINTAINER =  Jung Lee <[email protected]
 PERMIT_PACKAGE_CDROM=  Yes
 
 MODRUBY_HANDLE_FLAVORS =       No
-MODRUBY_REV =          1.9
+MODRUBY_REV =          1.8
 CONFIGURE_STYLE =      ruby extconf
 
 MODULES =      lang/ruby

Reply via email to