diff options
author | nils <nils@pkgsrc.org> | 2015-11-27 14:21:26 +0000 |
---|---|---|
committer | nils <nils@pkgsrc.org> | 2015-11-27 14:21:26 +0000 |
commit | 254ca825b83d7828e2e674776b30f7b15fb020f1 (patch) | |
tree | eca3ba2b61b1b1ea8813ffaeb250a86256981849 /sysutils | |
parent | 7b5f9d363af85a6c90462cb5def7733f06d7cd14 (diff) | |
download | pkgsrc-254ca825b83d7828e2e674776b30f7b15fb020f1.tar.gz |
Updated sysutils/cuisine to 0.7.11.
There is no changelog from upstream, however the commit history indicates :
- initial freebsd support ;
- Rewrote bogus `ssh_unauthorize` ;
- Always calling apt-get command twice was fixed ;
- Adding yum package remove implementation ;
- adding zypper remove ;
- adding text_replace_regex functionality ;
- better detection of "OK" end messages.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cuisine/Makefile | 8 | ||||
-rw-r--r-- | sysutils/cuisine/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index f9463f93772..3b0e192a255 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2014/06/12 00:58:38 gls Exp $ +# $NetBSD: Makefile,v 1.6 2015/11/27 14:21:26 nils Exp $ -VERSION= 0.7.1 +VERSION= 0.7.11 DISTNAME= cuisine-${VERSION} -#PKGNAME= cuisine-0.7.1 +#PKGNAME= cuisine-0.7.11 CATEGORIES= sysutils MASTER_SITES= https://pypi.python.org/packages/source/c/cuisine/ @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/sebastien/cuisine COMMENT= Small set of functions that sit on top of Fabric LICENSE= modified-bsd -DEPENDS+= fabric>=1.6.0:../../sysutils/fabric +DEPENDS+= fabric>=1.7.0:../../sysutils/fabric PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.4 diff --git a/sysutils/cuisine/distinfo b/sysutils/cuisine/distinfo index 980212c5e99..613d838f742 100644 --- a/sysutils/cuisine/distinfo +++ b/sysutils/cuisine/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:32:09 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/11/27 14:21:26 nils Exp $ -SHA1 (cuisine-0.7.1.tar.gz) = e4969aaee9997bfaba79c63f2ab54ee699290d3d -RMD160 (cuisine-0.7.1.tar.gz) = 7ffae94e7df0d9c4fd6c629fb2aedaa9488dad26 -SHA512 (cuisine-0.7.1.tar.gz) = 8b0308b2fb597ceb941aa861996ccc01562cf1d3eb40cf80a91acee668479ba56a2d34517240767a4d62e19507161c9ceea1ba615933ce71e9b9d79e644f9040 -Size (cuisine-0.7.1.tar.gz) = 17984 bytes +SHA1 (cuisine-0.7.11.tar.gz) = ac76e0029880c3119a50c17014001ec281906235 +RMD160 (cuisine-0.7.11.tar.gz) = 19ab2a4f2c6f50773c8a2c857262fd0e4d93142d +SHA512 (cuisine-0.7.11.tar.gz) = b1ba60cdadd48874c7d2d7b5b763122c4640f16d79514d244b90a78f841e07dbe3ad71f9f46f36c76e983530f8ef9b10423f3b6c7bbf34478568baf54aa4a46c +Size (cuisine-0.7.11.tar.gz) = 21283 bytes |