[Midnightbsd-cvs] mports [20718] trunk/lang/ruby22/Makefile: minor cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 8 12:16:43 EST 2015


Revision: 20718
          http://svnweb.midnightbsd.org/mports/?rev=20718
Author:   laffer1
Date:     2015-11-08 12:16:43 -0500 (Sun, 08 Nov 2015)
Log Message:
-----------
minor cleanup

Modified Paths:
--------------
    trunk/lang/ruby22/Makefile

Modified: trunk/lang/ruby22/Makefile
===================================================================
--- trunk/lang/ruby22/Makefile	2015-11-08 17:09:16 UTC (rev 20717)
+++ trunk/lang/ruby22/Makefile	2015-11-08 17:16:43 UTC (rev 20718)
@@ -1,4 +1,4 @@
-# $MidnightBSD$
+ $MidnightBSD$
 
 PORTNAME=	ruby
 PORTVERSION=	${RUBY_PORTVERSION}
@@ -5,18 +5,18 @@
 PORTREVISION=	${RUBY_PORTREVISION}
 PORTEPOCH=	${RUBY_PORTEPOCH}
 CATEGORIES=	lang ruby ipv6
-MASTER_SITES=		RUBY/${MASTER_SITE_SUBDIR_RUBY}
+MASTER_SITES=	RUBY/${MASTER_SITE_SUBDIR_RUBY}
 DISTNAME=	${RUBY_DISTNAME}
 DIST_SUBDIR=	ruby
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT?=	Object-oriented interpreted scripting language
 
-LICENSE=	bsd2
+LICENSE=	bsd2 ruby
+LICENSE_COMB=	dual
 
+# Using LIB_DEPENDS finds the libffi from gcc which causes problems
 LIB_DEPENDS=	libyaml.so:${PORTSDIR}/textproc/libyaml
-
-# Using LIB_DEPENDS finds the libffi from gcc which causes problems
 BUILD_DEPENDS=	libffi>=0:${PORTSDIR}/devel/libffi
 RUN_DEPENDS=	libffi>=0:${PORTSDIR}/devel/libffi
 
@@ -23,9 +23,9 @@
 GNU_CONFIGURE=	yes
 WRKSRC=		${RUBY_WRKSRC}
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
+		--disable-rpath \
+		--enable-pthread \
 		--enable-shared \
-		--enable-pthread \
-		--disable-rpath \
 		--with-ruby-version=minor \
 		--with-sitedir="${PREFIX}/lib/ruby/site_ruby" \
 		--with-vendordir="${PREFIX}/lib/ruby/vendor_ruby" \
@@ -211,7 +211,7 @@
 		${PREFIX}/bin/erb22 ${PREFIX}/bin/irb22 \
 		${PREFIX}/bin/rdoc22 ${PREFIX}/bin/ri22
 
-test:
+regression-test test:
 	@(cd ${WRKSRC}; ${MAKE} test)
 
 validate:



More information about the Midnightbsd-cvs mailing list