diff options
author | nils <nils@pkgsrc.org> | 2016-07-29 07:52:36 +0000 |
---|---|---|
committer | nils <nils@pkgsrc.org> | 2016-07-29 07:52:36 +0000 |
commit | 304b9929b30dba5f494f5c8182e7808bcb7e6290 (patch) | |
tree | 578e1ecdab79e702aba7c1a1616598020ee43596 | |
parent | 384c60cc5c80561cc31200d2bb9d0f7d0eed34a1 (diff) | |
download | pkgsrc-304b9929b30dba5f494f5c8182e7808bcb7e6290.tar.gz |
Updated sysutils/cuisine to 0.7.13.
There is no changelog from upstream, however the commit history indicates :
- In Linux too, the group can have no members ;
- package_ensure_apt() upgrades all package, not only those selected ;
- make package_ensure_pkgng() actually detects new install ;
- fixed a bug where process_find can't find processes due to
leading spaces.
-rw-r--r-- | sysutils/cuisine/Makefile | 5 | ||||
-rw-r--r-- | sysutils/cuisine/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/cuisine/Makefile b/sysutils/cuisine/Makefile index 7a9ca1393bd..bd7a3d43268 100644 --- a/sysutils/cuisine/Makefile +++ b/sysutils/cuisine/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/29 07:52:36 nils Exp $ -VERSION= 0.7.11 +VERSION= 0.7.13 DISTNAME= cuisine-${VERSION} -#PKGNAME= cuisine-0.7.11 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_PYPI:=c/cuisine/} diff --git a/sysutils/cuisine/distinfo b/sysutils/cuisine/distinfo index 613d838f742..e1b13ee72a4 100644 --- a/sysutils/cuisine/distinfo +++ b/sysutils/cuisine/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/27 14:21:26 nils Exp $ +$NetBSD: distinfo,v 1.6 2016/07/29 07:52:36 nils Exp $ -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 +SHA1 (cuisine-0.7.13.tar.gz) = 7eb4db83c44e2df64a509842177236ec80fa02a2 +RMD160 (cuisine-0.7.13.tar.gz) = 37c5670ad034b2874c92e975b44c9f749f2aa0a0 +SHA512 (cuisine-0.7.13.tar.gz) = 8474ca1d564ed475a8d9c3bf65ccb60a73e1d68e103eb91325e6acf932975020acc4f891b2cd599c86837b0d1170397b6882a3a72a225b1b3678a97d7e7e54c2 +Size (cuisine-0.7.13.tar.gz) = 21268 bytes |