Bug 165707 - ports/dns/rbllookup-ng use accessor method for Net::DNS::Question
Summary: ports/dns/rbllookup-ng use accessor method for Net::DNS::Question
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 11:00 UTC by Henk van Oers
Modified: 2014-05-11 11:20 UTC (History)
0 users

See Also:


Attachments
file.diff (463 bytes, patch)
2012-03-05 11:00 UTC, Henk van Oers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henk van Oers 2012-03-05 11:00:21 UTC
The fieldname qname in a p5-Net-DNS-0.68 Net::DNS::Question object is changed.
Please use the accessor method ->qname

How-To-Repeat: rbllookup <ip-nr>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-05 11:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-05 11:00:37 UTC
Maintainer of dns/rbllookup-ng,

Please note that PR ports/165707 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165707

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-05 11:00:39 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-11 11:10:26 UTC
Author: edwin
Date: Sun May 11 10:10:22 2014
New Revision: 353668
URL: http://svnweb.freebsd.org/changeset/ports/353668
QAT: https://qat.redports.org/buildarchive/r353668/

Log:
  Update to version 1.1, with fix of ports/165707 in it.
  
  PR:		165707
  Submitted by:	Henk van Oers <henk.van.oers@xs4all.nl>

Modified:
  head/dns/rbllookup-ng/Makefile
  head/dns/rbllookup-ng/distinfo

Modified: head/dns/rbllookup-ng/Makefile
==============================================================================
--- head/dns/rbllookup-ng/Makefile	Sun May 11 10:04:02 2014	(r353667)
+++ head/dns/rbllookup-ng/Makefile	Sun May 11 10:10:22 2014	(r353668)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rbllookup-ng
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.1
 CATEGORIES=	dns mail
 MASTER_SITES=	http://www.mavetju.org/download/
 

Modified: head/dns/rbllookup-ng/distinfo
==============================================================================
--- head/dns/rbllookup-ng/distinfo	Sun May 11 10:04:02 2014	(r353667)
+++ head/dns/rbllookup-ng/distinfo	Sun May 11 10:10:22 2014	(r353668)
@@ -1,2 +1,2 @@
-SHA256 (rbllookup-ng-1.0.tar.gz) = 70137125ef0068541cb0ee25b1e873951bfa34f4a7be3a18a06241561d5b7c4f
-SIZE (rbllookup-ng-1.0.tar.gz) = 13122
+SHA256 (rbllookup-ng-1.1.tar.gz) = a70ca749b7153465dcfa610b881b0dcb2303be12ee7a11f65c16f14c65914a31
+SIZE (rbllookup-ng-1.1.tar.gz) = 13138
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-11 11:10:28 UTC
State Changed
From-To: feedback->closed

Commited, thanks.