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

Number of commits found: 17

Fri, 24 Feb 2023
[ 10:22 Martin Matuska (mm) search for other commits by this committer ]    commit hash:956aa4e270bf746d69ee77c8497dae2d28376cb4  commit hash:956aa4e270bf746d69ee77c8497dae2d28376cb4  commit hash:956aa4e270bf746d69ee77c8497dae2d28376cb4  956aa4e 
dns/udns: unbreak build on 14-CURRENT

Fix detection of inet_pton() and inet_ntop()
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.
Sun, 22 Apr 2018
[ 13:37 krion search for other commits by this committer ] Original commit   Revision:468029
Bump PORTREVISION for missing pkg-config dependency

Approved by:	maintainer
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 10 Feb 2014
[ 11:59 mm search for other commits by this committer ] Original commit   Revision:343624
Update udns to 0.4
Fri, 24 Jan 2014
[ 22:47 antoine search for other commits by this committer ] Original commit   Revision:340939
Fix a broken symlink

With hat:	portmgr
Sun, 19 Jan 2014
[ 12:50 mm search for other commits by this committer ] Original commit   Revision:340275
Fix manpages in pkg-plist for dns/udns
[ 10:43 mm search for other commits by this committer ] Original commit   Revision:340259
Update to 0.3 and add STAGE support
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, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 31 Dec 2012
[ 10:49 mm search for other commits by this committer ] Original commit   Revision:309714
Update some of my ports to new options framework

Submitted by:	Baptiste Daroussin <bapt@FreeBSD.org>
Wed, 25 Jan 2012
[ 08:44 mm search for other commits by this committer ] Original commit 
Update to 0.2
Tue, 22 Mar 2011
[ 08:10 mm search for other commits by this committer ] Original commit 
- Update to 0.1 [1]
- Add LICENSE information (GPLv2)

PR:             ports/155191 [1]
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> [1]
Mon, 23 Mar 2009
[ 12:18 mm search for other commits by this committer ] Original commit 
- Mark port MAKE_JOBS_SAFE
Fri, 23 May 2008
[ 23:39 mm search for other commits by this committer ] Original commit 
UDNS is a stub DNS resolver library with ability to perform both synchronous
and asynchronous DNS queries.

WWW: http://www.corpit.ru/mjt/udns.html

Number of commits found: 17