diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-09 08:29:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-09 08:29:47 +0000 |
commit | 3c8d26c385741a8edd1c6131f24a73752f91d88e (patch) | |
tree | 1fbf12c0cdb5024c8478a7f237b2e3ab6a369488 /sysutils/rubygem-capistrano/Makefile | |
parent | b220d0857699463ad654e6ebe8ade2240ee480f1 (diff) |
- Update to 2.5.9
- Fix some whitespace
Notes
Notes:
svn path=/head/; revision=245446
Diffstat (limited to 'sysutils/rubygem-capistrano/Makefile')
-rw-r--r-- | sysutils/rubygem-capistrano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile index 1faa57ba742a..00add5a86f00 100644 --- a/sysutils/rubygem-capistrano/Makefile +++ b/sysutils/rubygem-capistrano/Makefile @@ -6,7 +6,7 @@ # PORTNAME= capistrano -PORTVERSION= 2.5.8 +PORTVERSION= 2.5.9 CATEGORIES= sysutils rubygems MASTER_SITES= RF @@ -21,7 +21,7 @@ RUN_DEPENDS= rubygem-net-ssh-gateway>=1.0.0:${PORTSDIR}/security/rubygem-net-ssh USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/cap bin/capify post-install: |