aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2013-09-13 14:57:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-01 09:53:57 +0000
commit019fff3e22480e211393c9d907a5da4571305d94 (patch)
tree5cdf97d9f062cbd83db00eab207629eb99a0710d
parent26acbcbde4344362b0b66690c3f4224c2b9d705d (diff)
downloadalpine_aports-019fff3e22480e211393c9d907a5da4571305d94.tar.bz2
alpine_aports-019fff3e22480e211393c9d907a5da4571305d94.tar.xz
alpine_aports-019fff3e22480e211393c9d907a5da4571305d94.zip
main/ruby-redmine-actionpack: switch to ruby-redmine-builder
(cherry picked from commit 627ee70039b1ca48220b5f552a82b27ca430c3fa)
-rw-r--r--main/ruby-redmine-actionpack/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-redmine-actionpack/APKBUILD b/main/ruby-redmine-actionpack/APKBUILD
index 586b956a4d..b92dcda3b9 100644
--- a/main/ruby-redmine-actionpack/APKBUILD
+++ b/main/ruby-redmine-actionpack/APKBUILD
@@ -3,12 +3,12 @@
3pkgname=ruby-redmine-actionpack 3pkgname=ruby-redmine-actionpack
4_gemname=actionpack 4_gemname=actionpack
5pkgver=3.2.14 5pkgver=3.2.14
6pkgrel=1 6pkgrel=2
7pkgdesc="Eases web-request routing, handling, and response as a half-way front, half-way page controller" 7pkgdesc="Eases web-request routing, handling, and response as a half-way front, half-way page controller"
8url="http://rubygems.org/gems/actionpack" 8url="http://rubygems.org/gems/actionpack"
9arch="noarch" 9arch="noarch"
10license="GPL" 10license="GPL"
11depends="ruby ruby-redmine-activemodel ruby-redmine-activesupport ruby-builder ruby-erubis 11depends="ruby ruby-redmine-activemodel ruby-redmine-activesupport ruby-redmine-builder ruby-erubis
12 ruby-journey ruby-rack ruby-rack-cache ruby-rack-test ruby-redmine-sprockets" 12 ruby-journey ruby-rack ruby-rack-cache ruby-rack-test ruby-redmine-sprockets"
13depends_dev= 13depends_dev=
14makedepends="$depends_dev ruby-gems" 14makedepends="$depends_dev ruby-gems"