diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:55:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:55:17 +0800 |
commit | 6f1a21eb8edc9f968ddd221537b1fa4be51cad8a (patch) | |
tree | 9372476a4a3df752b4044112057be1241e006ad4 /www/rubygem-railties4 | |
parent | de77cf7795ec0a1ac3ea705b6349c513088f48bf (diff) | |
download | freebsd-ports-gnome-6f1a21eb8edc9f968ddd221537b1fa4be51cad8a.tar.gz freebsd-ports-gnome-6f1a21eb8edc9f968ddd221537b1fa4be51cad8a.tar.zst freebsd-ports-gnome-6f1a21eb8edc9f968ddd221537b1fa4be51cad8a.zip |
- Update RUN_DEPENDS
- Add NO_ARCH
- Remove USE_RAKE
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www/rubygem-railties4')
-rw-r--r-- | www/rubygem-railties4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rubygem-railties4/Makefile b/www/rubygem-railties4/Makefile index 147895e9b0fb..b33b0bb23d04 100644 --- a/www/rubygem-railties4/Makefile +++ b/www/rubygem-railties4/Makefile @@ -3,6 +3,7 @@ PORTNAME= railties PORTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -14,12 +15,13 @@ LICENSE= MIT RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ + rubygem-rake>=0.8.7:${PORTSDIR}/devel/rubygem-rake \ rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor CONFLICTS_INSTALL= rubygem-railties-[0-9]* +NO_ARCH= yes USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |