pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48144: pease update devel/p5-Quota to 1.7.0
>Number: 48144
>Category: pkg
>Synopsis: pease update devel/p5-Quota to 1.7.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Aug 21 14:30:00 +0000 2013
>Originator: Edgar Fuß
>Release: pkgsrc-2013Q1
>Organization:
Mathematisches Institut der Uni Bonn
>Environment:
>Description:
The Perl Quota module has been updated to support NetBSD's libquota.
pkgsrc should import this.
>How-To-Repeat:
cat devel/p5-Quota/Makefile
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/p5-Quota/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 23 Oct 2012 19:51:18 -0000 1.3
+++ Makefile 21 Aug 2013 14:17:36 -0000
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2012/10/23 19:51:18 asau Exp $
-DISTNAME= Quota-1.6.7
+DISTNAME= Quota-1.7.0
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Quota/}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/p5-Quota/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo 14 Aug 2012 14:24:20 -0000 1.1
+++ distinfo 21 Aug 2013 14:17:36 -0000
@@ -1,8 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/08/14 14:24:20 dholland Exp $
-SHA1 (Quota-1.6.7.tar.gz) = b81f4df0f159d2fc807ff403bd4946acdb6a2b4f
-RMD160 (Quota-1.6.7.tar.gz) = 188fa10cd739797a404e2b57e534710bf565344d
-Size (Quota-1.6.7.tar.gz) = 48631 bytes
-SHA1 (patch-aa) = 8f413ca8ed6d3c0c7bf94285ea4fa16805f3d39d
-SHA1 (patch-ab) = c1645e1c9e8a8c59373b7041f0b9fe8e19e5cda3
-SHA1 (patch-ac) = 61ce522f305948584590289b55c30063a20496fc
+SHA1 (Quota-1.7.0.tar.gz) = 8cbc01752f4f3a047a77f00012ac73333185f467
+RMD160 (Quota-1.7.0.tar.gz) = fd096f258b271b7354076fdcc346c0f48cded444
+Size (Quota-1.7.0.tar.gz) = 50176 bytes
Also, remove all patches. These added a preliminary version of libquota
support
to the old Quta-1-6.7 distribution.
The following excerpt from CHANGES can serve as a base for the commit
message:
Changes in 1.7.0 (August 2013)
- Added support for the new NetBSD 6.0 quota system (libquota)
Thanks to David Holland and Edgar Fuss
- To support limits and usage >= 2^32 on 32-bit clients, Quota::setqlim
and Quota::query interfaces were changed to use double (NV) instead
of integer (IV). This should be transparent to users of the module.
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index