diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 12:06:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 12:06:33 +0000 |
commit | 38470e9238d6bf303c80f1ed41f7cfe84dc1f113 (patch) | |
tree | e3b06ebfb00c8d7b5932f93ce841884be4b4272f /sysutils/rubygem-capistrano/Makefile | |
parent | 739562368fc6a3b9adf0a57829482f39522e2f63 (diff) | |
download | ports-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/Makefile | 10 |
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} "======================================================================" |