svn commit: r387626 - head/graphics/rubygem-dragonfly
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 16:21:45 UTC 2015
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 at 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>
More information about the svn-ports-all
mailing list