Fri Nov 27 14:21:26 2015 UTC ()
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.


(nils)
diff -r1.5 -r1.6 pkgsrc/sysutils/cuisine/Makefile
diff -r1.4 -r1.5 pkgsrc/sysutils/cuisine/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/cuisine/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/cuisine/Attic/Makefile 2014/06/12 00:58:38 1.5
+++ pkgsrc/sysutils/cuisine/Attic/Makefile 2015/11/27 14:21:26 1.6
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.5 2014/06/12 00:58:38 gls Exp $ 1# $NetBSD: Makefile,v 1.6 2015/11/27 14:21:26 nils Exp $
2 2
3VERSION= 0.7.1 3VERSION= 0.7.11
4DISTNAME= cuisine-${VERSION} 4DISTNAME= cuisine-${VERSION}
5#PKGNAME= cuisine-0.7.1 5#PKGNAME= cuisine-0.7.11
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7MASTER_SITES= https://pypi.python.org/packages/source/c/cuisine/ 7MASTER_SITES= https://pypi.python.org/packages/source/c/cuisine/
8 8
9MAINTAINER= imil@NetBSD.org 9MAINTAINER= imil@NetBSD.org
10HOMEPAGE= https://github.com/sebastien/cuisine 10HOMEPAGE= https://github.com/sebastien/cuisine
11COMMENT= Small set of functions that sit on top of Fabric 11COMMENT= Small set of functions that sit on top of Fabric
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14DEPENDS+= fabric>=1.6.0:../../sysutils/fabric 14DEPENDS+= fabric>=1.7.0:../../sysutils/fabric
15 15
16PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.4 16PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.4
17 17
18WRKSRC= ${WRKDIR}/cuisine-${VERSION} 18WRKSRC= ${WRKDIR}/cuisine-${VERSION}
19 19
20DOCDIR= ${PREFIX}/share/doc/cuisine 20DOCDIR= ${PREFIX}/share/doc/cuisine
21 21
22INSTALLATION_DIRS+= ${DOCDIR} 22INSTALLATION_DIRS+= ${DOCDIR}
23 23
24post-install: 24post-install:
25 ${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR} 25 ${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR}
26 26
27.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/cuisine/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/cuisine/Attic/distinfo 2015/11/04 01:32:09 1.4
+++ pkgsrc/sysutils/cuisine/Attic/distinfo 2015/11/27 14:21:26 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/04 01:32:09 agc Exp $ 1$NetBSD: distinfo,v 1.5 2015/11/27 14:21:26 nils Exp $
2 2
3SHA1 (cuisine-0.7.1.tar.gz) = e4969aaee9997bfaba79c63f2ab54ee699290d3d 3SHA1 (cuisine-0.7.11.tar.gz) = ac76e0029880c3119a50c17014001ec281906235
4RMD160 (cuisine-0.7.1.tar.gz) = 7ffae94e7df0d9c4fd6c629fb2aedaa9488dad26 4RMD160 (cuisine-0.7.11.tar.gz) = 19ab2a4f2c6f50773c8a2c857262fd0e4d93142d
5SHA512 (cuisine-0.7.1.tar.gz) = 8b0308b2fb597ceb941aa861996ccc01562cf1d3eb40cf80a91acee668479ba56a2d34517240767a4d62e19507161c9ceea1ba615933ce71e9b9d79e644f9040 5SHA512 (cuisine-0.7.11.tar.gz) = b1ba60cdadd48874c7d2d7b5b763122c4640f16d79514d244b90a78f841e07dbe3ad71f9f46f36c76e983530f8ef9b10423f3b6c7bbf34478568baf54aa4a46c
6Size (cuisine-0.7.1.tar.gz) = 17984 bytes 6Size (cuisine-0.7.11.tar.gz) = 21283 bytes