diff options
author | mef <mef@pkgsrc.org> | 2016-02-09 13:35:40 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-02-09 13:35:40 +0000 |
commit | f9241d854ce181b4e76942f090643f3cd992e413 (patch) | |
tree | 002ef70674ffa8b146aac5a2afeae956e35f69b0 /sysutils | |
parent | fa5c35a82ae91094a7243dc81be8edd6fe27b862 (diff) | |
download | pkgsrc-f9241d854ce181b4e76942f090643f3cd992e413.tar.gz |
Update 1.7.0 to 1.7.2
---------------------
Changes in 1.7.2 (May 2015)
- Adapted platform detection for Linux 4.*
Thanks to C. Affolter for reporting the issue (CPAN ticket 104652)
Changes in 1.7.1 (September 2013)
- "make test" now aborts if STDOUT is not a terminal, same as already
for STDIN. Suggested by Alexandr Ciornii via CPAN ticket 82564.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Quota/Makefile | 8 | ||||
-rw-r--r-- | sysutils/p5-Quota/distinfo | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile index 18f6c79c51f..1e1f064eba4 100644 --- a/sysutils/p5-Quota/Makefile +++ b/sysutils/p5-Quota/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2015/06/12 10:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/02/09 13:35:40 mef Exp $ -DISTNAME= Quota-1.7.0 +DISTNAME= Quota-1.7.2 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Quota/} +HOMEPAGE= http://search.cpan.org/~tomzo/Quota/Quota.pm COMMENT= Perl interface to filesystem quotas LICENSE= ${PERL5_LICENSE} +# tested on NetBSD 7.99.25 +LDFLAGS+= -L/usr/lib -lquota PERL5_PACKLIST= auto/Quota/.packlist diff --git a/sysutils/p5-Quota/distinfo b/sysutils/p5-Quota/distinfo index 172963a80bc..cd7929291d6 100644 --- a/sysutils/p5-Quota/distinfo +++ b/sysutils/p5-Quota/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 01:32:25 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/02/09 13:35:40 mef Exp $ -SHA1 (Quota-1.7.0.tar.gz) = 237dae8a360560a25511d269fc6361d4c436b732 -RMD160 (Quota-1.7.0.tar.gz) = 8ded8582fa0256c9ed7f524427d99925a4c4f818 -SHA512 (Quota-1.7.0.tar.gz) = 3b99dda17f6f578cf469962ff4c6b662ba9a1a955356ee90a7b749f0ea7df1234356ef77c5c3091389749ef4b4f82df90b20886bae365af27828760c16125ded -Size (Quota-1.7.0.tar.gz) = 50342 bytes +SHA1 (Quota-1.7.2.tar.gz) = c56f862eec199a200ac16c15389a61b3824f0ed6 +RMD160 (Quota-1.7.2.tar.gz) = fe0d727f1284dee5bac791b2ec31e743e9f96937 +SHA512 (Quota-1.7.2.tar.gz) = 55ea9fbf027676b0e6f7a6f97fd3e75749860ebefe0127791a0d8cd8a427676eb1f6bf1ddf1a3687666752430faef877eedd12ccce39b7b76466fc7bfc628433 +Size (Quota-1.7.2.tar.gz) = 50436 bytes |