pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/capistrano



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 18 01:03:01 UTC 2017

Modified Files:
        pkgsrc/sysutils/capistrano: Makefile distinfo

Log Message:
sysutils/capistrano: update to 3.9.1

## `3.9.1` (2017-09-08)

https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1

### Breaking changes:

* None

### Fixes:

* [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue where questions posed by `ask` were not printed on certain platforms - [@kminiatures](https://github.com/kminiatures)

## `3.9.0` (2017-07-28)

https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0

### Breaking changes:

* None

### New features:

* [#1911](https://github.com/capistrano/capistrano/pull/1911): Add Capistrano::DSL#invoke! for repetitive tasks

### Fixes:

* [#1899](https://github.com/capistrano/capistrano/pull/1899): Updated `deploy:cleanup` to continue rotating the releases and skip the invalid directory names instead of skipping the whole rotation 
of releases. The warning message has changed slightly due to the change of behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/capistrano/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/capistrano/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/capistrano/Makefile
diff -u pkgsrc/sysutils/capistrano/Makefile:1.25 pkgsrc/sysutils/capistrano/Makefile:1.26
--- pkgsrc/sysutils/capistrano/Makefile:1.25    Sun Jul 30 22:32:22 2017
+++ pkgsrc/sysutils/capistrano/Makefile Mon Sep 18 01:03:01 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/07/30 22:32:22 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/09/18 01:03:01 taca Exp $
 
-DISTNAME=      capistrano-3.8.2
+DISTNAME=      capistrano-3.9.1
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/sysutils/capistrano/distinfo
diff -u pkgsrc/sysutils/capistrano/distinfo:1.20 pkgsrc/sysutils/capistrano/distinfo:1.21
--- pkgsrc/sysutils/capistrano/distinfo:1.20    Wed Jun 21 14:13:46 2017
+++ pkgsrc/sysutils/capistrano/distinfo Mon Sep 18 01:03:01 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/06/21 14:13:46 taca Exp $
+$NetBSD: distinfo,v 1.21 2017/09/18 01:03:01 taca Exp $
 
-SHA1 (capistrano-3.8.2.gem) = b76ce9bceb76199cdb3f8d54c6d3a9a89fdff782
-RMD160 (capistrano-3.8.2.gem) = 1f1d4e13adf771c2acc6b610ffb227e4b4886904
-SHA512 (capistrano-3.8.2.gem) = fde63a54e8d475c7eafd235f11cc6d7f429e8b72bc68a5afce3183c4b9e3602a47618d038699be38b62758ec29160664f74c30dbf053d879b16d2e33f91cbd12
-Size (capistrano-3.8.2.gem) = 76288 bytes
+SHA1 (capistrano-3.9.1.gem) = 37a0b2b117ead1b0ec744ce2db21e69000362e85
+RMD160 (capistrano-3.9.1.gem) = b7e83e087518933270fd359b1b840459f18f8cb1
+SHA512 (capistrano-3.9.1.gem) = b9dcb21c43ee03cb250a5d740a3fb1ccced720efecf5168a394e8dc0ea56130fd77255f0ead260a7b221d222d34361e99ee68f29cbf498e599e6e5c73c099907
+Size (capistrano-3.9.1.gem) = 77312 bytes



Home | Main Index | Thread Index | Old Index