Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.15_1 22 Jan 2024 00:06:44 |
Muhammad Moinur Rahman (bofh) |
dns/maradns: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.0.15 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
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 ) |
2.0.15 21 Sep 2021 12:57:42 |
Bernhard Froehlich (decke) |
dns/maradns: Add CPE information
Approved by: portmgr (blanket) |
2.0.15 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
2.0.15 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.0.15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.15 01 Jan 2021 15:09:13 |
rene |
dns/maradns: remove CONV option which depended on expired Python 2.7
PR: 249676
Submitted by: swills |
2.0.15 03 May 2018 14:05:55 |
mat |
Update to 2.0.15.
PR: 227802
Submitted by: new maintainer
Sponsored by: Absolight |
2.0.14_1 26 Mar 2018 13:49:19 |
mat |
I no longer use those, give them back.
Sponsored by: Absolight |
2.0.14_1 01 Mar 2018 13:20:42 |
amdmi3 |
- Add missing python run-dependency
- Fix shebang
Approved by: portmgr blanket |
2.0.14 30 Nov 2017 15:50:34 |
mat |
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 ) |
2.0.14 20 Nov 2017 14:55:31 |
mat |
Update to 2.0.14.
Sponsored by: Absolight |
2.0.13 18 Jan 2017 13:20:32 |
tijl |
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) |
2.0.13 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.0.13 16 Oct 2015 14:19:00 |
mat |
Update to 2.0.13.
PR: 203810
Sponsored by: Absolight |
2.0.12 28 Sep 2015 13:27:25 |
mat |
Update to 2.0.12.
PR: 203213
Submitted by: olgeni
Sponsored by: Absolight |
2.0.11 05 Aug 2015 16:48:38 |
amdmi3 |
- Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by: portmgr blanket |
2.0.11 11 Mar 2015 15:24:56 |
mat |
Update to 2.0.11.
Sponsored by: Absolight |
2.0.10 26 Jan 2015 17:53:22 |
mat |
Update to 2.0.10.
Sponsored by: Absolight |
2.0.09 02 Oct 2014 16:37:02 |
mat |
Cleanup @dirrm* from my ports.
Sponsored by: Absolight |
2.0.09 01 Aug 2014 11:46:54 |
mat |
Update MASTER_SITES, remove OPTIONS_DEFAULT, IPv6 is already default on.
PR: 192288
Submitted by: takefu
Sponsored by: Absolight |
24 Apr 2014 19:32:13
|
bdrewery |
Convert to USES=tar |
2.0.09 12 Apr 2014 19:23:10 |
mat |
Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.
Sponsored by: Absolight |
2.0.09 21 Feb 2014 15:12:25 |
mat |
Respect CC, cleanup some patch.
Submitted by: takefu (based on)
Sponsored by: Absolight |
2.0.09 20 Feb 2014 15:44:56 |
mat |
Update dns/maradns to 2.0.09.
Copy maradns 1.4.14 to dns/maradns1.
Sponsored by: Absolight |
1.4.14 13 Feb 2014 13:41:53 |
mat |
Update to 1.4.14.
Sponsored by: Absolight |
1.4.13 10 Feb 2014 13:54:28 |
ehaupt |
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) |
1.4.13 27 Dec 2013 14:48:35 |
mat |
Update to 1.4.13
PR: ports/185224
Submitted by: Takefu |
1.4.12 25 Nov 2013 16:11:06 |
mat |
- Convert to staging.
- Take maintainership. |
1.4.12 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
1.4.12 07 Feb 2013 12:52:44 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)
Approved by: portmgr |
1.4.12 24 Oct 2012 08:01:22 |
decke |
- 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 |
1.4.12 04 Aug 2012 15:05:23 |
decke |
- 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> |
1.4.10 17 Jan 2012 11:02:58 |
decke |
- Update to 1.4.10
PR: ports/164233
Submitted by: Takefu <takefu@airport.fm> |
1.4.07 14 Jan 2012 08:57:23 |
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. |
1.4.07 20 Dec 2011 15:24:30 |
decke |
- Update to 1.4.07
- Add LICENSE
PR: ports/163325
Submitted by: Takefu <takefu@airport.fm> |
1.4.06_1 12 Apr 2011 09:35:14 |
decke |
- 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> |
1.4.06 31 Jan 2011 09:49:07 |
decke |
- 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 |
1.4.05 27 Sep 2010 12:39:33 |
decke |
- Update to 1.4.05
Approved by: beat (co-mentor, implicit) |
1.4.04 05 Aug 2010 10:15:18 |
decke |
- Update to 1.4.04
Approved by: miwi (mentor) |
1.4.03 01 Apr 2010 12:45:37 |
decke |
- Change to my FreeBSD email address
Approved by: miwi (mentor), beat (co-mentor) |
1.4.03 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.4.03 08 Feb 2010 15:08:44 |
miwi |
- Update to 1.4.03
PR: 143534
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) |
1.4.02 18 Jan 2010 07:58:26 |
miwi |
- Update to 1.4.02
- Pass maintainership to submitter
PR: 142723
Submitted by: Bernhard Froehlich <decke@bluelife.at> |
1.3.07.09_1 07 Oct 2009 09:51:28 |
miwi |
- Fix startup script
- Fix config path
Reported by: Bernhard Frohelich, Martin Tournoij <carpetsmoker@rwxrwxrwx.net> |
1.3.07.09 23 Sep 2009 12:03:29 |
miwi |
- Add missing patch from previous commit
- Fix build if NOPORT* enabled is
Feature safe: yes |
1.3.07.09 23 Sep 2009 11:41:48 |
miwi |
- Update to 1.3.07.09
PR: 139074
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Feature safe: yes |
1.2.12.10 15 Jul 2009 06:58:30 |
pgollucci |
- USE_RC_SUBR != yes
- clean up rc scripts
- portlint
- honor NOPORTEXAMPLES |
1.2.12.10 11 Apr 2009 08:18:57 |
miwi |
- Update to 1.2.12.10
PR: 133471
Submitted by: Bernhard Froehlich <decke@bluelife.at> |
1.2.12.08_1 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.2.12.08_1 10 Jan 2008 20:21:45 |
miwi |
- 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 |
1.2.12.06_1 22 Jul 2007 11:37:27 |
pav |
- Ignore on FreeBSD 5.X |
1.2.12.06_1 16 Jun 2007 12:42:14 |
pav |
- 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) |
1.2.12.06 25 May 2007 22:11:42 |
miwi |
- Update to 1.2.12.06
PR: 112768
Submitted by: Alex Kapranoff <alex@kapranoff.ru> (maintainer) |
1.2.12.05 22 Feb 2007 10:07:03 |
nivit |
- Updated to 1.2.12.05
- Fixed a typo in pkg-descr
PR: ports/109340
Submitted by: Alex Kapranoff <alex at kapranoff.ru> (maintainer) |
1.2.12.04 14 Dec 2006 13:45:03 |
miwi |
- Update to 1.2.12.04
PR: ports/106699
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> (maintainer) |
1.2.10 22 Jun 2006 15:22:43 |
garga |
- Update to 1.2.10
PR: ports/99257
Submitted by: maintainer |
1.2.07.5 29 May 2006 20:42:43 |
pav |
- Update to 1.2.07.5
PR: ports/98077
Submitted by: Alex Kapranoff <alex@kapranoff.ru> (maintainer) |
1.2.07.1 04 Apr 2006 17:53:59 |
pav |
- Update to 1.2.07.1
PR: ports/95269
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> (maintainer) |
1.2.03.1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.2.03.1 23 Jan 2006 15:17:00 |
pav |
- Update to 1.2.03.1
PR: ports/92200
Submitted by: Alex Kapranoff <alex@kapranoff.ru> (maintainer) |
1.2.01 22 Jan 2006 01:49:26 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.2.01 20 Jan 2006 15:57:06 |
pav |
- Update to 1.2.01
PR: ports/91994
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> (maintainer) |
1.0.30 01 Jul 2005 13:12:16 |
pav |
- Update to 1.0.30
PR: ports/82858
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> (maintainer) |
1.0.28 11 May 2005 17:58:48 |
jylefort |
Update to 1.0.28
PR: ports/80900
Submitted by: maintainer |
1.0.25 16 Apr 2005 06:23:38 |
barner |
- Update to 1.0.25
Submitted by: Alex Kapranoff <kappa@rambler-co.ru> (maintainer)
PR: ports/79128
Approved by: arved (mentor) |
1.0.23 29 Jul 2004 20:53:08 |
pav |
- Adapt to latest localpkg changes
PR: ports/69665
Submitted by: marcus via Alex Kapranoff <kappa@rambler-co.ru> (maintainer) |
1.0.23 02 Jun 2004 14:49:32 |
krion |
- Update to version 1.0.23
PR: ports/67490
Submitted by: maintainer |
1.0.22 26 May 2004 14:26:57 |
krion |
- Update to version 1.0.22
PR: ports/67212
Submitted by: maintainer |
1.0.21 18 Apr 2004 18:33:44 |
clement |
- Pass maintainership to previous submitter. |
1.0.21 18 Apr 2004 15:31:18 |
clement |
- 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> |
1.0.21 14 Apr 2004 19:07:59 |
clement |
- Update to 1.0.21 |
1.0.20 07 Feb 2004 17:16:21 |
clement |
- SIZEify distinfo |
1.0.20 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
1.0.20 11 Nov 2003 16:50:16 |
sergei |
Add patch forgotten in the previous commit
PR: 59178
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.0.20 11 Nov 2003 16:49:01 |
sergei |
- 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> |
1.0.18 05 Sep 2003 04:54:37 |
edwin |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |