Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 16:21:45 +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: r387626 - head/graphics/rubygem-dragonfly
Message-ID:  <201505271621.t4RGLjPK083133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 27 16:21:45 2015
New Revision: 387626
URL: https://svnweb.freebsd.org/changeset/ports/387626

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Use = instead of +=
  - Remove contiguous blank lines
  - Remove BROKEN as it builds successfully on my poudriere with ruby21

Modified:
  head/graphics/rubygem-dragonfly/Makefile

Modified: head/graphics/rubygem-dragonfly/Makefile
==============================================================================
--- head/graphics/rubygem-dragonfly/Makefile	Wed May 27 16:12:12 2015	(r387625)
+++ head/graphics/rubygem-dragonfly/Makefile	Wed May 27 16:21:45 2015	(r387626)
@@ -9,18 +9,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	On-the-fly Rack-based image handling framework
 
-RUN_DEPENDS+=	rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
-		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
+LICENSE=	MIT
 
+RUN_DEPENDS=	rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
+		rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-.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?201505271621.t4RGLjPK083133>