notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net/p5-Net-DNS/Makefile

Number of commits found: 30

Friday, 5 Sep 2003
07:41 edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

        The category "dns" has been added, now is the time to move
        the dns-related ports to the new world. Is there anyone who
        is brave enough to complete this difficult job? ;)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr
Original commit
Thursday, 4 Sep 2003
10:00 dougb search for other commits by this committer
Upgrade to 0.40. This is a minor upgrade, mostly documentation.
Other than dnssec updates, no new functionality.
Original commit
Monday, 25 Aug 2003
08:08 dougb search for other commits by this committer
Update to 0.39, the latest release.

* Updated docs
* Net::DNS::Resolver now has unique classes for windows and unix
* You can now define a config file for the Resolver object
* Various other cleanups

If you were (bogusly) using module globals in your scripts, this
update is likely to break that, so take due precautions.
Original commit
Saturday, 14 Jun 2003
00:14 dougb search for other commits by this committer
Update to version 0.38. Versions 0.3[567] all had various bugs with
either the Makefile.PL script, or other, and offered nothing new
of interest.

This version has a more efficient dn_expand method, and adds a
warning that Resolver::axfr_old() is deprecated.
Original commit
Sunday, 6 Apr 2003
23:24 dougb search for other commits by this committer
Update to version 0.34, which has better handling for multi-string TXT RR's,
and multiple queries in one packet. Also some minor bug fixes for
Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next().

Convert to ${SITE_PERL}
Original commit
Friday, 7 Mar 2003
06:08 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Thursday, 20 Feb 2003
16:33 sobomax search for other commits by this committer
Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.

Sponsired by:   Porta Software Ltd
Original commit
Thursday, 16 Jan 2003
13:33 edwin search for other commits by this committer
Add missing man page.

PR:             ports/47142
Submitted by:   Erwin Lansing <erwin@lansing.dk>
Original commit
Sunday, 12 Jan 2003
01:44 dougb search for other commits by this committer
Update to 0.33, which has improved SIG support, and a few minor bugfixes.

Delete the sed "patch in Makefile" for FAQ.pod, the authors finally
fixed that.
Original commit
Friday, 22 Nov 2002
05:40 dougb search for other commits by this committer
Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.
Original commit
Monday, 11 Nov 2002
09:54 dougb search for other commits by this committer
Update to 0.30, which has TKEY support, a new safe_push() method
for detecting duplicate RR's in an update packet, and some more
tests. Note, the tests are not installed by the port, but are
useful to examine as samples, and to test your installation.

* Update the port to handle the new TKEY and FAQ files.
* Patch the new FAQ, since pod2man is choking on the CVS Id.
* Update the comment by mentioning dynamic updates.
* Add a comment to the Makefile about the harmless build errors
you see if you don't have the run-time depends already installed.
Original commit
08:58 dougb search for other commits by this committer
Revert 1.32, which was wrong in all its particulars:

* The errors related to the missing dependencies during build are harmless.
The build-time and run-time dependencies are seperated on purpose so that
the port can be built and run on different boxes.

* The Test-Simple module is not needed to build or run the port, the
tests are not installed by us, and not part of the port itself.

These changes should have been discussed with me before they were made.
Original commit
Thursday, 24 Oct 2002
09:44 sobomax search for other commits by this committer
Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate
configure-time warning.
Original commit
Sunday, 6 Oct 2002
10:40 dougb search for other commits by this committer
Minor bugfixes. Variable scope in one module, and avoid a divide
by zero error when there are no usable interfaces.
Original commit
Monday, 2 Sep 2002
21:24 dougb search for other commits by this committer
Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update
bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
Original commit
Wednesday, 7 Aug 2002
00:17 dougb search for other commits by this committer
Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOAD
bug that I found when running this code under perl 5.005.
Original commit
Monday, 5 Aug 2002
01:41 dougb search for other commits by this committer
Upgrade to version 0.25, which cleans up CERT.pm a bit, and also
has some major performance enhancements, especially the streamlined
implementation of AUTOLOAD.

My brief tests indicate roughly a 30% reduction in module load time.
Original commit
Tuesday, 23 Jul 2002
21:26 dougb search for other commits by this committer
Update to version 0.24, which contains:

Added support for DNAME resource records.
Fixed edge case for queries that have no name.
Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()
Original commit
Saturday, 15 Jun 2002
00:49 dougb search for other commits by this committer
Update to 0.23:

Fixed Net::DNS::mx() to work properly in scalar context.

Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
a hostname as an argument.
Original commit
Monday, 10 Jun 2002
01:53 dougb search for other commits by this committer
Add some more man pages to the list.

PR:             ports/39079
Submitted by:   gshapiro
Original commit
Sunday, 9 Jun 2002
21:03 dougb search for other commits by this committer
Fix RR type numbers for KX and TSIG.
Original commit
Wednesday, 5 Jun 2002
09:51 dougb search for other commits by this committer
Update to the latest, 0.21. This version contains many changes,
please see the Changes file for details. Some of the new features
include TSIG support (experimental), a name server module,
fixes for bind() problems in 5.005.03, and more.

The good news is that our friends in perldom have now seen the
light and fixed the later versions of this module so that it
does not (any longer) require perl 5.6.0 or higher. I've tested
quite a lot of the functions on both a RELENG_4 with stock perl
5.005.03, and a 5-Current system with stock 5.6.1, and didn't
have any problems.

I also added a few files to the PORTDOCS option.
Original commit
Saturday, 27 Apr 2002
08:50 dougb search for other commits by this committer
* Cosmetic 80-column fix for MAN3
* Remove now-obsolete cleanup of *.orig files

No functionality changes.
Original commit
Wednesday, 6 Feb 2002
07:59 dougb search for other commits by this committer
* Assume maintainership by agreement.   * Update to 0.14, which has only two
changes:           - Fix the bug which we fixed with patch-aa           - Fix
the "defined @array" line that trips             up perl 5.6.x    
Original commit
Thursday, 20 Dec 2001
21:45 ache search for other commits by this committer
Prevent request id overflow over 65535    
Original commit
Thursday, 1 Mar 2001
06:39 vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
Original commit
Monday, 13 Nov 2000
12:45 demon search for other commits by this committer
Change MAINTAINER field.   I am now at FreeBSD dot org    
Original commit
Tuesday, 24 Oct 2000
23:39 will search for other commits by this committer
Hand these ports to Dmitry Sivachenko <dima@chg.ru>.    
Original commit
Monday, 23 Oct 2000
22:03 will search for other commits by this committer
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.    
Original commit
Saturday, 17 Jun 2000
03:37 will search for other commits by this committer
Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.   Add
some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many  
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode  
and p5-WWW-Search to respect CC/CFLAGS.    
Original commit

Number of commits found: 30