svn commit: r396001 - head/devel/rubygem-debugger

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 3 16:24:28 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	ruby at 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>


More information about the svn-ports-all mailing list