Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Apr 2020 11:54:45
1.1_4

|
arrowd  |
dns/dnscheckengine: Unbreak the port.
PR: 244425
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
04 Apr 2020 20:51:41
1.1_4

|
antoine  |
Deprecate ports broken for more than 6 months |
06 Nov 2019 12:48:32
1.1_4

|
antoine  |
Mark a few ports BROKEN, unfetchable |
13 Aug 2019 16:01:59
1.1_4

|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
26 Jun 2017 03:24:34
1.1_4

|
sunpoet  |
Remove Perl core modules
- While I'm here:
- Add NO_ARCH
- Use USES=mysql
- Bump PORTREVISION for dependency change
With hat: perl |
04 Feb 2017 07:57:42
1.1_4

|
danfe  |
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed) |
19 May 2016 11:09:14
1.1_4

|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
1.1_4

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
1.1_4

|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
26 Aug 2015 18:26:15
1.1_4

|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
1.1_4

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 12:13:23
1.1_3

|
bapt  |
Cleanup plist |
08 Sep 2014 22:34:58
1.1_3

|
marino  |
Stage dns/dnscheckengine and assign maintainership to submitter
PR: 193085
Submitted by: Chris Hutchinson
Reworked by: marino |
10 May 2014 17:48:14
1.1_1

|
antoine  |
Reset a few maintainers
<adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72]
said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected:
User unknown in local recipient table (in reply to RCPT TO command)
<dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said:
550-5.1.1 The email account that you tried to reach does not exist. Please
<kawahara@nlp.kuee.kyoto-u.ac.jp>:
Sorry, no mailbox here by that name. (#5.1.1)
<hnsmaster@h14m.org>: Host or domain name not found. Name service error for
name=h14m.org type=AAAA: Host found but no data record of requested type
(Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 16:31:58
1.1_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
17 Sep 2013 06:28:07
1.1_1

|
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
07 Mar 2013 16:53:46
1.1_1

|
miwi  |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
30 Jun 2012 13:48:34
1.1_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
16 Jan 2012 00:26:17
1.1_1
|
dougb  |
Properly fix the rc.d script patch, both for the set_rcvar change,
and generally improve the script (most of which was unneeded).
While I'm here, fix some other problems with the port:
1. Remove a dead MASTER_SITE
2. Make the rc.d script honor PREFIX
3. Install a link for /usr/local/bin/dnscheck-dispatcher so that
the rc.d script has something to start
Bump PORTREVISION due to package changes |
14 Jan 2012 08:57:23
1.1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Mar 2011 12:54:45
1.1
|
miwi  |
- Get Rid MD5 support |
01 Sep 2010 07:16:00
1.1
|
ashish  |
DNSCheck is a program that is designed to help people check, measure and
hopefully also understand the workings of the Domain Name System. When used to
check an domain (aka zone) is submitted to DNSCheck, it will investigate the
general health by performing various tests and sanity checks.
WWW: http://dnscheck.iis.se/
PR: ports/148370
Submitted by: dnscheckengine-port at academ.com (Stan Barber)
Approved by: tabthorpe (mentor) |