diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-10 21:41:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-10 21:41:39 +0800 |
commit | 483c13649308b0999e8f5c1538eb4cc1ed5af8fa (patch) | |
tree | 2d6589babd1c65d8bff93dc6e2c571fb22231b10 | |
parent | f54d176ab80fa0552a51262ccdf0980fa7ff43db (diff) | |
download | freebsd-ports-gnome-483c13649308b0999e8f5c1538eb4cc1ed5af8fa.tar.gz freebsd-ports-gnome-483c13649308b0999e8f5c1538eb4cc1ed5af8fa.tar.zst freebsd-ports-gnome-483c13649308b0999e8f5c1538eb4cc1ed5af8fa.zip |
- Add LICENSE_FILE
- Update RUN_DEPENDS: use Rails 4
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/rubygem-climate_control/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/rubygem-climate_control/Makefile b/devel/rubygem-climate_control/Makefile index 2b6b1488ec3c..5ac1681b8101 100644 --- a/devel/rubygem-climate_control/Makefile +++ b/devel/rubygem-climate_control/Makefile @@ -3,6 +3,7 @@ PORTNAME= climate_control PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,11 +11,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Modify your ENV LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport>=3.0:devel/rubygem-activesupport +RUN_DEPENDS= rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |