Skip to content

Commit

Permalink
p5-Net-Gnats: update to 0.22.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed Sep 17, 2017
1 parent f64c4e3 commit ed89684
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
15 changes: 7 additions & 8 deletions net/p5-Net-Gnats/Makefile
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# $NetBSD: Makefile,v 1.22 2017/06/05 14:24:20 ryoon Exp $
#
# $NetBSD: Makefile,v 1.23 2017/09/17 20:43:35 wiz Exp $

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

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

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

PERL5_PACKLIST= auto/Net/Gnats/.packlist

Expand Down
10 changes: 5 additions & 5 deletions net/p5-Net-Gnats/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2016/08/16 12:56:22 mef Exp $
$NetBSD: distinfo,v 1.7 2017/09/17 20:43:35 wiz Exp $

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

0 comments on commit ed89684

Please sign in to comment.