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/maradns/Makefile
SVNWeb

Number of commits found: 66

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, 21 Sep 2021
[ 12:57 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:69ad041fa25a1db3012f2a1cf4d94f07f153085a  commit hash:69ad041fa25a1db3012f2a1cf4d94f07f153085a  commit hash:69ad041fa25a1db3012f2a1cf4d94f07f153085a  69ad041 
dns/maradns: Add CPE information

Approved by:    portmgr (blanket)
Sat, 1 May 2021
[ 17:55 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:6707a3c942b51ab3e3cf110383e3119dfe2e49b0  commit hash:6707a3c942b51ab3e3cf110383e3119dfe2e49b0  commit hash:6707a3c942b51ab3e3cf110383e3119dfe2e49b0  6707a3c  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
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.
Fri, 1 Jan 2021
[ 15:09 rene search for other commits by this committer ] Original commit   Revision:559835
dns/maradns: remove CONV option which depended on expired Python 2.7

PR:		249676
Submitted by:	swills
Thu, 3 May 2018
[ 14:05 mat search for other commits by this committer ] Original commit   Revision:468929
Update to 2.0.15.

PR:		227802
Submitted by:	new maintainer
Sponsored by:	Absolight
Mon, 26 Mar 2018
[ 13:49 mat search for other commits by this committer ] Original commit   Revision:465596
I no longer use those, give them back.

Sponsored by:	Absolight
Thu, 1 Mar 2018
[ 13:20 amdmi3 search for other commits by this committer ] Original commit   Revision:463305
- Add missing python run-dependency
- Fix shebang

Approved by:	portmgr blanket
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 20 Nov 2017
[ 14:55 mat search for other commits by this committer ] Original commit   Revision:454571
Update to 2.0.14.

Sponsored by:	Absolight
Wed, 18 Jan 2017
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 16 Oct 2015
[ 14:19 mat search for other commits by this committer ] Original commit   Revision:399477
Update to 2.0.13.

PR:		203810
Sponsored by:	Absolight
Mon, 28 Sep 2015
[ 13:27 mat search for other commits by this committer ] Original commit   Revision:398112
Update to 2.0.12.

PR:		203213
Submitted by:	olgeni
Sponsored by:	Absolight
Wed, 5 Aug 2015
[ 16:48 amdmi3 search for other commits by this committer ] Original commit   Revision:393596
- Don't use / in sed regexps to allow paths, unbreaking cross-builds

Approved by:	portmgr blanket
Wed, 11 Mar 2015
[ 15:24 mat search for other commits by this committer ] Original commit   Revision:381010
Update to 2.0.11.

Sponsored by:	Absolight
Mon, 26 Jan 2015
[ 17:53 mat search for other commits by this committer ] Original commit   Revision:377938
Update to 2.0.10.

Sponsored by:	Absolight
Fri, 1 Aug 2014
[ 11:46 mat search for other commits by this committer ] Original commit   Revision:363696
Update MASTER_SITES, remove OPTIONS_DEFAULT, IPv6 is already default on.

PR:		192288
Submitted by:	takefu
Sponsored by:	Absolight
Thu, 24 Apr 2014
[ 19:32 bdrewery search for other commits by this committer ] Original commit   Revision:352056
Convert to USES=tar
Fri, 21 Feb 2014
[ 15:12 mat search for other commits by this committer ] Original commit   Revision:345480
Respect CC, cleanup some patch.

Submitted by:	takefu (based on)
Sponsored by:	Absolight
Thu, 20 Feb 2014
[ 15:44 mat search for other commits by this committer ] Original commit   Revision:345251 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update dns/maradns to 2.0.09.

Copy maradns 1.4.14 to dns/maradns1.

Sponsored by:	Absolight
Thu, 13 Feb 2014
[ 13:41 mat search for other commits by this committer ] Original commit   Revision:344104
Update to 1.4.14.

Sponsored by:	Absolight
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)
Fri, 27 Dec 2013
[ 14:48 mat search for other commits by this committer ] Original commit   Revision:337734
Update to 1.4.13

PR:		ports/185224
Submitted by:	Takefu
Mon, 25 Nov 2013
[ 16:11 mat search for other commits by this committer ] Original commit   Revision:334859
- Convert to staging.
- Take maintainership.
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)
Thu, 7 Feb 2013
[ 12:52 gahr search for other commits by this committer ] Original commit   Revision:311830
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)

Approved by:	portmgr
Wed, 24 Oct 2012
[ 08:01 decke search for other commits by this committer ] Original commit   Revision:306338
- Convert to OptionsNG
- Shrink pkg-desc to make portlint happy
- Trim Makefile headers
- Cleanup CLANG patch
- Drop maintainership

PR:		ports/172949
Submitted by:	Takefu <takefu@airport.fm>
Feature safe:	yes
Sat, 4 Aug 2012
[ 15:05 decke search for other commits by this committer ] Original commit 
- Update to 1.4.12
- Whitespace fixes in pkg-descr
- Remove SF from MASTER_SITES
- Fix CC definition (fixes CLANG builds)

PR:		ports/170322
Submitted by:	Takefu <takefu@airport.fm>
Tue, 17 Jan 2012
[ 11:02 decke search for other commits by this committer ] Original commit 
- Update to 1.4.10

PR:             ports/164233
Submitted by:   Takefu <takefu@airport.fm>
Tue, 20 Dec 2011
[ 15:24 decke search for other commits by this committer ] Original commit 
- Update to 1.4.07
- Add LICENSE

PR:             ports/163325
Submitted by:   Takefu <takefu@airport.fm>
Tue, 12 Apr 2011
[ 09:35 decke search for other commits by this committer ] Original commit 
- Add missing USERS/GROUPS for bind
- Improve ident for syslog messages to only show "maradns:" instead of
"/usr/local/sbin/maradns:"
- Bump PORTREVISION

Submitted by:   n j <nino80@gmail.com>
Mon, 31 Jan 2011
[ 09:49 decke search for other commits by this committer ] Original commit 
- Update to 1.4.06
- Remove MD5 checksum

Submitted by:   n j <nino80 at gmail dot com>
Security:       8015600f-2c80-11e0-9cc1-00163e5bf4f9
Feature safe:   yes
Mon, 27 Sep 2010
[ 12:39 decke search for other commits by this committer ] Original commit 
- Update to 1.4.05

Approved by:    beat (co-mentor, implicit)
Thu, 5 Aug 2010
[ 10:15 decke search for other commits by this committer ] Original commit 
- Update to 1.4.04

Approved by:    miwi (mentor)
Thu, 1 Apr 2010
[ 12:45 decke search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Change to my FreeBSD email address

Approved by:    miwi (mentor), beat (co-mentor)
Mon, 8 Feb 2010
[ 15:08 miwi search for other commits by this committer ] Original commit 
- Update to 1.4.03

PR:             143534
Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
Mon, 18 Jan 2010
[ 07:58 miwi search for other commits by this committer ] Original commit 
- Update to 1.4.02
- Pass maintainership to submitter

PR:             142723
Submitted by:   Bernhard Froehlich <decke@bluelife.at>
Wed, 7 Oct 2009
[ 09:51 miwi search for other commits by this committer ] Original commit 
- Fix startup script
- Fix config path

Reported by:    Bernhard Frohelich, Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Wed, 23 Sep 2009
[ 11:41 miwi search for other commits by this committer ] Original commit 
- Update to 1.3.07.09

PR:             139074
Submitted by:   Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Feature safe:   yes
Wed, 15 Jul 2009
[ 06:58 pgollucci search for other commits by this committer ] Original commit 
- USE_RC_SUBR != yes
- clean up rc scripts
- portlint
- honor NOPORTEXAMPLES
Sat, 11 Apr 2009
[ 08:18 miwi search for other commits by this committer ] Original commit 
- Update to 1.2.12.10

PR:             133471
Submitted by:   Bernhard Froehlich <decke@bluelife.at>
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Thu, 10 Jan 2008
[ 20:21 miwi search for other commits by this committer ] Original commit 
- Update to 1.2.12.08
- Drop Maintainership

PR:             119470
Submitted by:   Mark D. Foster <mark@foster.cc>
Approved by:    Alex Kapranoff <alex@kapranoff.ru>
Security:      
http://www.vuxml.org/freebsd/f358de71-bf64-11dc-928b-0016179b2dd5.html
Sun, 22 Jul 2007
[ 11:37 pav search for other commits by this committer ] Original commit 
- Ignore on FreeBSD 5.X
Sat, 16 Jun 2007
[ 12:42 pav search for other commits by this committer ] Original commit 
- change duende source to create PID file by itself
- maradns.sh and zoneserver.sh now use PID file
- change default MaraDNS UID from 99 to bind(53)
- change default maraDNS GID from 99 to bind(53)
- change default duende logger process UID from 66 to nobody(65534)
- create empty etc/logger directory

PR:             ports/113235
Submitted by:   Simun Mikecin <numisemis@yahoo.com>
Approved by:    Alex Kapranoff <alex@kapranoff.ru> (maintainer)
Fri, 25 May 2007
[ 22:11 miwi search for other commits by this committer ] Original commit 
- Update to 1.2.12.06

PR:             112768
Submitted by:   Alex Kapranoff <alex@kapranoff.ru> (maintainer)
Thu, 22 Feb 2007
[ 10:07 nivit search for other commits by this committer ] Original commit 
- Updated to 1.2.12.05
- Fixed a typo in pkg-descr

PR:             ports/109340
Submitted by:   Alex Kapranoff <alex at kapranoff.ru> (maintainer)
Thu, 14 Dec 2006
[ 13:45 miwi search for other commits by this committer ] Original commit 
- Update to 1.2.12.04

PR:             ports/106699
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
Thu, 22 Jun 2006
[ 15:22 garga search for other commits by this committer ] Original commit 
- Update to 1.2.10

PR:             ports/99257
Submitted by:   maintainer
Mon, 29 May 2006
[ 20:42 pav search for other commits by this committer ] Original commit 
- Update to 1.2.07.5

PR:             ports/98077
Submitted by:   Alex Kapranoff <alex@kapranoff.ru> (maintainer)
Tue, 4 Apr 2006
[ 17:53 pav search for other commits by this committer ] Original commit 
- Update to 1.2.07.1

PR:             ports/95269
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
Mon, 23 Jan 2006
[ 15:17 pav search for other commits by this committer ] Original commit 
- Update to 1.2.03.1

PR:             ports/92200
Submitted by:   Alex Kapranoff <alex@kapranoff.ru> (maintainer)
Fri, 20 Jan 2006
[ 15:57 pav search for other commits by this committer ] Original commit 
- Update to 1.2.01

PR:             ports/91994
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
Fri, 1 Jul 2005
[ 13:12 pav search for other commits by this committer ] Original commit 
- Update to 1.0.30

PR:             ports/82858
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
Wed, 11 May 2005
[ 17:58 jylefort search for other commits by this committer ] Original commit 
Update to 1.0.28

PR:             ports/80900
Submitted by:   maintainer
Sat, 16 Apr 2005
[ 06:23 barner search for other commits by this committer ] Original commit 
- Update to 1.0.25

Submitted by:   Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
PR:             ports/79128
Approved by:    arved (mentor)
Wed, 2 Jun 2004
[ 14:49 krion search for other commits by this committer ] Original commit 
- Update to version 1.0.23

PR:             ports/67490
Submitted by:   maintainer
Wed, 26 May 2004
[ 14:26 krion search for other commits by this committer ] Original commit 
- Update to version 1.0.22

PR:             ports/67212
Submitted by:   maintainer
Sun, 18 Apr 2004
[ 18:33 clement search for other commits by this committer ] Original commit 
- Pass maintainership to previous submitter.
[ 15:31 clement search for other commits by this committer ] Original commit 
- Make dns/maradns startup script use rc.subr(8).
- Provide additional startup script for zoneserver(8) program
  needed to run an authorative primary nameserver.
- Both these scripts pipe programs' output into logger(1) so
  that maradns logs into syslog.
- Installs an example zonefile in maradns (csv1) format.

PR:             65624
Submitted by:   Alex Kapranoff <kappa@vvs01.agava.net>
Wed, 14 Apr 2004
[ 19:07 clement search for other commits by this committer ] Original commit 
- Update to 1.0.21
Tue, 13 Jan 2004
[ 15:04 clement search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- Update my email address

Approved and reviewed by:    erwin (mentor)
Tue, 11 Nov 2003
[ 16:49 sergei search for other commits by this committer ] Original commit 
- Update to 1.0.20
- Assign maintainership to the submitter

While I'm here:
- Shorten COMMENT to prevent truncation by pkg_info(1)
- Use DOCSDIR macro in pkg-plist

PR:             59178
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Fri, 5 Sep 2003
[ 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: 66