Skip to content

Commit ed89684

Browse files
committed
p5-Net-Gnats: update to 0.22.
Changes in 0.22 --------------- - RT 108273 remove PREREQ_FATAL Changes in 0.21 --------------- - Fix bug relating to scopes and change required field. It's a temporary Fix until something more permanent can be put into place; effectively, it just forces the change-required field to match properly. Changes in 0.20 --------------- - Add capability to get any number of fields starting with a specific string. - Misc fixes and documentation amendments from Miniconf NYC. Changes in 0.19 --------------- - Add 'scopes' capability to fields. Changes in 0.18 --------------- - Bugfix Github issue #1 regarding expression concatenation. - Bugfix Github issue #4 regarding perldoc parse problems in Net::Gnats. - Fixed stubbed subroutines which caused test failures for Perl 5.10.1. - Added additional tests and documentation for Net::Gnats::Command. - Added additional tests and documentation for Net::Gnats::Command::ADMV. - Removed dead code from Net::Gnats::Session. - Bugfix Github issue #6 regarding wrong type returned for query() method. - Added additional tests and documentation for Net::Gnats get_field_type. Changes in 0.17 --------------- - Added ability to submit a PR from a PR object. Changes in 0.16 --------------- - Set consistent versioning across all modules. - Added 'strictures' to PREREQ_PM. Changes in 0.15 --------------- - Completely reworked sessions and issuing commands. - Comprehensive tests, removing all stubs. - Known issue: attachments not managed - Known issue: after submit of PR, new PR number not captured into the PR object.
1 parent f64c4e3 commit ed89684

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

net/p5-Net-Gnats/Makefile

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
# $NetBSD: Makefile,v 1.22 2017/06/05 14:24:20 ryoon Exp $
2-
#
1+
# $NetBSD: Makefile,v 1.23 2017/09/17 20:43:35 wiz Exp $
32

4-
DISTNAME= Net-Gnats-0.08
3+
DISTNAME= Net-Gnats-0.22
54
PKGNAME= p5-${DISTNAME}
6-
PKGREVISION= 1
75
CATEGORIES= net perl5
8-
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnatsperl/}
6+
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RI/RICHE/
97

108
MAINTAINER= pkgsrc-users@NetBSD.org
11-
HOMEPAGE= http://gnatsperl.sourceforge.net/
12-
#HOMEPAGE= http://search.cpan.org/dist/Net-Gnats/
9+
HOMEPAGE= http://search.cpan.org/dist/Net-Gnats/
1310
COMMENT= Perl interface to the gnatsd daemon
1411
LICENSE= ${PERL5_LICENSE}
1512

1613
DEPENDS+= p5-ExtUtils-MakeMaker-Coverage-[0-9]*:../../devel/p5-ExtUtils-MakeMaker-Coverage
1714
DEPENDS+= p5-Object-Accessor-[0-9]*:../../devel/p5-Object-Accessor
18-
# for make test
15+
# TEST_DEPENDS
1916
BUILD_DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
17+
BUILD_DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures
18+
BUILD_DEPENDS+= p5-Test-MockObject-[0-9]*:../../devel/p5-Test-MockObject
2019

2120
PERL5_PACKLIST= auto/Net/Gnats/.packlist
2221

net/p5-Net-Gnats/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.6 2016/08/16 12:56:22 mef Exp $
1+
$NetBSD: distinfo,v 1.7 2017/09/17 20:43:35 wiz Exp $
22

3-
SHA1 (Net-Gnats-0.08.tar.gz) = 24e6efa64166e9b1b58a0a9a57b9042ffb46fb7d
4-
RMD160 (Net-Gnats-0.08.tar.gz) = 4b874f11a4c0d99b2253e435f7a282c7d4414eb6
5-
SHA512 (Net-Gnats-0.08.tar.gz) = 685c1d98ac63c9c3b3edb6d96c070ef3e9e2a1a04da71e475bce53f1cf69b179381403b29adb46bd300ee332fbcef7501ba349069b2f940c39e551f7cb1750ff
6-
Size (Net-Gnats-0.08.tar.gz) = 20264 bytes
3+
SHA1 (Net-Gnats-0.22.tar.gz) = 1485342665828efbe8f709c57913ecea162f58b1
4+
RMD160 (Net-Gnats-0.22.tar.gz) = 2596a970ff54e353efcbdaa4acab7b08e1cf954e
5+
SHA512 (Net-Gnats-0.22.tar.gz) = 7c1a23d7b85b8857b5a599fca85dff647a16ed85d1c6da63d449a713d4047a2adde376308eb9993cf46dfb47e60baff5352c469caf532cb19dd05602717f38a2
6+
Size (Net-Gnats-0.22.tar.gz) = 55791 bytes

0 commit comments

Comments
 (0)