notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: dns/walker/Makefile
SVNWeb

Number of commits found: 23

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  commit hash:66ee090ccad0160bf913ee776daa9c3bfdab1868  66ee090  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
dns: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Allan Jude <allanjude@freebsd.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Greenwood <greenwood.andy@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 4 Nov 2019
[ 21:21 rene search for other commits by this committer ] Original commit   Revision:516744 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Returns johans's ports to the pool after safekeeping his commit bit.
Wed, 18 Sep 2019
[ 09:38 amdmi3 search for other commits by this committer ] Original commit   Revision:512268
- Add LICENSE
- Update WWW

Approved by:	portmgr blanket
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 26 Aug 2015
[ 18:19 amdmi3 search for other commits by this committer ] Original commit   Revision:395386
- Add NO_ARCH
- Switch to options helpers
- Unsilence install commands

Approved by:	portmgr blanket
Fri, 21 Feb 2014
[ 13:36 ehaupt search for other commits by this committer ] Original commit   Revision:345405
Remove trailing whitespaces from category dns
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Sun, 29 Dec 2013
[ 09:06 johans search for other commits by this committer ] Original commit   Revision:337947
- Fix perl shebang path
- Enable stage support
- Bump PORTREVISION
Fri, 20 Sep 2013
[ 16:31 bapt search for other commits by this committer ] Original commit   Revision:327719 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
Wed, 11 Sep 2013
[ 08:56 az search for other commits by this committer ] Original commit   Revision:326955 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Fri, 29 Jun 2012
[ 10:07 johans search for other commits by this committer ] Original commit 
Remove SITE_PERL from RUN_DEPENDS

Submitted by:   az
Tue, 23 Feb 2010
[ 18:03 johans search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Update my mail address to @FreeBSD.org

Feature safe:   yes
Mon, 29 Jan 2007
[ 19:05 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.

Approved by:    portmgr (erwin), erwin (mentor)
Wed, 5 Oct 2005
[ 14:32 ehaupt search for other commits by this committer ] Original commit 
- update dns/walker to 3.8
- use PLIST_FILES, remove pkg-plist
- install PORTDOCS

PR:             86889
Submitted by:   Johan van Selst <johans@stack.nl> (maintainer)

Approved by:    novel (mentor)
Tue, 20 Sep 2005
[ 11:17 novel search for other commits by this committer ] Original commit 
Update to 3.7.

PR:             86363
Submitted by:   Johan van Selst (maintainer)
Mon, 13 Dec 2004
[ 18:00 sem search for other commits by this committer ] Original commit 
How was discovered by dns/dnssecwalker port maintainer,
dns/walker is the same ports. And name 'walker' was
recognized as a better name. So we move dns/dnssecwalker
to dns/walker port and remove the first one.

Submitted by:   Johan van Selst <johans(at)stack.nl>
Sat, 3 Jan 2004
[ 20:30 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.

In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
[ 05:35 edwin search for other commits by this committer ] Original commit 
[non maintainer update] dns/walker to 3.2

        Update to 1.2.3. This replaces my previous PR number 60784.

PR:             ports/60832
Submitted by:   Vincent Tantardini <vinc@FreeBSD-fr.org>
Sat, 11 Oct 2003
[ 14:59 krion search for other commits by this committer ] Original commit 
- Add CONFLICTS, because of the same item in pkg-plist

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Fri, 5 Sep 2003
[ 07:33 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Chase repocopies towards ports/dns

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr
[ 04:54 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr

Number of commits found: 23