svn commit: r335033 - head/lang/ruby19

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 27 16:42:23 UTC 2013


Author: sunpoet
Date: Wed Nov 27 16:42:22 2013
New Revision: 335033
URL: http://svnweb.freebsd.org/changeset/ports/335033

Log:
  - Remove leading indefinite article from COMMENT
  - Convert to new LIB_DEPENDS format
  - Sort LIB_DEPENDS
  - Cleanup Makefile

Modified:
  head/lang/ruby19/Makefile

Modified: head/lang/ruby19/Makefile
==============================================================================
--- head/lang/ruby19/Makefile	Wed Nov 27 16:39:43 2013	(r335032)
+++ head/lang/ruby19/Makefile	Wed Nov 27 16:42:22 2013	(r335033)
@@ -12,11 +12,11 @@ DISTNAME=	${RUBY_DISTNAME}
 DIST_SUBDIR=	ruby
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT?=	An object-oriented interpreted scripting language
+COMMENT?=	Object-oriented interpreted scripting language
 
-LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi \
-		yaml-0.2:${PORTSDIR}/textproc/libyaml \
-		execinfo.1:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+		libffi.so:${PORTSDIR}/devel/libffi \
+		libyaml.so:${PORTSDIR}/textproc/libyaml
 
 GNU_CONFIGURE=	yes
 WRKSRC=		${RUBY_WRKSRC}
@@ -37,8 +37,6 @@ USE_BZIP2=		yes
 USE_RUBY=		yes
 RUBY_NO_BUILD_DEPENDS=	yes
 RUBY_NO_RUN_DEPENDS=	yes
-_RUBY_SYSLIBDIR=	${PREFIX}/lib
-_RUBY_EXTDIR=		${PREFIX}/lib/ruby19
 
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-all mailing list