aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-capistrano/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-01 12:06:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-01 12:06:33 +0000
commit38470e9238d6bf303c80f1ed41f7cfe84dc1f113 (patch)
treee3b06ebfb00c8d7b5932f93ce841884be4b4272f /sysutils/rubygem-capistrano/Makefile
parent739562368fc6a3b9adf0a57829482f39522e2f63 (diff)
downloadports-38470e9238d6bf303c80f1ed41f7cfe84dc1f113.tar.gz
ports-38470e9238d6bf303c80f1ed41f7cfe84dc1f113.zip
- Upbreak
- Update to 1.4.1 PR: 109668 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=186290
Diffstat (limited to 'sysutils/rubygem-capistrano/Makefile')
-rw-r--r--sysutils/rubygem-capistrano/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile
index f135adb8137e..d220766c3424 100644
--- a/sysutils/rubygem-capistrano/Makefile
+++ b/sysutils/rubygem-capistrano/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= capistrano
-PORTVERSION= 1.1.0
+PORTVERSION= 1.4.1
CATEGORIES= sysutils rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,11 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= r.s.a.vandomburg@student.utwente.nl
COMMENT= A utility for executing commands in parallel on multiple machines
-RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-sftp-1.1.0.gemspec:${PORTSDIR}/security/rubygem-net-sftp
-
-BROKEN= Incomplete pkg-plist
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2007-04-10
+BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
+ ${LOCALBASE}/${SPEC_DIR}/net-sftp-1.1.0.gemspec:${PORTSDIR}/security/rubygem-net-sftp
+RUN_DEPENDS= ${BUILD_DEPENDS}
post-install:
@${ECHO_MSG} "======================================================================"