Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 16:24:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396001 - head/devel/rubygem-debugger
Message-ID:  <201509031624.t83GOSmP035371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep  3 16:24:27 2015
New Revision: 396001
URL: https://svnweb.freebsd.org/changeset/ports/396001

Log:
  - Use BROKEN_RUBY21 and BROKEN_RUBY22
  - Pass maintainership to ruby@

Modified:
  head/devel/rubygem-debugger/Makefile

Modified: head/devel/rubygem-debugger/Makefile
==============================================================================
--- head/devel/rubygem-debugger/Makefile	Thu Sep  3 16:24:22 2015	(r396000)
+++ head/devel/rubygem-debugger/Makefile	Thu Sep  3 16:24:27 2015	(r396001)
@@ -6,7 +6,7 @@ PORTVERSION=	1.6.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Fast implementation of the standard Ruby debugger
 
 LICENSE=	BSD2CLAUSE
@@ -15,12 +15,15 @@ FETCH_DEPENDS=	${NONEXISTENT}:${PORTSDIR
 RUN_DEPENDS=	rubygem-columnize>=0.3.1:${PORTSDIR}/devel/rubygem-columnize \
 		rubygem-debugger-linecache>=1.2.0:${PORTSDIR}/devel/rubygem-debugger-linecache
 
+BROKEN_RUBY21=	yes
+BROKEN_RUBY22=	yes
+
+CONFIGURE_ARGS=	--with-ruby-include=${WRKDIR}/ruby
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
-PLIST_FILES=	bin/rdebug man/man1/rdebug.1.gz
 
-CONFIGURE_ARGS=	--with-ruby-include=${WRKDIR}/ruby
+PLIST_FILES=	bin/rdebug man/man1/rdebug.1.gz
 
 post-extract:
 	@${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; make -V WRKSRC` ${WRKDIR}/ruby
@@ -28,10 +31,4 @@ post-extract:
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${STAGEDIR}${PREFIX}/man/man1
 
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.1
-BROKEN=		Does not build with Ruby 2.1
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031624.t83GOSmP035371>